Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6710f50
Cross-chain bridge — execution layer (reth)
MiniFrenchBread Apr 30, 2026
e02075f
Thread dest-block proposer address into bridge InboundMessage feeReci…
MiniFrenchBread Apr 30, 2026
c40a158
Self-contained comments in bridge crates and EVM hook
MiniFrenchBread May 18, 2026
4d051e3
Bridge fork hardening: byte-level SSZ fixture, encode warn-on-drop, i…
MiniFrenchBread May 19, 2026
327ce6c
Bridge fork: validate 0xf0 entry presence + SSZ decode at newPayloadV…
MiniFrenchBread May 20, 2026
a18a732
chore(0g-bridge): inline plan-doc reference in test comment
MiniFrenchBread May 20, 2026
b5bdda2
chainspec: drop bridge_contract_address field, hardcode constant
MiniFrenchBread May 28, 2026
c08b859
test(0g-bridge): cross-language fixture + 0xf0 requests_hash sensitivity
MiniFrenchBread May 28, 2026
09a1161
docs(0g-bridge): fix stale test name reference in single-entry test c…
MiniFrenchBread May 28, 2026
619a145
docs(0g-bridge): inline stale findings.md references in decode.rs com…
MiniFrenchBread Jun 4, 2026
167c070
bridge: lower MAX_BRIDGE_MESSAGES_PER_BLOCK 64 -> 48 (consensus param)
MiniFrenchBread Jun 4, 2026
8d08b2e
Merge branch 'dev' into feat/cross-chain-bridge
MiniFrenchBread Jun 9, 2026
ed64d49
fix(bridge): hard-reject pre-fork payloads carrying a 0xf0 entry
MiniFrenchBread Jun 10, 2026
20fe812
fix(bridge): decode-validate FCU V4 bridgeRequests at attribute time
MiniFrenchBread Jun 10, 2026
ad6e63c
fix(bridge): pin executeRemoteMessages selector test to hardcoded bytes
MiniFrenchBread Jun 10, 2026
abc3cce
fix(bridge): assert exact TooManyMessages error in cap test
MiniFrenchBread Jun 10, 2026
83ca2a6
fix(bridge): enforce bridge fork requires prague at genesis parse time
MiniFrenchBread Jun 10, 2026
2247a5a
feat(bridge): raise per-block budget to 128, rename system call to pa…
MiniFrenchBread Jun 10, 2026
a687c3d
fix(bridge): inline doc references, add raw pass-through + cross-lang…
MiniFrenchBread Jun 11, 2026
d825614
chore(bridge): lock tracing dep pulled in via patched alloy-evm
MiniFrenchBread Jun 11, 2026
698ef3d
Merge branch 'dev' into feat/cross-chain-bridge
MiniFrenchBread Jul 1, 2026
ddd8930
chainspec: parse bridgeForkTime like alloy *Time fields; fail loudly …
MiniFrenchBread Jul 2, 2026
c441a82
chainspec/engine: document that no-attrs FCUs are not bridge version-…
MiniFrenchBread Jul 2, 2026
720dbcd
bridge: inline cross-repo comment pointers (CLAUDE.md convention)
MiniFrenchBread Jul 2, 2026
d224c51
bridge(el): single find_bridge_entry helper; zero-copy 0xf0 raw; fix …
MiniFrenchBread Jul 2, 2026
c34eeba
feat(bridge): carry bridge blob in block body so replay paths execute…
MiniFrenchBread Jul 2, 2026
e861165
test(era): update BlockBody constructors for bridge_requests field
MiniFrenchBread Jul 2, 2026
df8103f
docs(bridge): fix stale replay comment in finish_omits_0xf0_entry test
MiniFrenchBread Jul 2, 2026
b328a2e
chore(deps): repoint alloy-evm and 0g-alloy pins to 0gfoundation revs
MiniFrenchBread Jul 9, 2026
4a08dda
fix: propagate std features flagged by zepter; bump alloy-evm pin
MiniFrenchBread Jul 9, 2026
c182df8
feat: resolve bridge activation time from per-chain-id constants
MiniFrenchBread Jul 9, 2026
ca69761
chore(deps): repoint 0g-alloy and alloy-evm pins to merged dev revs
MiniFrenchBread Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 53 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading