Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
927f23d
chore(engine-tree-ext): add empty crate skeleton
panos-xyz Apr 17, 2026
5e0f043
feat(engine-tree-ext): copy reth v2.0.0 payload_validator as MorphBas…
panos-xyz Apr 17, 2026
a6656e8
docs(engine-tree-ext): annotate workarounds with NOTE(morph) comments
panos-xyz Apr 17, 2026
0fb52cf
feat(engine-tree-ext): add gate::state_root_enforced_at helper with u…
panos-xyz Apr 17, 2026
2427e9b
refactor(node): switch reth to upstream v2.0.0 via MorphBasicEngineVa…
panos-xyz Apr 17, 2026
7782afb
fix(txpool,node): clippy/fmt cleanup after reth v2.0.0 migration
panos-xyz Apr 17, 2026
ac7629f
test(engine-tree-ext): add Jade boundary integration tests + migrate …
panos-xyz Apr 17, 2026
b1049a4
style: fmt cleanup after reth v2.0.0 test_utils migration
panos-xyz Apr 17, 2026
146aa86
fix(revm): restore original_value after cold->warm SLOAD in MorphTx V1
panos-xyz Apr 18, 2026
53907ae
fix(revm): extend SLOAD original_value fix to SSTORE cold path
panos-xyz Apr 18, 2026
75f8408
perf(payload-builder): wire PayloadExecutionCache for cross-block sta…
panos-xyz Apr 18, 2026
430c372
perf(payload-builder): wire StateRootHandle + OnStateHook for paralle…
panos-xyz Apr 18, 2026
ff511f4
refactor(evm): implement BuildNextEnv trait for MorphNextBlockEnvAttr…
panos-xyz Apr 18, 2026
4c588a5
style: fmt
panos-xyz Apr 18, 2026
c72fba2
perf(local-test): batch MDBX writes to avoid fsync contention with mo…
panos-xyz Apr 19, 2026
27fb05e
chore(evm): silence clippy unnecessary_sort_by in curie.rs test
panos-xyz Apr 22, 2026
ce8c546
fix(rpc): restore caller_gas_allowance override for eth_estimateGas L…
panos-xyz Apr 22, 2026
8557465
test(node): e2e coverage for eth_estimateGas balance cap
panos-xyz Apr 22, 2026
0b4cfc0
refactor(rpc): delegate ETH caller_gas_allowance to alloy_evm helper
panos-xyz Apr 22, 2026
3a57991
fix(rpc): scope L1 fee cap to estimateGas path only (eth_call parity)
panos-xyz Apr 23, 2026
ba7ae90
fix(rpc): drop ETH-balance gas cap on MorphTx token-fee path
panos-xyz Apr 23, 2026
6c9a9dd
fix(rpc): subtract L1 fee at wei precision on estimateGas allowance cap
panos-xyz Apr 23, 2026
2b6f7c8
fix(rpc): skip ETH-affordability short-circuit for MorphTx token-fee …
panos-xyz Apr 23, 2026
aae72ea
fix(rpc): reject ETH estimateGas at l1_fee == available with clear error
panos-xyz Apr 23, 2026
eb5155e
fix(revm): skip fee deduction when disable_fee_charge is set
panos-xyz Apr 23, 2026
17c680f
chore(engine-api): drop unused pre-unfork state-root gate helpers
panos-xyz Apr 23, 2026
2bc7288
chore(docker): default RUSTFLAGS to target-cpu=x86-64-v3
panos-xyz Apr 23, 2026
d14282a
chore(ops): expose reth RPC namespace in local-test and docker-compose
panos-xyz Apr 23, 2026
b22219c
docs(local-test): document Storage V2 and engine persistence tuning
panos-xyz Apr 23, 2026
ce8a69d
perf(bin): enable jemalloc global allocator by default
panos-xyz Apr 23, 2026
c63b750
perf: switch payload-builder and engine-api timers to FastInstant
panos-xyz Apr 23, 2026
b4152b5
test(txpool): re-enable validator unit tests disabled during unfork
panos-xyz Apr 23, 2026
da48570
refactor: simplify post-unfork code
panos-xyz Apr 24, 2026
555727a
fix(consensus): treat missing withdraw-trie expectation as SkipValida…
panos-xyz Apr 24, 2026
06b522c
fix(rpc): bound EVM-call-mode token allowance via fee_limit/gas_cap
panos-xyz Apr 24, 2026
0272219
fix(rpc): floor token→eth conversion and clamp EVM-call-mode fee_limi…
panos-xyz Apr 24, 2026
1d6814f
fix(engine-api): tighten state machine race-safety
panos-xyz Apr 24, 2026
6da7885
perf(payload-builder): switch PayloadBuildingBreaker timer to FastIns…
panos-xyz Apr 24, 2026
8b3f9e3
perf(engine-api): skip L1 message decode + ECDSA recover when computi…
panos-xyz Apr 24, 2026
f1ca7d4
chore: drop history-narrating comments and dead error variant
panos-xyz Apr 24, 2026
b6cb7ad
fix: keep finalized<=safe invariant + remove flaky payload-build sleep
panos-xyz Apr 24, 2026
6283889
test(node): regression for mainnet block 19720219 SLOAD/SSTORE bug
panos-xyz Apr 24, 2026
90786c0
fix(ci): unblock cargo-deny + CodeQL on PR #98
panos-xyz Apr 24, 2026
32c9918
chore(deps): cargo update full lockfile + drop stale advisory ignores
panos-xyz Apr 25, 2026
554ee67
chore(local-test): disable NAT discovery in reth-start
panos-xyz Apr 27, 2026
43c54fd
chore: bump MSRV to 1.93
panos-xyz Apr 27, 2026
17eac01
chore: bump MSRV to 1.95
panos-xyz Apr 27, 2026
f5a2a3a
chore(local-test): disable external NAT probes
panos-xyz May 6, 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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Thanks for your interest in contributing to Morph Reth! This document provides g

### Prerequisites

- Rust 1.88 or later
- Rust 1.95 or later
- Cargo

### Build
Expand Down
Loading
Loading