evm-trace
evm-trace copied to clipboard
Add Address type
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 needed to see how well this fits with trace/gas reporting.
Dependencies
would be even nicer if it was just the same type that ape core uses, so conversion wasn't necessary
@antazoey Should we use https://github.com/ApeWorX/eth-pydantic-types?tab=readme-ov-file#address for the address type issue? Or do you think we're okay how we're currently using address with eth_pydantic_types HexBytes?