Skip to content

Commit

Permalink
feat: implement cchecksum for ~2x faster checksumming
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 10, 2024
1 parent 1c4987f commit 13b081a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evm_trace/display.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from collections.abc import Iterator
from typing import TYPE_CHECKING, Optional, Union, cast

from cchecksum import to_checksum_address
from eth_typing import ChecksumAddress
from eth_utils import to_checksum_address, to_hex
from eth_utils import to_hex

from evm_trace.enums import CallType

Expand Down

0 comments on commit 13b081a

Please sign in to comment.