Skip to content

Commit

Permalink
feat: implement cchecksum for ~2x faster checksumming (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 4, 2024
1 parent 9116f4f commit 09488cf
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 97 deletions.
2 changes: 1 addition & 1 deletion dank_mids/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from typing import Any, DefaultDict, List, Literal, Optional, Set, Union

import eth_retry
from cchecksum import to_checksum_address
from eth_typing import BlockNumber, ChecksumAddress
from eth_utils import to_checksum_address
from evmspec._ids import ChainId
from msgspec import Struct
from multicall.constants import MULTICALL2_ADDRESSES, MULTICALL_ADDRESSES
Expand Down
Loading

0 comments on commit 09488cf

Please sign in to comment.