fix: Start witness of ACIR generated by Noir start at zero not one#3961
fix: Start witness of ACIR generated by Noir start at zero not one#3961kevaundray merged 36 commits intomasterfrom
Conversation
noir/compiler/noirc_evaluator/src/ssa/acir_gen/acir_ir/acir_variable.rs
Outdated
Show resolved
Hide resolved
barretenberg/cpp/src/barretenberg/dsl/acir_format/ecdsa_secp256k1.test.cpp
Show resolved
Hide resolved
barretenberg/cpp/src/barretenberg/dsl/acir_format/recursion_constraint.test.cpp
Show resolved
Hide resolved
|
Made a PR which shows the test failures more clearly by working around the jest issue. |
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.
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contracts are deployed in the tx.
Transaction processing duration by data writes.
|
ledwards2225
left a comment
There was a problem hiding this comment.
LGTM. Really glad we're getting this in - looks like it was pretty deeply embedded. Thanks @TomAFrench for helping get it over the line!
…ztecProtocol#3961) Resolves noir-lang/noir#130 Only partially resovles AztecProtocol/barretenberg#816. There is some places like in `serialize_arithmetic_gate` where we assume that the `zero_idx == 0`. --------- Co-authored-by: ledwards2225 <[email protected]> Co-authored-by: ledwards2225 <[email protected]> Co-authored-by: Tom French <[email protected]> Co-authored-by: kevaundray <[email protected]>
Resolves noir-lang/noir#130
Only partially resovles AztecProtocol/barretenberg#816. There is some places like in
serialize_arithmetic_gatewhere we assume that thezero_idx == 0.BEGIN_COMMIT_OVERRIDE
fix!: Start witness of ACIR generated by Noir start at zero not one (#3961)
END_COMMIT_OVERRIDE