celo-blockchain icon indicating copy to clipboard operation
celo-blockchain copied to clipboard

Support 1559 and Typed Transaction Creation

Open trianglesphere opened this issue 3 years ago • 0 comments

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.

trianglesphere avatar Nov 17 '21 20:11 trianglesphere