-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Goblin Translator (final part) #3022
Conversation
Benchmark resultsNo metrics with a significant change found. Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Values are compared against data from master at commit L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 16 txs.
Circuits statsStats on running time and I/O sizes collected for every circuit run across all benchmarks.
MiscellaneousTransaction sizes based on how many contracts are deployed in the tx.
|
…r_composer_prover_verifier
…r_composer_prover_verifier
…r_composer_prover_verifier
…r_composer_prover_verifier
24c428f
to
a5aa3b4
Compare
…r_composer_prover_verifier
cb66fea
to
b1885ac
Compare
8dd245d
to
27b0b0e
Compare
replaced by #3332 and earlier PRs |
The last PR that splits out and completes work from #3022 We add composer, prover and verifier classes for the Goblin Translator VM. We also further flesh out the full Goblin composer tests. Modulo some missing challenge generation, we have our first Goblin proofs (i.e., something worth measuring)! Spawned issues AztecProtocol/barretenberg#783 AztecProtocol/barretenberg#784 AztecProtocol/barretenberg#785 AztecProtocol/barretenberg#786 AztecProtocol/barretenberg#787
The last PR that splits out and completes work from AztecProtocol/aztec-packages#3022 We add composer, prover and verifier classes for the Goblin Translator VM. We also further flesh out the full Goblin composer tests. Modulo some missing challenge generation, we have our first Goblin proofs (i.e., something worth measuring)! Spawned issues #783 #784 #785 #786 #787
This should be the final part of unoptimized Goblin Translator, but there are 2 issues right now that don't allow this to go in:
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.