nimbus-eth1/nimbus/evm
andri lim fd79c5c264
Fix EVM tracer crash bug when serializing nil stack (#1697)
* Fix EVM tracer crash bug when serializing nil stack

* Fix t8n tracer doc

add following description to reflect new functionality
  `stdout` - into the stdout output.
  `stderr` - into the stderr output.
  <file>   - into the file <file>-<txIndex>.jsonl.
  none     - output.basedir/trace-<txIndex>-<txhash>.jsonl.
2023-08-20 11:15:11 +07:00
..
async rename data gas to blob gas (#1659) 2023-08-04 19:43:30 +07:00
interpreter Implement EIP-6780: SELFDESTRUCT only in same transaction 2023-08-18 10:22:34 +07:00
tracer Fix EVM tracer crash bug when serializing nil stack (#1697) 2023-08-20 11:15:11 +07:00
blake2b_f.nim saner source code grouping 2022-12-02 13:51:42 +07:00
blscurve.nim saner source code grouping 2022-12-02 13:51:42 +07:00
code_stream.nim saner source code grouping 2022-12-02 13:51:42 +07:00
computation.nim Implement EIP-6780: SELFDESTRUCT only in same transaction 2023-08-18 10:22:34 +07:00
evmc_api.nim EIP-1153: completing transient storage on EVMC side 2023-08-18 10:19:34 +07:00
evmc_helpers.nim saner source code grouping 2022-12-02 13:51:42 +07:00
interpreter_dispatch.nim Implement plugable EVM tracer 2023-08-03 16:45:39 +07:00
map_to_curve_g1.nim saner source code grouping 2022-12-02 13:51:42 +07:00
memory.nim fix slow operations in evm 2023-08-01 16:05:39 +07:00
message.nim saner source code grouping 2022-12-02 13:51:42 +07:00
modexp.nim fix modexp bug 2023-08-03 12:10:38 +07:00
nimdoc.cfg saner source code grouping 2022-12-02 13:51:42 +07:00
precompiles.nim fix shanghai withdrawal validation 2023-06-26 07:46:09 +07:00
stack.nim Revert "Some work on speculative execution (#1552)" (#1561) 2023-04-24 16:59:38 -04:00
state.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
state_transactions.nim implementation of EIP-4844: Shard Blob Transactions (#1440) 2023-06-24 20:56:44 +07:00
types.nim Implement plugable EVM tracer 2023-08-03 16:45:39 +07:00
validation.nim optimize EVM memory extend 2023-05-31 10:14:26 +07:00