Closed antazoey closed 2 years ago
tried it with fantom and got:
eth_account/_utils/signing.py:95, in extract_chain_id(raw_v)
94 else:
---> 95 raise ValueError("v %r is invalid, must be one of: 0, 1, 27, 28, 35+")
96 else:
ValueError: v %r is invalid, must be one of: 0, 1, 27, 28, 35+
I am close to having something that works great for both dynamic and static! Hopefully by EOD
@fubuloubu Are you good with merging this? I want to get these changes in the pydantic PR.
We can test Fantom support more when ape-fantom
is ready. If v
still bugs out, we can create a new issue then
@fubuloubu Are you good with merging this? I want to get these changes in the pydantic PR.
We can test Fantom support more when
ape-fantom
is ready. Ifv
still bugs out, we can create a new issue then
Did you want this to work with latest ape
main?
$ ape ledger list
WARNING: 'AccountContainer - LedgerAccount' from 'ape_ledger' is not fully implemented. Remaining abstract methods: 'accounts'.
What I did
How I did it
Build our own RLP serializable classes.
How to verify it
Checklist