go-ethereum/core
Delweng 0783cb7d91
eth,core: add api debug_getTrieFlushInterval (#27303)
* core,eth: add api debug_getTrieFlushInterval

Signed-off-by: jsvisa <delweng@gmail.com>

* eth/api_debug: comment of SetTrieFlushInterval

Signed-off-by: jsvisa <delweng@gmail.com>

* Apply suggestions from code review

---------

Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-06-06 08:41:44 -04:00
..
asm
bloombits
forkid all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
rawdb all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
state core/state/snapshot, core/types, eth: move account definition to type (#27323) 2023-06-06 11:17:39 +03:00
txpool core/txpool: make transaction validation reusable across packages (pools) (#27429) 2023-06-06 12:53:29 +03:00
types core/state/snapshot, core/types, eth: move account definition to type (#27323) 2023-06-06 11:17:39 +03:00
vm core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
.gitignore
bench_test.go
block_validator_test.go
block_validator.go core, eth/downloader: validate blobtx.To at serialization time (#27393) 2023-05-31 13:08:15 +03:00
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go
blockchain_test.go
blockchain.go eth,core: add api debug_getTrieFlushInterval (#27303) 2023-06-06 08:41:44 -04:00
blocks.go
bloom_indexer.go
chain_indexer_test.go
chain_indexer.go core,console: replace noarg fmt.Errorf with errors.New (#27332) 2023-05-25 08:24:09 -04:00
chain_makers_test.go
chain_makers.go
dao_test.go
error.go
events.go
evm.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
forkchoice.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
genesis_test.go all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
genesis.go all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
headerchain_test.go
headerchain.go
mkalloc.go
rlp_test.go
sender_cacher.go
state_prefetcher.go
state_processor_test.go all: tie timestamp based forks to the passage of London (#27279) 2023-05-19 11:27:19 +03:00
state_processor.go core,console: replace noarg fmt.Errorf with errors.New (#27332) 2023-05-25 08:24:09 -04:00
state_transition.go core: 4844 opcode and precompile (#27356) 2023-06-05 16:43:25 +03:00
types.go