-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIP-4844: Add Blob transaction type (#2690)
* 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 <[email protected]> * Fix indentation Co-authored-by: Andrei Văcaru <[email protected]> * Fix dash size Co-authored-by: Andrei Văcaru <[email protected]> * Fix dash size Co-authored-by: Andrei Văcaru <[email protected]> * Fix dash size Co-authored-by: Andrei Văcaru <[email protected]> * Fix dash size Co-authored-by: Andrei Văcaru <[email protected]> * Deleting `#addrBytesNotNil` and using `#addrBytes({TT}:>Account)` instead * Fix indentetion and dash size --------- Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
f7435ba
commit 6cf81f6
Showing
7 changed files
with
106 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters