Releases: EYBlockchain/starlight
Releases · EYBlockchain/starlight
v1.5.27
v1.5.26
v1.5.25
v1.5.24
1.5.24 (2024-08-16)
Bug Fixes
- optimise startup to avoid sleeps and also ensure that it exits if there is a deployer compilation error (954d092)
- re-add contract volume so that we can change contract before npm start (58ae206)
- re-add test volumes (a483a09)
- readd built folder to deployer volumes (eb4b885)
- remove dependencies (927eb43)
- remove redudant volumes for deployer (b1b5d2c)
- remove redundant volumes (65abb66)
- remove redundant zokrates volumes (3b1e4a1)
v1.5.23
v1.5.22
1.5.22 (2024-08-05)
Bug Fixes
- _ instead of . in circuit causing compilation error for SimpleStruct2 and for incremented non-structs alllow for multiple incrementations (1f65c4c)
- allow for += that counts as a decrement because decremented elsewhere in the function (d9b616c)
- allow for multiple increments for structs (f2be420)
- bug due to state being set as path causing incrementations to be marked incorrectly (15b561a)
- circuit error in Assign-Shared-Secret due to mappings (3877b00)
- error causing zappify error (8535fde)
- error checks for unknown variables (33c2e09)
- error in operands array (e37c648)
- errors due to += expanded twice in circuit and undefined added as a proof input in orchestration (de161ec)
- for decrementation (f393811)
- for mapping of struct in orchestration full name not appearing (eca8c2e)
- in orchestration nullifierRoot is sent as a newNullifierRoot in SendTransaction (4bcae06)
- in orchestration when encrypting mapping key (backup) generalise first in case it is an integer (1136449)
- incrementation variables declared at beginning in circuit (41baade)
- increments and decrements in same function - avoid negative numbers in orchestration (301261b)
- missing brackets (7973409)
- move increments for decrementation to statements (f382e6d)
- move increments from pre-statements to statements (17f9ae3)
- move increments to st (89d7843)
- move membership witnes from pre-statements to post statements in orchestrationinternalfunctioncallvisitor (03f4001)
- move membership witness to the post statements (17ba1e7)
- msgSender appearing as msg in Buckets of Balls and causing a circuit compilation error (68fe11c)
- multiple incrementations for decrements in orchestration (1eda67f)
- multiple incrementations for some variable in circuit (32568d8)
- test contract (f97e073)
- when there is only accessed only variables and incremented variables ensure the nullifier root is sent to the contract and that input length is correct (5d4cc4e)
- zappify error in SimpleStruct2 because node.increments is a struct (ac8f782)
- zappify error in whol-increment due to duplicate state var id in circuit (ca29a16)
- zappify errors due to multiple declarations of state var id in circuit (8a48d46)
v1.5.21
1.5.21 (2024-07-24)
Bug Fixes
- ensure if statements that interact with secrets are included in the circuit (ba52070)
- error in orchestration visitor due to undefined statement added (6350e69)
- errors in circuit for else statements (979e099)
- generalise in initialization expression for for statement (9160566)
- issue in orchestration for when an if statements that includes else has statements that are non-secret but later interact with secret variables (21d3321)
- move if statements that are public but interact with secret into orchestration (5d7da17)
- revert in if statement that contains public variable in condition wasn't appearing in the circuit (993f73e)
- zappify error in Arrays (09a1c12)