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 dacc16d commit be8b87b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ape_aws/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

from ape.api.accounts import AccountAPI, AccountContainerAPI, TransactionAPI
from ape.types import AddressType, MessageSignature, SignableMessage, TransactionSignature
from cchecksum import to_checksum_address
from eth_account._utils.legacy_transactions import serializable_unsigned_transaction_from_dict
from eth_account.messages import _hash_eip191_message, encode_defunct
from eth_pydantic_types import HexBytes
from eth_typing import Hash32
from eth_utils import keccak, to_checksum_address
from eth_utils import keccak

from .client import kms_client
from .utils import _convert_der_to_rsv
Expand Down

0 comments on commit be8b87b

Please sign in to comment.