forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: implement EIP-1559 (ethereum#22837)
This is the initial implementation of EIP-1559 in packages core/types and core. Mining, RPC, etc. will be added in subsequent commits. Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com> Co-authored-by: Felix Lange <fjl@twurst.com>
- Loading branch information
1 parent
14bc6e5
commit 94451c2
Showing
59 changed files
with
1,522 additions
and
173 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"0x1111111111111111111111111111111111111111" : { | ||
"balance" : "0x010000000000", | ||
"code" : "0xfe", | ||
"nonce" : "0x01", | ||
"storage" : { | ||
} | ||
}, | ||
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { | ||
"balance" : "0x010000000000", | ||
"code" : "0x", | ||
"nonce" : "0x01", | ||
"storage" : { | ||
} | ||
}, | ||
"0xd02d72e067e77158444ef2020ff2d325f929b363" : { | ||
"balance" : "0x01000000000000", | ||
"code" : "0x", | ||
"nonce" : "0x01", | ||
"storage" : { | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x020000", | ||
"currentNumber" : "0x01", | ||
"currentTimestamp" : "0x079e", | ||
"previousHash" : "0xcb23ee65a163121f640673b41788ee94633941405f95009999b502eedfbbfd4f", | ||
"currentGasLimit" : "0x40000000", | ||
"currentBaseFee" : "0x036b", | ||
"blockHashes" : { | ||
"0" : "0xcb23ee65a163121f640673b41788ee94633941405f95009999b502eedfbbfd4f" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
## EIP-1559 testing | ||
|
||
This test contains testcases for EIP-1559, which were reported by Ori as misbehaving. | ||
|
||
``` | ||
[user@work evm]$ dir=./testdata/10 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.json --input.txs=$dir/txs.json --input.env=$dir/env.json --output.alloc=stdout --output.result=stdout 2>&1 | ||
INFO [05-09|22:11:59.436] rejected tx index=3 hash=db07bf..ede1e8 from=0xd02d72E067e77158444ef2020Ff2d325f929B363 error="gas limit reached" | ||
``` | ||
Output: | ||
```json | ||
{ | ||
"alloc": { | ||
"0x1111111111111111111111111111111111111111": { | ||
"code": "0xfe", | ||
"balance": "0x10000000000", | ||
"nonce": "0x1" | ||
}, | ||
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b": { | ||
"balance": "0x10000000000", | ||
"nonce": "0x1" | ||
}, | ||
"0xd02d72e067e77158444ef2020ff2d325f929b363": { | ||
"balance": "0xff5beffffc95", | ||
"nonce": "0x4" | ||
} | ||
}, | ||
"result": { | ||
"stateRoot": "0xf91a7ec08e4bfea88719aab34deabb000c86902360532b52afa9599d41f2bb8b", | ||
"txRoot": "0xda925f2306a52fa24c15d5cd212d736ee016415fd8dd0c45fd368de7917d64bb", | ||
"receiptRoot": "0x439a25f7fc424c10fb1f89800e4aa1df74156b137239d9ac3eaa7c911c353cd5", | ||
"logsHash": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347", | ||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"receipts": [ | ||
{ | ||
"type": "0x2", | ||
"root": "0x", | ||
"status": "0x0", | ||
"cumulativeGasUsed": "0x10000001", | ||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"logs": null, | ||
"transactionHash": "0x88980f6efcc5358d9c359663e7b9414722d430497637340ea056b076bc206701", | ||
"contractAddress": "0x0000000000000000000000000000000000000000", | ||
"gasUsed": "0x10000001", | ||
"blockHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"transactionIndex": "0x0" | ||
}, | ||
{ | ||
"type": "0x2", | ||
"root": "0x", | ||
"status": "0x0", | ||
"cumulativeGasUsed": "0x20000001", | ||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"logs": null, | ||
"transactionHash": "0xd7bf3886f4e2aef74d525ae072c680f3846f550254401b67cbfda4a233757582", | ||
"contractAddress": "0x0000000000000000000000000000000000000000", | ||
"gasUsed": "0x10000000", | ||
"blockHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"transactionIndex": "0x1" | ||
}, | ||
{ | ||
"type": "0x2", | ||
"root": "0x", | ||
"status": "0x0", | ||
"cumulativeGasUsed": "0x30000001", | ||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"logs": null, | ||
"transactionHash": "0x50308296760f01f1eeec7500e9e73cad67469249b1f59e9a9f55e6625a4923db", | ||
"contractAddress": "0x0000000000000000000000000000000000000000", | ||
"gasUsed": "0x10000000", | ||
"blockHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"transactionIndex": "0x2" | ||
} | ||
], | ||
"rejected": [ | ||
3 | ||
] | ||
} | ||
} | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
[ | ||
{ | ||
"input" : "0x", | ||
"gas" : "0x10000001", | ||
"nonce" : "0x1", | ||
"to" : "0x1111111111111111111111111111111111111111", | ||
"value" : "0x0", | ||
"v" : "0x0", | ||
"r" : "0x7a45f00bcde9036b026cdf1628b023cd8a31a95c62b5e4dbbee2fa7debe668fb", | ||
"s" : "0x3cc9d6f2cd00a045b0263f2d6dad7d60938d5d13d061af4969f95928aa934d4a", | ||
"secretKey" : "0x41f6e321b31e72173f8ff2e292359e1862f24fba42fe6f97efaf641980eff298", | ||
"chainId" : "0x1", | ||
"type" : "0x2", | ||
"feeCap" : "0xfa0", | ||
"tip" : "0x0", | ||
"accessList" : [ | ||
] | ||
}, | ||
{ | ||
"input" : "0x", | ||
"gas" : "0x10000000", | ||
"nonce" : "0x2", | ||
"to" : "0x1111111111111111111111111111111111111111", | ||
"value" : "0x0", | ||
"v" : "0x0", | ||
"r" : "0x4c564b94b0281a8210eeec2dd1fe2e16ff1c1903a8c3a1078d735d7f8208b2af", | ||
"s" : "0x56432b2593e6de95db1cb997b7385217aca03f1615327e231734446b39f266d", | ||
"secretKey" : "0x41f6e321b31e72173f8ff2e292359e1862f24fba42fe6f97efaf641980eff298", | ||
"chainId" : "0x1", | ||
"type" : "0x2", | ||
"feeCap" : "0xfa0", | ||
"tip" : "0x0", | ||
"accessList" : [ | ||
] | ||
}, | ||
{ | ||
"input" : "0x", | ||
"gas" : "0x10000000", | ||
"nonce" : "0x3", | ||
"to" : "0x1111111111111111111111111111111111111111", | ||
"value" : "0x0", | ||
"v" : "0x0", | ||
"r" : "0x2ed2ef52f924f59d4a21e1f2a50d3b1109303ce5e32334a7ece9b46f4fbc2a57", | ||
"s" : "0x2980257129cbd3da987226f323d50ba3975a834d165e0681f991b75615605c44", | ||
"secretKey" : "0x41f6e321b31e72173f8ff2e292359e1862f24fba42fe6f97efaf641980eff298", | ||
"chainId" : "0x1", | ||
"type" : "0x2", | ||
"feeCap" : "0xfa0", | ||
"tip" : "0x0", | ||
"accessList" : [ | ||
] | ||
}, | ||
{ | ||
"input" : "0x", | ||
"gas" : "0x10000000", | ||
"nonce" : "0x4", | ||
"to" : "0x1111111111111111111111111111111111111111", | ||
"value" : "0x0", | ||
"v" : "0x0", | ||
"r" : "0x5df7d7f8f8e15b36fc9f189cacb625040fad10398d08fc90812595922a2c49b2", | ||
"s" : "0x565fc1803f77a84d754ffe3c5363ab54a8d93a06ea1bb9d4c73c73a282b35917", | ||
"secretKey" : "0x41f6e321b31e72173f8ff2e292359e1862f24fba42fe6f97efaf641980eff298", | ||
"chainId" : "0x1", | ||
"type" : "0x2", | ||
"feeCap" : "0xfa0", | ||
"tip" : "0x0", | ||
"accessList" : [ | ||
] | ||
} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | ||
"balance" : "0x0de0b6b3a7640000", | ||
"code" : "0x61ffff5060046000f3", | ||
"nonce" : "0x01", | ||
"storage" : { | ||
} | ||
}, | ||
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { | ||
"balance" : "0x0de0b6b3a7640000", | ||
"code" : "0x", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
"0x00" : "0x00" | ||
} | ||
}, | ||
"0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { | ||
"balance" : "0x00", | ||
"code" : "0x6001600055", | ||
"nonce" : "0x00", | ||
"storage" : { | ||
} | ||
} | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", | ||
"currentDifficulty" : "0x020000", | ||
"currentNumber" : "0x01", | ||
"currentTimestamp" : "0x03e8", | ||
"previousHash" : "0xfda4419b3660e99f37e536dae1ab081c180136bb38c837a93e93d9aab58553b2", | ||
"currentGasLimit" : "0x0f4240", | ||
"blockHashes" : { | ||
"0" : "0xfda4419b3660e99f37e536dae1ab081c180136bb38c837a93e93d9aab58553b2" | ||
} | ||
} | ||
|
Oops, something went wrong.