Environment information
$ ape --version
# ...copy and paste result of above command here...
$ ape plugins list
# ...copy and paste result of above command here...
- Python Version: x.x.x
- OS: osx/linux/win
What went wrong?
Due to how ape_ethereum.BaseTransaction.serialize_transaction works, this library will not allow submitting a transaction since it will raise a SignatureError right as it goes to submit a fully signed transaction
How can it be fixed?
Fill this in if you have ideas on how the bug could be fixed.
Environment information
apeand plugin versions:What went wrong?
Due to how
ape_ethereum.BaseTransaction.serialize_transactionworks, this library will not allow submitting a transaction since it will raise aSignatureErrorright as it goes to submit a fully signed transactionHow can it be fixed?
Fill this in if you have ideas on how the bug could be fixed.