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
Note: Receipt and Transaction now need to to use MarshalBinary and UnmarshalBinary methods instead of EncodeRLP and DecodeRLP (or rlp.EncodeToBytes/rlp.DecodeBytes) for consensus encoding/decoding to/from binary format.
When
BaseFee
is present we need to include it in the header returned by the RPC endpointse.g. at
https://github.com/vulcanize/ipld-eth-server/blob/42f066772bec4b38d77e2fb095bf3af4eccaf881/pkg/eth/backend_utils.go#L38
And we need to be able to return all three types of transactions from the RPC endpoints: legacy, access list, and dynamic fee
e.g. at
https://github.com/vulcanize/ipld-eth-server/blob/42f066772bec4b38d77e2fb095bf3af4eccaf881/pkg/eth/backend_utils.go#L137
The text was updated successfully, but these errors were encountered: