Skip to content

chore: benchmark tx validators#20227

Merged
alexghr merged 1 commit intomerge-train/spartanfrom
ag/benchmark-tx-val
Feb 11, 2026
Merged

chore: benchmark tx validators#20227
alexghr merged 1 commit intomerge-train/spartanfrom
ag/benchmark-tx-val

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Feb 6, 2026

add benchmarks around tx validators

@alexghr alexghr force-pushed the ag/benchmark-tx-val branch from 022bbaf to 990cae8 Compare February 6, 2026 10:50
@alexghr alexghr changed the title Ag/benchmark tx val chore: benchmark tx val Feb 6, 2026
@alexghr alexghr force-pushed the ag/benchmark-tx-val branch from 990cae8 to 1066492 Compare February 6, 2026 14:00
const nullifierSource: NullifierSource = {
nullifiersExist: (n: Buffer[]) => Promise.resolve(n.map(() => false)),
};
doubleSpendValidator = new DoubleSpendTxValidator(nullifierSource);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't really going to tell us anything if we don't setup real databases for things like double spends

@alexghr alexghr force-pushed the ag/benchmark-tx-val branch from 1066492 to 955e629 Compare February 11, 2026 09:52
@alexghr
Copy link
Contributor Author

alexghr commented Feb 11, 2026

Updated with 100, 1k, 10k, 100k (pretty optimistic here) nullifiers and archives in the database

@alexghr alexghr enabled auto-merge (squash) February 11, 2026 09:53
@AztecBot
Copy link
Collaborator

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/1fc24b3ebb1eaefe�1fc24b3ebb1eaefe8;;�):  yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_p2p/reqresp/reqresp_no_handshake.test.ts (102s) (code: 0) group:e2e-p2p-epoch-flakes

@alexghr alexghr changed the title chore: benchmark tx val chore: benchmark tx validators Feb 11, 2026
@alexghr alexghr merged commit 70d6f1e into merge-train/spartan Feb 11, 2026
13 checks passed
@alexghr alexghr deleted the ag/benchmark-tx-val branch February 11, 2026 11:08
github-merge-queue bot pushed a commit that referenced this pull request Feb 12, 2026
BEGIN_COMMIT_OVERRIDE
chore: Should fix proving benchmarks by reducing committee lag (#20381)
chore: standalone forge broadcast wrapper with retry, timeout, and anvil
detection (#19824)
chore: benchmark tx val (#20227)
fix: cloudflare terraform API (#20387)
fix: HA e2e test order & retries (#20383)
fix: incorporate forge broadcast review feedback (#20390)
refactor(p2p): rewrite FileStoreTxCollection with retry, backoff, and
shared worker pool (#20317)
chore(ci): run ci job on draft PRs (#20395)
feat(bot): allow anchoring txs to proposed chain (#20392)
feat(p2p): slot-based soft deletion for TxPoolV2 (#20388)
chore: add setup-container script (#20309)
feat: build aztec-prover-agent with baked-in CRS (#20391)
fix!: change protocol contracts deployer to be the contract address
(#20396)
feat(p2p): enforce minimum tx pool age for block building (#20384)
refactor(sentinel): update validator statuses to checkpoint-based naming
(#20372)
chore: log tx hash (#20413)
chore: update l1 fee analysis to measure blob count in L1 blocks
(#20414)
chore: set up tx file store in next-net (#20418)
chore(ci): gate draft PRs from CI, allow override with ci-draft label
(#20426)
fix: stabilize writing_an_account_contract.test.ts (#20420)
END_COMMIT_OVERRIDE
github-merge-queue bot pushed a commit that referenced this pull request Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants