Kim De Mey
8ab060b19f
Move Ethereum specific RLP encoding tests under tests/common ( #673 )
...
This is more according to the structure of the code itself.
And also, currently some of these tests live under tests/rlp but
some under tests/common. Could use some further re-organisation
within the different tests, but this move is a first step.
2024-02-09 17:30:24 +01:00
andri lim
fe88d9e6b7
Change maxFeePerBlobGas from GasInt to UInt256 ( #640 )
...
* Change maxFeePerBlobGas from GasInt to UInt256
per latest spec:
https://eips.ethereum.org/EIPS/eip-4844#blob-transaction
* fix eip-4844 test
2023-09-24 14:33:24 +07:00
jangko
074edff1b4
EIP-4788: Add parentBeaconBlockRoot field to BlockHeader
2023-08-18 17:52:55 +07:00
jangko
521db96a65
rename data gas to blob gas
2023-07-28 10:19:00 +07:00
jangko
6b8a7b009e
implement EIP-4844: Shard Blobs Transactions
2023-06-23 13:48:51 +07:00
jangko
622e6489d8
EIP-4399 changes: random -> prevRandao
2022-02-27 11:40:15 +07:00
jangko
cf95b688e6
EIP-4399 preparation
...
From EIP-4399 spec:
Renaming
The mixHash field SHOULD further be renamed to random.
...
2022-02-01 13:41:50 +07:00
Ștefan Talpalaru
2088d7568d
CI: test with multiple Nim version ( #429 )
...
* CI: test with multiple Nim version
* clean up the testing tree a little
* replace "unittest" with "unittest2"
2021-12-11 19:12:55 +01:00
Zahary Karadjov
5dff021cbc
Add a helper type used in web3 and elsewhere to denote blocks
2020-11-12 20:56:31 +02:00