refactor: extract tx validation to separate class#5266
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c95af69 to
61d4bef
Compare
d49662f to
8ef4d64
Compare
Benchmark resultsMetrics with a significant change:
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 contract classes are registered in the tx.
Transaction processing duration by data writes.
|
61d4bef to
e044688
Compare
8ef4d64 to
a2eba26
Compare
e044688 to
0b94879
Compare
a2eba26 to
6427a18
Compare
0b94879 to
a26f1a0
Compare
6427a18 to
aabacb5
Compare
a26f1a0 to
b06c08c
Compare
aabacb5 to
b92b276
Compare
b06c08c to
2b2e931
Compare
b92b276 to
84faea1
Compare
2b2e931 to
80b3bac
Compare
84faea1 to
fd2f15f
Compare
80b3bac to
b8c6299
Compare
fd2f15f to
95e524a
Compare
b8c6299 to
12101f5
Compare
95e524a to
39c4539
Compare
12101f5 to
52db87e
Compare
39c4539 to
b208811
Compare
52db87e to
aa5e662
Compare
b208811 to
727100f
Compare
aa5e662 to
5b64cf1
Compare
727100f to
e72aed1
Compare
5b64cf1 to
3216d40
Compare
e72aed1 to
80390a1
Compare
80390a1 to
9db8e44
Compare
Changes to circuit sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|

Refactor tx validation the sequencer did to a separate class so it's easier to extend.