feat: note hashes as points#7618
Conversation
cda6230 to
8b7eab7
Compare
Docs PreviewHey there! 👋 You can check your preview at https://66aa1f9b32f47b1859ac2b50--aztec-docs-dev.netlify.app |
| * @param obj - Object to test if it is a point. | ||
| * @returns Whether it looks like a point. | ||
| */ | ||
| export function isPoint(obj: object): obj is Point { |
There was a problem hiding this comment.
This was unused so I nuked it.
a9c0d60 to
db4e8b5
Compare
1a534e1 to
1fe89f2
Compare
8e102c4 to
eda68a5
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. Proof generationEach column represents the number of threads used in proof generation.
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 8 txs.
Circuits statsStats on running time and I/O sizes collected for every kernel circuit run across all benchmarks.
Stats on running time collected for app circuits
AVM SimulationTime to simulate various public functions in the AVM.
Public DB AccessTime to access various public DBs.
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 size based on fee payment method | Metric | | |
nventuro
left a comment
There was a problem hiding this comment.
Looks great, thank you very much!
3a13c5c to
9d1a1a1
Compare
9d1a1a1 to
42a6c36
Compare
81546b6 to
96faa8c
Compare
96faa8c to
e086a76
Compare

Making note hashes points.