paradigmxyz
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Update mod.rs
andrewshab3:replace-assert
13 minutes ago
feat(rpc): add transaction index to EVM error messages Add TxIndexed variant to EthApiError that wraps errors with transaction index context while preserving the original error's RPC code and data. - Add TxIndexed variant with tx_index and source fields - Add with_tx_index() helper method for ergonomic usage - Add from_evm_err_at_index() to FromEvmError trait - Handle TxIndexed in ErrorObject conversion to preserve codes - Add unit tests verifying error codes and revert data are preserved Closes #20301 Amp-Thread-ID: https://ampcode.com/threads/T-019befc5-dac1-7529-b5ea-cd2627ccea55 Co-authored-by: Amp <amp@ampcode.com>
reject-i:feat/indexed-evm-error-messages
26 minutes ago
refactor: use TxIndexed variant to preserve error codes Replace the EthApiEvmErr wrapper struct approach with a cleaner TxIndexed variant on EthApiError that: - Preserves the original error's RPC code and data - Only rewrites the message to include the transaction index - Uses with_tx_index() helper for ergonomic usage at call sites This approach is better than the previous stringification to EvmCustom because it maintains proper error type information and allows RPC clients to receive the correct error codes (e.g., InvalidInput for NonceTooLow instead of internal error). Closes #20301 Amp-Thread-ID: https://ampcode.com/threads/T-019befc5-dac1-7529-b5ea-cd2627ccea55 Co-authored-by: Amp <amp@ampcode.com>
reject-i:feat/indexed-evm-error-messages
44 minutes ago
feat: prealloc vec (#21391)
main
53 minutes ago
Merge branch 'main' into fix-execution-clean-threshold
dennsikl:fix-execution-clean-threshold
59 minutes ago
feat: change from stable sort to unstable sort (#21387)
main
1 hour ago
Merge branch 'main' into receipt-ext-glam
receipt-ext-glam
1 hour ago
Update arbitrary.rs
viktorking7:patch-14
2 hours ago
Active Branches
fix: replace assert with proper error handling in stage dump setup
last run
13 minutes ago
#21395
CodSpeed Performance Gauge
0%
feat(rpc): add transaction index to EVM error messages
last run
26 minutes ago
#20309
CodSpeed Performance Gauge
0%
fix: correct execution stage clean threshold
last run
59 minutes ago
#19591
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs