Releases: EYBlockchain/starlight
Releases · EYBlockchain/starlight
v1.5.17
1.5.17 (2024-07-12)
Bug Fixes
- condition in circuit for revert function needs to be negated and allow for error messages to be displayed (0167e91)
- display revert message correctly when no revert input (cb83db9)
- in orchestration do not input mapping key to the proof if it is a local variable (4cd1da5)
- public input addresses in send transaction in correct format (1dbae60)
- remove public parameters from custom inputs in orchestration if they are not input to the circuit (c136ec9)
v1.5.16
v1.5.15
v1.5.14
v1.5.13
1.5.13 (2024-07-02)
Bug Fixes
- add struct definitions to circuits for unknown state variables and fix variable names that have been adjusted in the increments (2368ddf)
- error due to modifyign paths from other functions being counted (dd29161)
- error in traverseNodesFast because MsgSender is not recognized as a nodetype (f4cbabb)
- erros in circuit (3ffcf30)
v1.5.12
v1.5.11
v1.5.10
v1.5.9
1.5.9 (2024-06-26)
Bug Fixes
- add Backup data as input for internal function calls (b744ec7)
- ciphertext name clash in orchestration (3acf463)
- custom inputs for constructors (ac3ca7f)
- delete logs (3de9194)
- encrypt mapping key (db53da2)
- encryption and decryption of backup (e900699)
- error due to mistake during merging (47c39e3)
- error due to unknown secret returns appearing in contract (2680358)
- error in Assign-return - return value not appearing in custom inputs (86054ee)
- error in Booleans due to inputs struct being input a boolean (39e98c9)
- error in contract in Assign-Return (7da7ee6)
- errors in contract due to types of backdata not matching (114ab2f)
- errors in orchestration for constructors (f83809e)
- for arrays encrypt the state variable stateVarId as well as the one for that specific mapping key (50ec64a)
- function signature (6b2f7a9)
- potential error due to change for internal function calls (4e6f9f7)
- re-add msg sigs to ensure proof not verified twice with internal function calls (1d44444)
- return values in contract when encryption is used (16ff0cd)
- unrelated error in Return-Bool (7cd4e8e)