erigon-pulse/cmd/rpcdaemon/commands
Andrew Ashikhmin 1533674dad
Implement EIP-1153 transient storage (#7405)
Port https://github.com/ethereum/go-ethereum/pull/26003

---------

Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
2023-05-01 18:26:24 +02:00
..
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
admin_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
bor_api.go Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
bor_helper.go Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
bor_snapshot.go Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
call_traces_test.go trace_block: add new gasBailOut parameter to request (default: false) (#7326) 2023-04-21 09:28:04 +07:00
corner_cases_support_test.go test simplify 2023-03-23 10:31:43 +07:00
daemon.go Add eth_getProof support for historical blocks (#7115) 2023-03-23 03:22:33 +00:00
db_api_deprecated.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
debug_api_test.go e3: rethink meaning of kv_temporal.BeginRw() (#7413) 2023-04-30 10:08:41 +07:00
debug_api.go add api debug_getRawHeader debug_getRawBlock (#7333) 2023-04-19 08:05:45 +00:00
engine_api_test.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
engine_api.go eip-4844: Unwrap() additional tx method (#7410) 2023-04-30 14:03:15 +07:00
erigon_api.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
erigon_block.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
erigon_cache_check.go cache state check (#5844) 2022-11-07 13:04:31 +00:00
erigon_cumulative_chain_traffic.go Cumulative index stage (#3314) 2022-01-27 10:49:03 +00:00
erigon_nodeInfo.go Add NodeInfo implementation (#3046) 2021-11-30 22:42:12 +00:00
erigon_receipts_test.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
erigon_receipts.go eip-4844: receipts to include dataGasPrice and dataGasUsed (#7385) 2023-04-28 17:53:43 +01:00
erigon_system.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
error_messages.go add --datadir parameter to integration, snapshot generator, header downloader (#1749) 2021-04-19 14:25:26 +07:00
eth_accounts.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_api_test.go test simplify 2023-03-23 10:31:43 +07:00
eth_api.go eip-4844: RPCTransactions to support BlobTx (#7407) 2023-04-30 14:03:38 +07:00
eth_block_test.go test simplify 2023-03-23 10:31:43 +07:00
eth_block.go Remove miner address from eth_getBlockByNumber for bor RPC calls (#6898) 2023-02-20 22:04:42 +00:00
eth_call_test.go Enable negative Merkle proofs for eth_getProof (#7393) 2023-04-27 10:38:45 +07:00
eth_call.go Enable negative Merkle proofs for eth_getProof (#7393) 2023-04-27 10:38:45 +07:00
eth_callMany_test.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_callMany.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
eth_deprecated.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_filters_test.go test simplify 2023-03-23 10:31:43 +07:00
eth_filters.go add eth_getFilterLogs, fix filter subscription ids (#6514) 2023-02-06 10:18:10 +07:00
eth_mining_test.go test simplify 2023-03-23 10:31:43 +07:00
eth_mining.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
eth_receipts.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
eth_subscribe_test.go move aura epoch data from chainDB to auraDB. remove epochReader parameter from consensus interface (#7250) 2023-04-04 03:30:07 +00:00
eth_system_test.go Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
eth_system.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
eth_txs.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_uncles.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
gen_traces_test.go trace_block: add new gasBailOut parameter to request (default: false) (#7326) 2023-04-21 09:28:04 +07:00
get_chain_config_test.go Drop Default from GenesisBlock* functions (#7147) 2023-03-20 15:44:22 +00:00
graphql_api.go eip-4844: receipts to include dataGasPrice and dataGasUsed (#7385) 2023-04-28 17:53:43 +01:00
net_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
otterscan_api.go eip-4844: receipts to include dataGasPrice and dataGasUsed (#7385) 2023-04-28 17:53:43 +01:00
otterscan_block_details.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_contract_creator_test.go test simplify 2023-03-23 10:31:43 +07:00
otterscan_contract_creator.go add constant kv.Unlim=-1 (#7183) 2023-03-26 03:18:04 +00:00
otterscan_default_tracer.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_generic_tracer.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
otterscan_has_code.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_search_backward_multi_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_backward_test.go test simplify 2023-03-23 10:31:43 +07:00
otterscan_search_backward.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_search_forward_multi_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_forward_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_forward.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_search_multi.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_trace.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
otterscan_trace_contract_creator.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_operations.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_touch.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_transaction.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
otterscan_transaction_by_sender_and_nonce_test.go test simplify 2023-03-23 10:31:43 +07:00
otterscan_transaction_by_sender_and_nonce.go add constant kv.Unlim=-1 (#7183) 2023-03-26 03:18:04 +00:00
otterscan_transaction_error.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
otterscan_types.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
parity_api_test.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
parity_api.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
send_transaction_test.go test simplify 2023-03-23 10:31:43 +07:00
send_transaction.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
storage_range.go e3: domain range api simplify (#7158) 2023-03-22 07:36:03 +00:00
trace_adhoc_test.go trace_block: add new gasBailOut parameter to request (default: false) (#7326) 2023-04-21 09:28:04 +07:00
trace_adhoc.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
trace_api.go trace_block: add new gasBailOut parameter to request (default: false) (#7326) 2023-04-21 09:28:04 +07:00
trace_filtering.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
trace_types.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
tracing.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
txpool_api_test.go move aura epoch data from chainDB to auraDB. remove epochReader parameter from consensus interface (#7250) 2023-04-04 03:30:07 +00:00
txpool_api.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
validator_set.go Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
web3_api.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00