mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
* feat: add EIP-7702 * fix goimport * add unit tests * add api test * sync txpool update * update generated code * make code readable * fix goimport * fix TestAsyncChecker unit test * add AuthorizationList in fuzz tests for completeness sake * add EuclidV2 test, EIP-7702 transaction in TestT8n * clean up logs * bump version * fix TestAsyncChecker * Revert "fix TestAsyncChecker" This reverts commit 314478303d4a504a3948bd6595568916ba7d82f0. * accept eip-7702 txns only after enabling eip-7702 * revert IntrinsicGas param name from setCodeAuthorizations to authList * fix a bug * align upstream implementation in Encoding Receipts * fix one test case * fix tracer * return precode copy * support setcode tx in EstimateGas and add unit tests * add TestValidateAuthorizations * poseidon hash fix * migrate a fix before the fix pr is merged * support setcode type transactions in TransactionData * chore: auto version bump [bot] * add a nonce-gapped-auth-does-not-block-pending-tx unit test * make the auth invalid * Apply suggestions from code review * change usedAndLeftSlots and knownConflicts to util functions * add comments about different return of applyAuthorization * remove gencodec:required in transaction signatures * fix goimport * update StructLogger and AccessListTracer * fix a bug * fix flaky test --------- Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com> Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
30 lines
969 B
JSON
30 lines
969 B
JSON
{
|
|
"0x8a0a19589531694250d570040a0c4b74576919b8": {
|
|
"nonce": "0x00",
|
|
"balance": "0x0de0b6b3a7640000",
|
|
"code": "0x600060006000600060007310000000000000000000000000000000000000015af1600155600060006000600060007310000000000000000000000000000000000000025af16002553d600060003e600051600355",
|
|
"storage": {
|
|
"0x01": "0x0100",
|
|
"0x02": "0x0100",
|
|
"0x03": "0x0100"
|
|
}
|
|
},
|
|
"0x000000000000000000000000000000000000aaaa": {
|
|
"nonce": "0x00",
|
|
"balance": "0x4563918244f40000",
|
|
"code": "0x58808080600173703c4b2bd70c169f5717101caee543299fc946c75af100",
|
|
"storage": {}
|
|
},
|
|
"0x000000000000000000000000000000000000bbbb": {
|
|
"nonce": "0x00",
|
|
"balance": "0x29a2241af62c0000",
|
|
"code": "0x6042805500",
|
|
"storage": {}
|
|
},
|
|
"0x71562b71999873DB5b286dF957af199Ec94617F7": {
|
|
"nonce": "0x00",
|
|
"balance": "0x6124fee993bc0000",
|
|
"code": "0x",
|
|
"storage": {}
|
|
}
|
|
}
|