Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
348 commits
Select commit Hold shift + click to select a range
45ed53a
fix(ci): temporarily disable sp1 elf checks (#2853)
refcell May 22, 2026
d3dd824
fix(precompiles): align b20 interface (#2854)
refcell May 22, 2026
c5a5f6a
fix(policy): policyExists and isAuthorized default instead of revert …
eric-ships May 22, 2026
63656d5
refactor(policy): align IPolicyRegistry errors with base-std interfac…
eric-ships May 22, 2026
96202f9
fix(infra): automate SP1 manifest refresh (#2858)
refcell May 22, 2026
f303d7f
chore(ci): bump step-security/harden-runner to v2.15.0 (#2862)
haardikk21 May 22, 2026
8bd093d
fix(common): align stablecoin interface (#2861)
refcell May 22, 2026
0e12f3a
feat(transferable): add privileged flag to bypass transfer authorizat…
rayyan224 May 22, 2026
f422e01
feat(consensus): add EIP-8130 Account Abstraction transaction types (…
haardikk21 May 22, 2026
9a461d4
test(policy): add PackedPolicy newtype unit tests (#2816)
eric-ships May 22, 2026
50e15b0
test(policy): add error path action tests for PolicyRegistry (#2817)
eric-ships May 22, 2026
fd73f74
refactor(consensus): rename Aa8130 -> Eip8130 and reorder match arms …
haardikk21 May 22, 2026
cf5ec7a
fix(precompiles): align security token ABI (#2867)
refcell May 22, 2026
5a32809
chore: upgrade reth to v2 (#2204)
haardikk21 May 22, 2026
80dc63a
fix(precompiles): harden PolicyRegistry audit findings (#2876)
rayyan224 May 22, 2026
7f713e0
fix(precompiles): default unset security share ratio (#2873)
refcell May 22, 2026
5e65101
fix(common): align activation registry storage namespace (#2875)
refcell May 22, 2026
5cf3015
refactor(policy): remove redundant require_write checks; fix HashMapS…
eric-ships May 22, 2026
bec390b
fix(precompiles): align B20 admin count storage (#2877)
refcell May 22, 2026
1ba3103
feat(devnet): run devnet zk prover in dry-run mode (#2805)
mw2000 May 22, 2026
db94330
fix(precompiles): align security batch burn precedence (#2870)
refcell May 22, 2026
eda345f
chore(factory): ITokenFactory -> IB20Factory; fix variant byte scheme…
eric-ships May 22, 2026
b3fc3d6
fix(builder): share runtime DA and gas configs (#2874)
niran May 22, 2026
75e100d
feat(common): set zeronet activation admin (#2879)
refcell May 22, 2026
3f749e0
fix(precompiles): Align Registry Precompile Addresses (#2881)
refcell May 22, 2026
15c3266
rename(b20): policyType -> policyScope in IB20 ABI (BOP-147) (#2880)
eric-ships May 22, 2026
c8d7e63
test(policy): add renounceAdmin immutability action tests (#2818)
eric-ships May 22, 2026
aec0a8a
feat(chains): set zeronet activation admin (#2884)
refcell May 22, 2026
c7f4e4d
fix(precompiles): replace ISO 4217 allowlist with A-Z character valid…
rayyan224 May 23, 2026
0009c4b
feat(b20-security): default REDEEM_SENDER_POLICY to ALWAYS_BLOCK_ID a…
eric-ships May 23, 2026
9e9811a
fix(precompile-storage): charge EIP-8037 state gas in set_code for ne…
eric-ships May 23, 2026
618ab9c
fix(precompiles): Encode EIP712 Domain Returns (#2888)
refcell May 23, 2026
a1bf0a3
fix(precompiles): align security share ratio sentinel (#2889)
refcell May 23, 2026
1691ceb
fix(precompiles): require METADATA_ROLE for updateContractURI (#2878)
rayyan224 May 23, 2026
bc624fc
test(policy): action tests for policy-gated B20 transfers (BOP-110, B…
eric-ships May 23, 2026
92abf0a
fix(precompiles): b20 factory address (#2892)
refcell May 23, 2026
dbaa84c
test(devnet): add E2E tests for policy-gated token transfers (#2820)
eric-ships May 23, 2026
d960086
fix(precompiles): preserve factory init caller (#2893)
refcell May 23, 2026
4482402
fix(common): align activation deactivate revert (#2894)
refcell May 23, 2026
b526b14
fix(precompiles): seed policy builtins independently of bytecode init…
haardikk21 May 23, 2026
77b2615
refactor(precompiles): extract PermitArgs EIP-712 helpers and tests (…
rayyan224 May 23, 2026
a4b689f
fix(precompiles): Align Base Std Precompile Parity (#2859)
refcell May 23, 2026
9f43756
test(action-harness): add B20 stablecoin action coverage (#2899)
refcell May 23, 2026
6a5b2ca
refactor(precompiles): Streamline Native Precompile Entrypoints (#2898)
refcell May 23, 2026
8632554
test(action-harness): Speed Up Sequence Window Test (#2900)
refcell May 23, 2026
db8cbe4
test(action-harness): Assert Beryl Returndata Payloads (#2897)
refcell May 23, 2026
acaea0e
fix(devnet): stabilize devnet tests (#2890)
refcell May 23, 2026
6929061
fix(proofs): update zkvm precompile mapping (#2904)
refcell May 23, 2026
d2dadbe
test(b20-security): exercise batch mint burn dispatch (#2901)
refcell May 23, 2026
a44572f
chore(tooling): remove claude skills (#2905)
refcell May 23, 2026
c2cbf91
fix(proof): enable sp1 aggregation header serde (#2906)
refcell May 23, 2026
c56b2bb
chore(infra): Add Base Std Fork Tests (#2903)
refcell May 23, 2026
db04dca
feat(rpc): reject EIP-8130 transactions at eth_sendRawTransaction bou…
haardikk21 May 23, 2026
d744150
test(action-harness): Add B20 Security Tests (#2902)
refcell May 23, 2026
72d69fb
base-consensus: opt into conductor SSZ-binary commit endpoint (#2872)
wlawt May 24, 2026
31acb1a
feat(precompiles): add B20 cycle tracking hooks (#2849)
mw2000 May 24, 2026
08345a1
feat(devnet): add shared bench utilities (#2910)
mw2000 May 24, 2026
59b73ca
fix(proof): refresh succinct elf manifest (#2864)
github-actions[bot] May 24, 2026
a052beb
feat(devnet): add B20 zk proving benchmark (#2911)
mw2000 May 24, 2026
1b9447c
feat(chains): schedule zeronet beryl activation (#2925)
refcell May 26, 2026
847c4a8
feat: introduce `snapshotter` (#2550)
wlawt May 26, 2026
fa2117c
fix(infra): grant release attestation permissions (#2933)
refcell May 26, 2026
7e6d3c3
fix(proof): thread activation admin into zk executor (#2943)
refcell May 26, 2026
43c595d
fix(precompiles): mark install result must use (#2946)
refcell May 26, 2026
1e2a122
refactor(precompiles): Decouple Precompile Cycle Tracking (#2947)
refcell May 27, 2026
8852dfe
refactor(common): clean precompiles standards (#2958)
refcell May 27, 2026
0118342
feat(proof): configure boundless offer pricing (#2949)
0x00101010 May 27, 2026
4836ea1
fix(consensus): Recover Pruned Restart Checkpoints (#2698)
refcell May 27, 2026
cb950ea
fix(devnet): repair b20 zk proving bench (#2950)
mw2000 May 27, 2026
d907bd7
chore(tee): add inline just recipes for nitro prover builds (#2766)
leopoldjoy May 27, 2026
1525287
chore(ci): bump all workflow actions to Node 24 runtimes (#2965)
haardikk21 May 27, 2026
1e7bc7f
docs(consensus/engine): fix stray doc comment on unsafe_head_tx field…
haardikk21 May 27, 2026
aaae881
fix(consensus/engine): log-and-continue on checkpoint write failure (…
haardikk21 May 27, 2026
c8a3908
refactor(consensus/checkpoint): derive on-disk offsets from field siz…
haardikk21 May 27, 2026
53ffe8d
feat(consensus/engine): surface checkpoint mismatches as a dedicated …
haardikk21 May 27, 2026
c18ae70
feat(tee): widen transport frame length prefix from u32 to u64 (#2973)
0x00101010 May 27, 2026
50945a5
fix(common): Prevent Admin Role Resurrection (#2961)
refcell May 27, 2026
86f5506
fix(proof): Thread Activation Admin (#2963)
refcell May 27, 2026
5eba76e
fix(common): reject invalid policy type (#2981)
refcell May 27, 2026
fe58a3f
chore(release): set version to 1.0.0 (#2983)
github-actions[bot] May 27, 2026
9f13c33
chore: remove beryl activation (#2985)
danyalprout May 27, 2026
f9c6c2f
chore: remove beryl activation (#2986)
danyalprout May 27, 2026
d88654a
feat(proof): add L1 header prefetcher with shared cache (#2956)
jackchuma May 27, 2026
4527d9e
feat(devnet): support zk prover cluster mode (#2940)
mw2000 May 27, 2026
6863288
refactor(common): derive precompile storage accounting (#2957)
refcell May 27, 2026
f9d9d28
fix(b20_security): use checked_sub for total supply in burn paths (BO…
eric-ships May 28, 2026
fcf0c04
fix(b20_security): use checked_mul for share calculations (BOP-161) (…
eric-ships May 28, 2026
85f35d2
chore: update max retries to 8 (#2993)
0x00101010 May 28, 2026
5dff963
fix(common): align batch mint length validation (#2992)
refcell May 28, 2026
639afba
feat(proof): configure boundless offer lock timeout (#2996)
leopoldjoy May 28, 2026
6afa64e
feat(prover-registrar): decouple discovery from proof generation via …
leopoldjoy May 28, 2026
8cad226
fix(common): align policy error precedence (#2995)
refcell May 28, 2026
da3b64e
feat(proof): add TEE proof types and job queue RPCs to zk_prover prot…
jackchuma May 28, 2026
17cfa06
copy zk prover service db crate into new prover-service crate (#3001)
jackchuma May 28, 2026
30d5d98
fix(consensus/engine): make pruned-tip binary-search recovery robust …
haardikk21 May 28, 2026
db3a853
feat(txpool): EIP-8130 conservative-accept gate (PR4 of N) (#2926)
haardikk21 May 28, 2026
48ab48b
fix(chainspec): Reject Beryl Without Admin (#3002)
refcell May 28, 2026
9df1080
fix(common-evm): Install Beryl Builder Precompiles (#3003)
refcell May 28, 2026
6fabd8d
refactor(txpool): follow up EIP-8130 structural cleanups (#3008)
haardikk21 May 28, 2026
72995ff
fix(common): Reject Last Admin Revoke (#3007)
refcell May 28, 2026
691eb40
chore(prover-service): copy zk prover outbox into shared prover-servi…
jackchuma May 28, 2026
d55dd4c
refactor(prover-service): migrate from gRPC to JSON-RPC (#3015)
jackchuma May 28, 2026
b610504
feat(infra): Add Beryl Upgrade Checks (#3017)
refcell May 28, 2026
e7f8798
fix(infra): Upgrade Countdown Percent (#3028)
refcell May 28, 2026
81e4d72
fix(proposer): preserve proved queue across single-target failures (#…
0x00101010 May 28, 2026
a6ccc62
feat(proof): configure boundless offer bidding-start delay (#3019)
leopoldjoy May 28, 2026
09787ac
chore(prover-service): move zk prover service code into prover-servic…
jackchuma May 28, 2026
f3478a5
chore(prover-service): extract protocol types into base-prover-servic…
jackchuma May 29, 2026
0a39ef8
chore(prover-service): add base-prover-service-client crate (#3033)
jackchuma May 29, 2026
3a66ea6
chore: fix zepter (#3035)
mw2000 May 29, 2026
eef5014
chore(prover-service-client): add error type and config validation (#…
jackchuma May 29, 2026
10f50b1
chore(prover-service-client): add worker provider trait (#3040)
jackchuma May 29, 2026
75d746d
fix(precompiles): pause check precedes policy check in mint (#3043)
rayyan224 May 29, 2026
0327b15
fix(precompiles): zero-receiver check precedes zero-sender in transfe…
rayyan224 May 29, 2026
83d2635
fix(precompiles): pause check precedes blocked check in burn_blocked …
rayyan224 May 29, 2026
697b387
feat(tee): limit nitro-host prove to 1 concurrent request per enclave…
0x00101010 May 29, 2026
951994a
fix(precompiles): align batchBurn + security_redeem zero-amount seman…
rayyan224 May 29, 2026
8dc9960
fix(devnet): allow zk prover builds without Succinct ELFs (#3051)
mw2000 May 29, 2026
e5cd889
ci: disable base-std fork tests workflow (#3053)
meyer9 May 29, 2026
ff803a9
fix(precompiles): role checks precede input validation in mint, burn,…
rayyan224 May 29, 2026
c823046
fix(precompiles): allowance check precedes executor policy in transfe…
rayyan224 May 29, 2026
bcf3d0d
feat(zk-prover): add standalone compose workflow (#3029)
mw2000 May 29, 2026
ffc275a
fix(prover-registrar): recover from stale Boundless fulfilled slots (…
leopoldjoy May 29, 2026
f0ed583
feat(nitro-host): log signer on every signer_public_key RPC (#3056)
0x00101010 May 29, 2026
004fe8d
chore(prover-service-client): add requester provider trait (#3061)
leopoldjoy May 29, 2026
cf2be9e
fix(ci): use gh CLI to clone internal base-std repo (#3059)
eric-ships May 30, 2026
4a278ff
chore(prover-service): update proof RPC API (#3063)
jackchuma May 30, 2026
cdf3eee
Update prover service protocol TEE payloads (#3064)
jackchuma May 30, 2026
9139e27
feat(registrar): add instance attribution to register/deregister logs…
0x00101010 May 30, 2026
9126d8f
feat(nitro-host): add worker config (#3068)
jackchuma May 30, 2026
5b4db6f
feat(nitro-host): add reusable enclave proof pool (#3070)
jackchuma May 30, 2026
b589d9e
fix(precompiles): add explicit zero-address recovery guard in permit …
rayyan224 May 30, 2026
d5b0ad5
feat(nitro-host): add proof submitter (#3071)
jackchuma May 30, 2026
af40cb0
feat(nitro-host): add proof generator (#3076)
jackchuma May 30, 2026
e560779
feat: heartbeat during proof generation (#3082)
jackchuma May 30, 2026
693dc69
fix(registrar): preserve signers during inconclusive resolution (#3083)
jackchuma May 30, 2026
ba92c2d
chore(proposer): add prover-service proof adapters (#3085)
leopoldjoy May 31, 2026
0c55029
feat(nitro-host): add nitro job discovery (#3084)
jackchuma May 31, 2026
a0ee2ee
fix(nitro-host): remove proof request timeout (#3088)
jackchuma May 31, 2026
e6faefd
chore(challenger): add prover-service proof adapters (#3086)
leopoldjoy May 31, 2026
a967af9
feat(prover-service): store protocol-native proof request fields (#3090)
jackchuma May 31, 2026
f40bc03
feat(nitro-host): add worker mode (#3092)
jackchuma May 31, 2026
5b5ac62
chore(challenger): use prover-service requester for zk proofs (#3095)
leopoldjoy May 31, 2026
ab33a56
chore(challenger): use prover-service requester for tee proofs (#3096)
leopoldjoy Jun 1, 2026
27df640
chore(proposer): use prover-service requester (#3098)
leopoldjoy Jun 1, 2026
904e534
feat(prover-service-db): generalize protocol proof requests (#3097)
jackchuma Jun 1, 2026
ca98844
fix(b20-factory): split token creation version constants per variant …
rayyan224 Jun 1, 2026
3937941
fix(precompiles): remove duplicate from-zero check in transfer_from (…
rayyan224 Jun 1, 2026
8dc0949
chore(infra): Publish Base Anvil Package (#3025)
refcell Jun 1, 2026
c729a41
docs(common): update precompiles README (#3041)
refcell Jun 1, 2026
7ecc1c3
refactor(precompiles): replace manual policy-id lane packing with typ…
rayyan224 Jun 1, 2026
4a9e672
feat(precompiles): normalize guard ordering in ops layer (#3099)
rayyan224 Jun 1, 2026
a656ba7
fix(proposer): emit recovered proposal metric (#3102)
xenoliss Jun 1, 2026
aaa0650
chore(ci): rename Base Std interface tests (#3108)
refcell Jun 1, 2026
0dab1e6
feat(prover-service): store protocol proof result payloads (#3101)
jackchuma Jun 1, 2026
17aebdf
fix(ci): use BASE_STD_TOKEN to access private base-std in base-anvil-…
eric-ships Jun 1, 2026
4698e62
feat(factory): add variantParams to B20Created event (BOP-216) (#3062)
eric-ships Jun 1, 2026
0675143
fix(common): Initialize Policy Registry Builtins (#3103)
refcell Jun 1, 2026
c400ad5
refactor(b20_security): extract business logic from dispatch to token…
rayyan224 Jun 1, 2026
2e6d83c
fix(policy): align update_membership check order to match Solidity ca…
rayyan224 Jun 1, 2026
94f9f19
fix(consensus): tolerate transient next L1 origin failures (#3018)
niran Jun 1, 2026
20b8b44
refactor(system-tests): Rename Devnet System Tests (#3110)
refcell Jun 1, 2026
f4042a8
feat(snapshotter): use BLAKE3 to diff static file chunks (#3114)
Pulsator01 Jun 1, 2026
a0d9940
fix(load-test): record TPS on first to last block (#3118)
wlawt Jun 1, 2026
47b8b36
chore: bump revm-inspectors to 0.39.1 (#3133)
haardikk21 Jun 1, 2026
1b86d43
chore: bump revm-inspectors to 0.39.1 (#3132)
haardikk21 Jun 1, 2026
2e8930c
fix(factory): MissingRequiredField includes field name; isin no longe…
eric-ships Jun 1, 2026
55fba41
chore: error on PRs to finalized releases (#3135)
danyalprout Jun 1, 2026
e1a63c4
fix(precompiles): check variant activation at creation time, not oper…
rayyan224 Jun 2, 2026
82e0ebc
remove batch_burn and BURN_FROM_ROLE from B20Asset precompile (#3136)
eric-ships Jun 2, 2026
9ff49b1
test(precompiles): verify packed storage slot layout is correct end-t…
rayyan224 Jun 2, 2026
46f6f75
rename B20Security -> B20Asset and storage namespace base.b20.securit…
eric-ships Jun 2, 2026
80ba6b6
rename SECURITY_OPERATOR_ROLE -> OPERATOR_ROLE and Security Identifie…
eric-ships Jun 2, 2026
7ee6c48
refactor(precompiles): remove Default B20 variant from B20Factory (#3…
rayyan224 Jun 2, 2026
001e3e3
feat(precompiles): remove B20Factory activation flag (#3144)
rayyan224 Jun 2, 2026
d3935ef
test(b20-token): transferFrom zero-address regression test (BOP-226) …
eric-ships Jun 2, 2026
5a3d101
refactor(b20-asset): rename share ratio to multiplier (BOP-238) (#3153)
eric-ships Jun 2, 2026
39dabd4
fix(b20-factory): align getB20Address to return zero on invalid varia…
eric-ships Jun 2, 2026
cdee452
fix(b20-token): enforce executor policy in transferFrom regardless of…
eric-ships Jun 2, 2026
9715741
feat(b20-asset): add METADATA_ROLE to gate updateExtraMetadata (BOP-2…
eric-ships Jun 2, 2026
50e8ee6
fix(precompiles): allow view functions when feature is disabled (BOP-…
eric-ships Jun 2, 2026
eca5856
fix(b20-factory): address review comments from BOP-242 PR (#3154)
eric-ships Jun 2, 2026
ad4c7a4
refactor(precompiles): remove base.b20_token feature and rename base.…
rayyan224 Jun 2, 2026
7478fc0
fix(b20): enforce role admin mutation guard for privileged calls (BOP…
eric-ships Jun 2, 2026
41bd53e
refactor(b20-asset): align coding style with B20 and B20Stablecoin pa…
eric-ships Jun 2, 2026
06bda7b
refactor(common): rename B20 asset accounting (#3163)
refcell Jun 2, 2026
c82c325
chore: bump MSRV from 1.93.1 to 1.94.1 (#3116)
Pulsator01 Jun 2, 2026
303d151
add custom decimals storage to B20Asset (uint8, range [6,18]) (BOP-24…
eric-ships Jun 2, 2026
213f13c
feat(chains): add Cobalt hardfork plumbing (#3119)
chunter-cb Jun 2, 2026
b7c1e43
test(b20-factory): assert per-variant creation versions are nonzero (…
eric-ships Jun 2, 2026
c28b6e2
feat(activation): add checkActivated to activation registry ABI and d…
rayyan224 Jun 2, 2026
1c8e195
fix(b20_factory): sync B20Variant enum order with Solidity ABI (#3167)
rayyan224 Jun 2, 2026
3462953
fix(common): align B20 base-std interface (#3165)
refcell Jun 2, 2026
3c0a088
fix(b20_security): rename policy_id_checked to policy_id (BOP-211) (#…
eric-ships Jun 2, 2026
64024c4
feat(load tests): add B20 workload (#3050)
wlawt Jun 2, 2026
b8ece6c
refactor(b20_asset): align naming with base-std IB20Asset (#3169)
rayyan224 Jun 2, 2026
6ee3da6
chore(b20-asset): cosmetic security->asset/multiplier/isin cleanup (B…
eric-ships Jun 2, 2026
a8ce07c
chore(release): set version to 1.1.0 (#3174)
github-actions[bot] Jun 2, 2026
50d2523
fix(sp1): use Rust 1.94 toolchain for ELF builds (#3195)
mw2000 Jun 3, 2026
bb831a4
chore(common): schedule zeronet Beryl activation (#3214)
refcell Jun 3, 2026
8453957
chore: range elf update (#3220)
mw2000 Jun 3, 2026
8b14691
fix(consensus): report derivation origin as current l1 (#3223)
refcell Jun 4, 2026
5028d9a
chore(release): set version to 1.0.1 (#3224)
refcell Jun 4, 2026
955a18b
fix(consensus): report derivation origin as current l1 (#3225)
refcell Jun 4, 2026
42b89b7
Merge tag 'v1.0.0' into firehose/0.x (bump to reth 2.2.0-firehose)
sduchesneau Jun 4, 2026
e5532ae
add regression test for live firehose blocks production, using two nodes
sduchesneau Jun 4, 2026
779f918
Make flashblocks ping interval configurable (#3269)
0x00101010 Jun 6, 2026
9ea1c2c
Backport flashblocks pending-state fast path to releases/v1.1.0 (#3315)
haardikk21 Jun 8, 2026
b5cc684
serialize flashblock processor event sources
sduchesneau Jun 9, 2026
e17c927
run flashblock command handlers on the blocking pool
sduchesneau Jun 9, 2026
e1b8a34
fix panic handling, add comment about pub crate, disable failing pr w…
sduchesneau Jun 9, 2026
5e9df11
address review: dedupe enqueuer, rename sender
sduchesneau Jun 9, 2026
cfb79ff
Merge pull request #8 from streamingfast/fix/state-mismatch
maoueh Jun 9, 2026
97900b2
fix(ci): Use Release Crates In Tests (#3394)
refcell Jun 10, 2026
f859593
backport BOP follow-up fixes to v1.1.0 (#3396)
refcell Jun 10, 2026
11da71e
[backport] chore(common): Schedule Sepolia Beryl Upgrade (#3399)
refcell Jun 10, 2026
9c3c3f5
feat(common): add beryl precompile metrics (#3389)
refcell Jun 10, 2026
1c00ba3
feat(docker): bundle extra bins into docker image (backport v1.1.0) (…
haardikk21 Jun 10, 2026
b4ab047
backport BOP precompile fixes to v1.1.0 (#3395)
refcell Jun 10, 2026
1113f65
fix: re-bootstrap flashblock state per block, don't carry it forward
sduchesneau Jun 10, 2026
5f75bc3
Merge pull request #9 from streamingfast/fix/flashblock-carried-state…
sduchesneau Jun 10, 2026
9327486
Merge tag 'v1.0.1' into firehose/1.x
sduchesneau Jun 10, 2026
f4c0970
bump to 1.0.1 in changelog
sduchesneau Jun 10, 2026
526d536
backport PSRC precompile fixes to v1.1.0 (#3426)
refcell Jun 10, 2026
ba84de4
fix(precompiles): backport BOP fixes to v1.1.0 (#3416)
refcell Jun 10, 2026
3097bf3
[backport] BOP Batch 6 fixes for releases/v1.1.0 (#3447)
rayyan224 Jun 11, 2026
2312bc5
[backport] BOP Batch 4 fixes for releases/v1.1.0 (#3423)
eric-ships Jun 11, 2026
d7daff0
fix(precompile-storage): remove unused token arg from checkpoint_comm…
rayyan224 Jun 11, 2026
a571f10
fix(precompiles): return halt instead of Fatal for oversized crypto p…
refcell Jun 11, 2026
bd4d4ba
[backport] fix(chains): update B20 activation admin addresses for Bas…
rayyan224 Jun 11, 2026
6707bc7
[backport] straggler precompile fixes for releases/v1.1.0 (#3453)
rayyan224 Jun 11, 2026
dc90f9f
fix(precompiles): cap b20 token supply (#3466)
refcell Jun 11, 2026
572a3c5
chore: backport reth v2.3.0 update to releases/v1.1.0 (#3471)
haardikk21 Jun 11, 2026
611f505
Backport: set Base EL peer defaults to 80/80 (#3482)
0x00101010 Jun 11, 2026
a3c3011
fix: overlay builder state trie cache (#3480)
haardikk21 Jun 12, 2026
64bb540
Merge pull request #11 from streamingfast/bump_1_0_1
maoueh Jun 12, 2026
da76d91
Merge tag 'v1.1.0' into firehose/1.x
sduchesneau Jun 12, 2026
d9f0f67
Preserve firehose and revert reth v2.3.0 for v1.1.0
sduchesneau Jun 12, 2026
640831a
Bump reth to v2.3.0-fh
sduchesneau Jun 12, 2026
1acbae8
add base-consensus binary to /app/base-consensus
sduchesneau Jun 15, 2026
e007744
Merge pull request #12 from streamingfast/bump_1_1_0
sduchesneau Jun 15, 2026
d212842
chore(release): set version to 1.1.1 (#3624)
github-actions[bot] Jun 18, 2026
4e84ba3
chore(common): set mainnet activation date (#3627)
danyalprout Jun 18, 2026
01e732c
Backport PR #3603 to releases/v1.1.0 (#3634)
haardikk21 Jun 18, 2026
312a2e3
Merge tag 'v1.1.1' into merge-1.1.1
sduchesneau Jun 19, 2026
5c14cf3
Adapt firehose flashblocks to v1.1.1 validator change
sduchesneau Jun 19, 2026
b77bb68
Add predecessor-link reset tests and merge analysis docs
sduchesneau Jun 19, 2026
7170f32
Merge pull request #13 from streamingfast/merge-1.1.1
maoueh Jun 19, 2026
faaa0cb
Remove merge-1.1.1 analysis docs
sduchesneau Jun 19, 2026
46ff0f4
bump to reth 2.3.0-fh-1 which fixes logs + state changes generation f…
sduchesneau Jun 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ max-threads = 1
[test-groups.builder-integration]
max-threads = 1

[test-groups.devnet]
[test-groups.system-tests]
max-threads = 6

[profile.ci]
Expand Down Expand Up @@ -35,7 +35,7 @@ test-group = 'builder-integration'
retries = 1

[[profile.default.overrides]]
filter = 'package(devnet)'
test-group = 'devnet'
filter = 'package(base-system-tests)'
test-group = 'system-tests'
retries = 1
slow-timeout = { period = "120s", terminate-after = 3 }
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rustfmt.toml
# Docker config (dockerfiles are sent separately by compose, not from context)
etc/docker/
!etc/docker/nitro-enclave/
!etc/docker/nitro-host/

# Devnet tooling not needed in container builds
etc/scripts/devnet/grafana/
Expand Down
21 changes: 16 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
default: "false"
sp1-version:
description: SP1 release tag used when sp1 is enabled (matches etc/just/succinct.just)
default: "v6.1.0"
default: "v6.2.3"
elf-cache:
description: Restore/save the ELF cache keyed on crates/proof/succinct/elf/manifest.toml
default: "false"
Expand Down Expand Up @@ -67,10 +67,21 @@ runs:

- name: Install native dependencies
if: inputs.native-deps == 'true'
uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
with:
packages: libsqlite3-dev clang libclang-dev llvm llvm-dev build-essential pkg-config protobuf-compiler
version: 1.4
shell: bash
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
build-essential \
clang \
libclang-dev \
libprotobuf-dev \
libsqlite3-dev \
llvm \
llvm-dev \
pkg-config \
protobuf-compiler

- name: Install Rust (stable via rust-toolchain.toml)
if: inputs.toolchain == 'stable'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/action-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
timeout-minutes: 30
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- uses: ./.github/actions/setup
Expand Down
Loading
Loading