Skip to content

Commit

Permalink
feat: implement cchecksum for ~2x faster checksumming (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 4, 2024
1 parent 972c733 commit 00c0cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bobs_lazy_logging==0.0.4
checksum_dict>=1.4.2,<2
cchecksum>=0.0.3
checksum_dict>=1.4.2,<3
dank_mids>=4.20.109
eth-brownie>=1.19.3,<1.21
eth_retry>=0.1.19,<0.2
Expand Down
2 changes: 1 addition & 1 deletion y/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import web3.main as web3_main
import web3.middleware as web3_middleware
from brownie.convert.datatypes import HexBytes
from checksum_dict import to_checksum_address
from cchecksum import to_checksum_address
from eth_typing import ChecksumAddress, HexAddress

from y import ENVIRONMENT_VARIABLES as ENVS
Expand Down

0 comments on commit 00c0cb9

Please sign in to comment.