Skip to content

Releases: airchains-network/sindri-testing-circuit

Sindri-Testing-Circuit - Version 1.0.0

24 Aug 10:32
1377d6c
Compare
Choose a tag to compare
  • Circuit Implementation: Added the core circuit logic to handle balance checks and updates across multiple elements. The circuit ensures that the transfer amounts do not exceed available balances and appropriately updates the FromBalances and ToBalances fields.
  • JSON Input Parsing: Implemented functionality to read circuit input data from JSON files and construct the circuit's witness. This feature supports extracting relevant arrays like To, From, Amount, TransactionHash, FromBalances, and ToBalances.