Skip to content

Releases: EYBlockchain/starlight

v1.5.27

17 Sep 13:21
cf2edef
Compare
Choose a tag to compare

1.5.27 (2024-09-17)

Bug Fixes

  • contract error for public mappings to structs (f1b0703)

v1.5.26

17 Sep 09:20
7e41ad7
Compare
Choose a tag to compare

1.5.26 (2024-09-17)

Bug Fixes

  • add comments (6f51773)
  • add constructor (acbe256)
  • avoid error (baf0ab5)
  • calling address in orchestration (6f33332)
  • ensure whenever we have mappings of addresses, the address is always set as the owner (5d07a64)
  • simpler fix (e308e92)

v1.5.25

09 Sep 08:16
d7367ec
Compare
Choose a tag to compare

1.5.25 (2024-09-09)

Bug Fixes

v1.5.24

16 Aug 14:16
7c6eea8
Compare
Choose a tag to compare

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

09 Aug 07:49
6b1a74e
Compare
Choose a tag to compare

1.5.23 (2024-08-09)

Bug Fixes

v1.5.22

05 Aug 08:16
0743cea
Compare
Choose a tag to compare

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

24 Jul 09:08
1f85e62
Compare
Choose a tag to compare

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)

v1.5.20

24 Jul 08:46
14fad5a
Compare
Choose a tag to compare

1.5.20 (2024-07-24)

Bug Fixes

  • fixed for visitor (d5b6b24)
  • fixed the incremented visitor (ee5ba72)
  • fixed the incremented visitor (c96fc77)

v1.5.19

23 Jul 15:51
423ad72
Compare
Choose a tag to compare

1.5.19 (2024-07-23)

Bug Fixes

  • error in SimpleStruct6 due to encrypting unknown structs (ef686bb)

v1.5.18

23 Jul 14:33
c23bf1a
Compare
Choose a tag to compare

1.5.18 (2024-07-23)

Bug Fixes

  • ! as unary operator in the contract (2a58383)