Skip to content

v1.5.9

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 12:28
· 261 commits to master since this release
1bad441

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)