Avatar for the bluealloy user
bluealloy
revm
BlogDocsChangelog

Branches performance

Pull requests

fix(revme): use transact state for debug State after output#3498
last run
5 hours ago
fix(revme): use transact state for debug "State after" output The debug_failed_test function was printing state from an inspector run, which can differ from a plain transact run. Now it runs the inspector for tracing output first, then does a separate transact run whose state is used for the "State after" print.
5 hours ago
bb115e1
fix/revme-debug-state-from-transact
CodSpeed Performance Gauge
-7%
chore: bump c-kzg from 2.1.6 to 2.1.7#3495
last run
23 hours ago
chore: bump c-kzg from 2.1.6 to 2.1.7
23 hours ago
1ebf66e
bump-c-kzg
CodSpeed Performance Gauge
+3%
feat: add reverting address to ExecutionResult::Revert Add `address: Option<Address>` to `ExecutionResult::Revert` so consumers can identify which contract or precompile produced the revert data. For `TxKind::Call` the target address is populated; for `TxKind::Create` it is `None`. This is needed by chains with custom precompiles (e.g. Tempo) where multiple precompiles share error selectors—without the address, downstream RPC error formatting cannot disambiguate which precompile reverted. Co-Authored-By: Georgios Konstantopoulos <17802178+gakonst@users.noreply.github.com>
1 day ago
fbc81fc
tempo/revert-address
CodSpeed Performance Gauge
0%
refactor(frame): cleanup inner make functions Extract shared depth check and frame initialization logic between make_call_frame and make_create_frame. Resolves TODO in init_with_context.
1 day ago
b9b2793
ParthSinghPS:refactor-frame-init
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs