-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add apps & fee support to AVM simulator and AVM bb-prover tests (
#11323) Adds the following test helper classes: - SimpleContractDataSource: fulfills ContractDataSource interface in a minimal way to work with isolated AVM tests - BaseAvmSimulationTester: provides a similar interface to ContractDataSource, but adding contracts also performs contract address nullifier insertions and includes helpers for contract initialization (useful for constructor calls). - AvmSimulationTester: extends Base* and exposes a function to `simulateCall`. Uses a parent state manager to maintain state between enqueued calls. - PublicTxSimulationTester: extends Base* and exposes a function to `simulateTx`. Commits state to trees to maintain state between txs. - AvmProvingTester (& v2): extends a `PublicTxSimulationTester` and exposes a function to `simProveVerify` a tx
- Loading branch information
Showing
29 changed files
with
1,944 additions
and
925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
a836786
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.wasmClientIVCBench/Full/6
85003.30465
ms/iter74230.485303
ms/iter1.15
commit(t)
3785113714
ns/iter3322489726
ns/iter1.14
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton