evm-trace icon indicating copy to clipboard operation
evm-trace copied to clipboard

Ethereum Virtual Machine transaction tracing tool

Results 13 evm-trace issues
Sort by recently updated
recently updated
newest added

### Overview Create a gas reporting structure to hold gas costs across called addresses. ### Specification ### Dependencies

category: feature
size: 2 pieces

### Overview currently we use a workaround to keep the library installable with python 3.7, but vmtrace module won't work in 3.7, since it uses msgspec, which requires 3.8+ ###...

### Overview Support logs in the evm trace! ### Specification Something like this (foundry) ![IMAGE 2022-06-28 11:23:58](https://user-images.githubusercontent.com/19540978/176231067-372d966a-de48-47de-b48c-dff2b63a3263.jpg) except without contract type information, so actually nothing like this at all.... ###...

### Elevator pitch: DELEGATECALL makes parsing traces even more complicated than just parsing CALLS. We need thorough tests. ### Value: Accurate parsing of traces is important. ### Design approach: ![https://knowyourmeme.com/memes/pepe-silvia](https://i.kym-cdn.com/entries/icons/mobile/000/022/524/tumblr_o16n2kBlpX1ta3qyvo1_1280.jpg)...

### What I did Currently the tests fail due to a missing module py-evm. ``` vmtrace (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: vmtrace (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module:...

### What I did I was having some issues and was not 100% convinced it wasn't coming from `evm-trace` so I improved the test to make me convinced. ### How...

### Overview While working on gas reporting, @fubuloubu mentioned wishing address type was more optimized. The original thought is to use an Address(HexBytes) class. ### Specification A little research is...

category: feature
size: 2 pieces

### Overview I am thinking to run this node on my system. can you please describe where to setup and where to run this node and also does it run...

Package is in pretty heavy use within core, worth it to release it now

### Overview Provide a simple overview of what you wish to see added. Please include: - I want to get the whole execution vm trace given one specific transaction hash....