You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Ethereum API specification, type field in transaction object is mandatory. However, it seems that Besu does not have the field when returning a transaction object.
(Specification link: https://github.com/ethereum/execution-apis)
Expected behavior:
Besu should return a transaction object of the following form:
Description
According to the Ethereum API specification,
type
field in transaction object is mandatory. However, it seems that Besu does not have the field when returning a transaction object.(Specification link: https://github.com/ethereum/execution-apis)
Expected behavior:
Besu should return a transaction object of the following form:
Actual behavior:
Besu returns a transaction object without
type
field:Frequency:
Always
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: