Skip to content

Releases: EYBlockchain/starlight

v1.5.17

12 Jul 15:41
f7f6259
Compare
Choose a tag to compare

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

12 Jul 12:18
d7b5501
Compare
Choose a tag to compare

1.5.16 (2024-07-12)

Bug Fixes

  • error where c=c appears in the circuit incorrectly (ceafdcb)

v1.5.15

04 Jul 14:49
39d3b1b
Compare
Choose a tag to compare

1.5.15 (2024-07-04)

Bug Fixes

  • ensure non secret variables used in require statements are input to the proof verification in the contract (579e1c3)
  • missing generalise (0f6c895)
  • public variables that interact with secret variables in require functions should be input to the circuit (8c05545)

v1.5.14

03 Jul 11:44
c316692
Compare
Choose a tag to compare

1.5.14 (2024-07-03)

Bug Fixes

  • error in for-internalFunctionCall (7bd7902)
  • errors with for loops that include internal function calls (eaec6d0)
  • remove unnecessary generalizations in orchestration (7f04e3f)
  • test contract (5d35836)

v1.5.13

02 Jul 15:39
02f10e5
Compare
Choose a tag to compare

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

02 Jul 13:02
55beffa
Compare
Choose a tag to compare

1.5.12 (2024-07-02)

Bug Fixes

  • fixed the restart command (2abd62a)

v1.5.11

01 Jul 07:42
c94ac06
Compare
Choose a tag to compare

1.5.11 (2024-07-01)

Bug Fixes

v1.5.10

28 Jun 13:45
bf5cb4b
Compare
Choose a tag to compare

1.5.10 (2024-06-28)

Bug Fixes

  • error in Bucket of Balls (f26561c)

v1.5.9

26 Jun 12:28
1bad441
Compare
Choose a tag to compare

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)

v1.5.8

20 Jun 11:18
bc13030
Compare
Choose a tag to compare

1.5.8 (2024-06-20)

Bug Fixes

  • name of array in orchestration (9faacfc)