Conversation
|
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
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.
|
512aa28 to
fba2eee
Compare
|
Figured the issue. The |

This pr is targeting to implement an example of passing a note in as an argument.
It is currently experience some issues. It can pass the note, but the header seems to invalidly populated. Part of it (the
contract_addressandstorage_slot) are populated as expected, but thenonceandis_transientvalues does not make sense.It does not fail the
args_hashcheck, so it is unclear where exactly the issue is, but the values are not as expected. The initial witness and packed values both looked fine.EDIT:
Figured the issue. The
singleton::get_noteis NOT returning the note in state, but instead the note that it is inserting to replace it. This means that the nonce have not yet been set and that the note is transient when checking, making it fail. If the test is done with