v2.61.0 Authorizations field in RPCTransaction #13371
Unanswered
iulian-taraboanta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I noticed that in v2.61.0(Pectra) the Authorizations field was added to
RPCTransaction
struct frometh_api.go
file.However, when calling
eth_getBlockByNumber
RPC method, the result will contain theRPCTransaction
struct fromapi.go
that does not contain Authorizations, nor the newSetCodeTxType
is checked inNewRPCTransaction
function.Is this intentional, or a new version will follow with the new tx type?
Beta Was this translation helpful? Give feedback.
All reactions