1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core
rjl493456442 9d76a9b94f
core, trie, eth, cmd: rework preimage store (#25287)
* core, trie, eth, cmd: rework preimage store

* trie: address comment
2022-07-27 20:37:04 +02:00
..
asm all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
beacon eth: support bubbling up bad blocks from sync to the engine API (#25190) 2022-07-25 16:51:04 +03:00
bloombits Chore: Minimal gramatical errors (signleton -> singleton) (#25057) 2022-06-10 18:47:06 +03:00
forkid params: set sepolia mergeNetsplitBlock to 1735371 (#25372) 2022-07-23 09:54:11 +02:00
rawdb core/rawdb: fix typo in comment (#25191) 2022-06-29 11:47:33 +02:00
state core, trie, eth, cmd: rework preimage store (#25287) 2022-07-27 20:37:04 +02:00
types all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
vm all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
.gitignore
bench_test.go core: fix benchmark panic (#24657) 2022-04-12 11:34:07 +03:00
block_validator.go
block_validator_test.go consensus/beacon: check that only the latest pow block is valid ttd block (#25187) 2022-06-29 15:13:19 +03:00
blockchain.go core: eth: rpc: implement safe rpc block (#25165) 2022-07-25 18:42:05 +03:00
blockchain_insert.go
blockchain_reader.go core: eth: rpc: implement safe rpc block (#25165) 2022-07-25 18:42:05 +03:00
blockchain_repair_test.go all: use T.TempDir to create temporary test directories (#24633) 2022-04-08 15:44:55 +02:00
blockchain_sethead_test.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
blockchain_snapshot_test.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
blockchain_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
blocks.go
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go core/evm: fix error in comment (#25040) 2022-06-08 18:40:37 +02:00
forkchoice.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go core: apply ttd override to uninitialized db (#25136) 2022-07-04 12:25:17 +03:00
genesis_alloc.go
genesis_test.go
headerchain.go core: recover state when beacon sets canonical head if it's missing (#24613) 2022-05-05 10:36:26 +03:00
headerchain_test.go
mkalloc.go
rlp_test.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
state_prefetcher.go
state_processor.go
state_processor_test.go
state_transition.go core: prevent negative fee during RPC calls (#25214) 2022-07-15 11:32:54 +02:00
tx_cacher.go
tx_journal.go all: use common.FileExist for checking file existence (#24748) 2022-04-27 11:48:02 +02:00
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go core: fix typo in txpool (#25149) 2022-06-22 22:51:45 +02:00
tx_pool_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
types.go