An open API service providing commit metadata for open source projects.

GitHub / base/node-reth / commits

SHA Message Author Date Stats
77622029 feat(eip8130-rpc): accept senderActorId hint for estimateGas simulation (#3892) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1652a002 refactor(zk-host): narrow ZkProver::submit + shared groth16 aggregation base ...
Co-authored-by: Cursor <c****t@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
bef9d860 refactor(proof): always propose against finalized head, drop allow_non_finali... xenoliss <b****i@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
4d2b6978 feat(snapshots): add init_snapshots for download urls (#3868) Haardik <h****k@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
15e92b20 feat(telemetry): add base telemetry backend scaffold (#3891) Atharv <6****1@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0c6ceb3a feat(zk-host): orchestrate multi-stage backend sessions in host (#3863)
Co-authored-by: Cursor <c****t@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
07c54631 feat(prover-service): improve heartbeat observability (#3872)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b9143ef8 fix(ci): harden SP1 setup download (#3893)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
620d2281 200ms: plumb basetime millis through payload attributes (#3886) Francis Li <f****i@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
135fb5ce feat(protocol): add BaseTime deposit foundation (#3876) Francis Li <f****i@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f936fc12 feat(registrar): add Boundless progress metrics (#3890)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
7364454b Improve snapshotter progress and upload resiliency (#3888) Haardik <h****k@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b06806bb feat(eip8130): repin system-contract addresses to latest Sepolia deploy (#3889) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
146913b4 fix(nitro-host): decouple proof generation heartbeats (#3875)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
10e0431b feat(eip8130): repin AA tx type to 0x79 and payer magic to 0x7A (#3887) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f021a575 feat(devnet): wire prover-service and zk-host to devnet (#3737)
Co-authored-by: Codex <c****y@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>, Cursor <c****t@c****m>, Codex <c****y@c****m>, Cursor <c****t@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
85c809ca feat(eip8130-rpc): price estimateGas from raw sender/payer auth blobs (#3855) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
5dd0f987 fix(proof-host): log execute payload failures as errors (#3884)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0a979c0f fix(eip8130): discard_tx on error instead of checkpoint_revert (#3880) Lukas <3****o@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
c1b49153 fix(evm): set inspect=false in EvmFactory:create_evm (#3860)
Co-authored-by: Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>
Brian Bland <b****d@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
898d6d34 feat(snapshotter): only sync when EL is near tip (#3865) William Law <w****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
edcf7900 feat(devnet): add execution, consensus, builder, basectl, snapshotter docker ... Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2f014dae fix(consensus-engine): preserve safe heads on syncing FCU (#3803)
Co-authored-by: Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>
Francis Li <f****i@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1a3ad132 feat(basectl): show confirmed activation-registry admin activity in upgrades ... Atharv <6****1@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f2164a76 chore(registrar): sort dependencies (#3867)
Co-authored-by: Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
abd62c05 fix(eip8130): auto-delegate all codeless senders; fix TOCTOU in mempool gas b...
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
6d7f2ca1 fix(sidecrush): handle SIGTERM so k8s pod shutdown exits promptly (#3866)
Co-authored-by: OpenCode <o****y@c****m>
Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
eec0a4a6 feat(snapshotter): prune old snapshot runs (#3802) Haardik <h****k@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
821797ce feat(sidecrush): migrate from github.com/base/infra into base/base (#3864)
Co-authored-by: OpenCode <o****y@c****m>
Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
3fe916e2 Emit transaction events from ingress RPC (#3631) Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
62b87e11 feat(proof): configure MDBX proofs DB max read tx duration (#3858)
Co-authored-by: Sisyphus <c****t@s****i>, Sisyphus <c****t@s****i>, Sisyphus <c****t@s****i>
Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8fbf7205 Discard journal after tx validation errors (#3806)
Co-authored-by: Codex <c****y@c****m>
Danyal Prout <g****t@d****l>
Committed by: GitHub <n****y@g****m>
about 2 months ago
384f3ae5 fix: detect new pruned history error from EL (#3792) Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ed9f144e fix(consensus): avoid genesis fetch on pruned EL sync (#3836) Danyal Prout <g****t@d****l>
Committed by: GitHub <n****y@g****m>
about 2 months ago
021fb646 chore(proof): Collapse single impl Succinct traits into concrete types (#3845)
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
4c109e14 chore: downgrade rpc logs (#3789)
Co-authored-by: Codex <c****y@c****m>
Danyal Prout <g****t@d****l>
Committed by: GitHub <n****y@g****m>
2 months ago
148788ee fix(basectl): improve conductor table ordering (#3801)
Co-authored-by: Codex <c****y@c****m>
Danyal Prout <g****t@d****l>
Committed by: GitHub <n****y@g****m>
2 months ago
50e568c8 fix(eip8130): authorize counterfactual smart-account creates in execution (#3...
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
fb63d0fc Revert "feat(proof): add zk proof requester (#3715)" (#3785) Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
8ce3c56a fix(zk-host): claim all ZK proof jobs (#3764)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9cd3b918 fix(cli): remove dead CLI flags (#3772)
Co-authored-by: Codex <c****y@c****m>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
eebe77ae docs(proposer): clean up README (#3784)
Co-authored-by: Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
76af6bc4 chore(proof): simplify dry-run review cleanup (#3782)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a3ad0375 refactor(proposer): clean up test utils (#3783)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
836ae417 feat(eip8130): add eth_estimateGas for 8130 (#3755) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6dfd6dfc refactor(proposer): clean up proposal intervals (#3781)
Co-authored-by: Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a4af9b50 refactor(proposer): clean up proof target (#3774)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
64a3b032 feat(basectl): add max peer count to basectl p2p info (#3767) Atharv <6****1@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
737b7cfe zeronet: re-genesis config — new genesis + L1 addresses (main) (#3773)
Co-authored-by: Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>, Claude <n****y@a****m>
Rayyan Alam <r****m@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
88496096 feat(upgrade-signal): wire upgrade-signal support into consensus nodes (#3726)
Co-authored-by: Claude <n****y@a****m>, Claude <n****y@a****m>, Amp <a****p@a****m>, Amp <a****p@a****m>, Claude <n****y@a****m>, Amp <a****p@a****m>
Pelle <p****3@c****u>
Committed by: GitHub <n****y@g****m>
2 months ago
a8849a88 refactor(proposer): clean up proof submitter (#3771)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
3f2e9192 fix(eip8130): keep enshrined system accounts non-empty under EIP-161 via Coba... Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5b047190 feat(eip8130): account-abstraction receipt (#3753)
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
f6a4a2fb chore(eip8130): re-pin contract addresses to latest Base Sepolia deployment (... Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
fee06531 refactor(proposer): clean up proof recovery (#3765)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
8d0a7add feat(proof): execute zk dry runs locally (#3738)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a224a5fc fix(challenger): retry ready TEE proofs on tx errors (#3768)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5bfda00b chore(devnet): wire L2_BASE_COBALT_BLOCK through the devnet (#3723) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
bcacf5e2 fix(challenger): classify known dispute reverts (#3745)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
24ccfb19 refactor(proposer): clean up proof dispatcher (#3751)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2e53d7f2 Simplify transaction event JSONL writer (#3639) Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d2349dde fix(registrar): detect plaintext revokeCert auth reverts (#3759)
Co-authored-by: OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d08ac825 fix(txpool): charge EIP-8130 admission operator fee on gas_limit + payer_auth... Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4e8c4b2f fix(succinct): rebuild elfs explicitly (#3757)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
171afd29 fix(registrar): clarify revokeCert auth failures (#3746)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b889f4ef feat(load-tests): add fresh-recipient ratio for account-create fan-out (#2768)
Co-authored-by: Codex <n****y@o****m>
Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4509b008 feat(eip8130): add 0x7B span batch codec (#3749) xenoliss <b****i@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
1895b9c8 Remove ingress raw transaction forwarding (#3727) Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
2b917cbf chore: update SP1 dependencies (#3740)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9f15ef64 fix(balance-monitor): improve test colocation (#3750)
Co-authored-by: Codex <c****y@c****m>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
c387402f fix(eip8130): surface mid-call database errors as fatal, not reverts (#3748) Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
82b37d15 fix(proposer): restart pipeline after loop panic (#3747)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
72d25e2f feat(eip8130): phased call execution + policy gate + full fee settlement (#3696)
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9360c782 feat(registrar): make discovery cache ttl configurable (#3744)
Co-authored-by: OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5cdc6558 refactor(proposer): clean up proof collector (#3721)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
7030a91c fix(proposer): select proof L1 head from sync status (#3736)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a7c7fb10 feat(eip8130): add txpool validation and RPC gating (#3720) Haardik <h****k@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4969b2b9 Add audit transaction event ingest (#3629) Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
0e87b227 feat(devnet): Unify Docker Devnet Binary (#3686)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Danyal Prout <g****t@d****l>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ba37def2 feat(proof): add zk proof requester (#3715)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9cfd6f4f test(batcher): fix flaky virtual-time races in l1_hybrid tests (#3730)
Co-authored-by: Sisyphus <c****t@s****i>
Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b032eade chore(unified): authrpc improvements (#3733) Danyal Prout <g****t@d****l>
Committed by: GitHub <n****y@g****m>
2 months ago
f2710a50 ci(succinct): validate vkey workflow ref before checkout (#3725)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9e580d5c Batch registrar attestation nonces (#3687)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9e522122 feat(common): State Backed Activation Admin (#3489)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d42d4241 refactor(load-test): every sender can mint b20 (#3724)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
William Law <w****l@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
268820b3 feat(eip8130): enshrined pre-call execution pipeline (account-management txns...
Co-authored-by: github-actions[bot] <4****]@u****m>, github-actions[bot] <4****]@u****m>
Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
f271553f feat(node): wire RocksDB proof storage into node and CLI (#3578) Julian Meyer <j****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5741c694 feat(prover-service): delete completed proof requests (#3718)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>
Jack Chuma <j****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5a4989f2 fix proof metrics coverage (#3691)
Co-authored-by: Codex <c****y@c****m>
Thanh Trinh <t****h@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
500a5d56 feat(batcher): Add Batcher Shadow Rollout (#3493)
Co-authored-by: Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
640dffa1 test(runtime): Extend Deterministic Batcher Coverage (#2518)
Co-authored-by: Codex <n****y@o****m>, Codex <n****y@o****m>, Codex <n****y@o****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <c****y@c****m>, Codex <n****y@o****m>, Codex <c****y@c****m>
refcell <a****7@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
4f5e2572 Add transaction event emission helper (#3699) Niran Babalola <n****a@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
0c8c5e68 print how many block receipts failed (#3714) William Law <w****l@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
257c4121 feat(eip8130): EVM-integration foundation (journal storage provider + tx plum... Chris Hunter <c****r@c****m>
Committed by: GitHub <n****y@g****m>
2 months ago
354db9e6 feat(proof): add zk host proving backends (#3559)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
a81bdb64 feat(eip8130): EIP-8130 rpc extensions (#3649) Lukas <3****o@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6ad9fe75 Decode TEEProverRegistry registration reverts (#3673)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
6d6143c4 Validate registrar attestation nonce binding (#3674)
Co-authored-by: OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>, OpenCode <o****y@c****m>
Leopold Joy <l****o@l****m>
Committed by: GitHub <n****y@g****m>
2 months ago
eb2b92c3 refactor(succinct): trim obsolete script crates (#3716)
Co-authored-by: Codex <c****y@c****m>
Mihir Wadekar <m****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago

← Back to repository