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
* EIP-4844: Add DynamicFee transaction type
* Fix test-integrations
* Set field `to` to be not `nil` in Blob transactions
From the EIP specification: "The field `to` deviates slightly from the semantics with the exception that it *MUST NOT* be `nil` and therefore must always represent a 20-byte address. This means that blob transactions cannot have the form of a create transaction."
* Setting `txVersionedHashes` as `JSONs`
Implementing parsing features for `txVersionedHashes` and `txMaxBlobFee`
* Fromatting
* Fixing `AccountNotNil` as an alias
* Fix typo
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Fix indentation
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Fix dash size
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Fix dash size
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Fix dash size
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Fix dash size
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
* Deleting `#addrBytesNotNil` and using `#addrBytes({TT}:>Account)` instead
* Fix indentetion and dash size
---------
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
// Different from AccessList, Versioned Hashs doesn't contains a list of key-value jsons, but a list of strings finishing in .JSONs like [ "0x01...", "0x02", .JSONs]
0 commit comments