celo-blockchain
celo-blockchain copied to clipboard
Support 1559 and Typed Transaction Creation
Description
The bind API needs to support 1559 and typed transactions. (accounts/abi/bind/backends/base.go
)
There are probably some other places as well.
Context
The JSON RPC API sends a bag of parameters that get turned into a transaction, however we now have multiple different transaction types that the the tx can be serialized to.