-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing
BLOBHASH
Opcode (#2693)
* Introducing `BLOBHASH` OpCode as 73. * Modifying type of `txVersionedHashes` from `JSONs` to `List` to implement `BLOBHASH` operation * Implementing the operation of `BLOBHASH` * Adding `Blob` transaction to `effectiveGasPrice` * Updating integration tests with the new `txVersionedHashes` type * Updating `failing.llvm` list of tests * Fixing Opcode execution and transaction parsing * Addressing comments - Position of `BLOBHASH` on evm.md - Deleting invalid side condition in `$effectiveGasPrice` * Adding `versionedHashes` to evm's `callState` * Addressing comments * Updating failing tests * Filling `BENCHMARK_TESTS` * Filling `ERC20_TESTS` * Filling `EXAMPLES_TESTS` * Filling `MCD_TESTS` * Filling `MCD_STRUCTURED_TESTS` and `VAT_STRUCTURED_TESTS` * Filling `KONTROL_TESTS` * Updating `failing.llvm` * Fix dash size * Updating `failing.llvm` * Re-adding failing.llvm tests * Fix `kontrol` prove tests * Fix `mcd` prove tests * Fix `mcd-strutured` prove tests * Adding BASEFEE to #asmOpCode Co-authored-by: Andrei Văcaru <[email protected]> * Fixing `#parseList2JSONs` and updating `failing.llvm` * Changing back parseList2JSONs to avoid issues in rlp encoding * Fixing `BLOBBASEFEE` and Updating `failing.llvm` * Fixing `#rangeNegUInt64` --------- Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
bfd9e29
commit 7c1de74
Showing
171 changed files
with
342 additions
and
207 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
Oops, something went wrong.