plugeth/core
philip-morlier d96772ce6b Merge remote-tracking branch 'origin/master' into feature/blockTracer
Merging to prevent circle-ci test failure before pull request is made.
2021-11-10 18:14:26 -08:00
..
asm
bloombits all: fix some go-critic linter warnings (#23709) 2021-10-13 17:31:02 +02:00
forkid
rawdb Fix tracking of ancients 2021-10-28 20:41:32 -05:00
state Merge tag 'v1.10.11' into updates/1.10.11 2021-10-20 08:11:16 -07:00
types core/types: add MarshalBinary, UnmarshalBinary for Receipt (#22806) 2021-10-13 15:16:16 +02:00
vm Merge tag 'v1.10.9' into develop 2021-10-18 12:02:35 -05:00
.gitignore
bench_test.go
block_validator_test.go
block_validator.go
blockchain_hooks_test.go Fix blockchain hook tests. 2021-09-30 13:56:04 -05:00
blockchain_insert.go
blockchain_reader.go core: refactored blockchain.go (#23735) 2021-10-18 10:45:59 +03:00
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go core: fix typo in comment (#23658) 2021-09-29 21:28:47 +02:00
blockchain_test.go consensus/clique, core: API cleanup (#23100) 2021-10-11 23:16:46 +02:00
blockchain.go Merge tag 'v1.10.11' into updates/1.10.11 2021-10-20 08:11:16 -07:00
blocks.go
bloom_indexer.go
chain_indexer_test.go
chain_indexer.go
chain_makers_test.go
chain_makers.go
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go consensus/clique: prevent 0 len extradata from panicing (#23538) 2021-09-21 10:46:08 +02:00
genesis.go consensus/clique: prevent 0 len extradata from panicing (#23538) 2021-09-21 10:46:08 +02:00
headerchain_test.go
headerchain.go consensus/clique, core: API cleanup (#23100) 2021-10-11 23:16:46 +02:00
mkalloc.go
plugin_hooks.go modifications made in service of block tracer 2021-11-05 17:26:53 -07:00
rlp_test.go
state_prefetcher.go
state_processor_test.go
state_processor.go modifications made in service of block tracer 2021-11-05 17:26:53 -07:00
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go
tx_noncer.go
tx_pool_test.go core: remove unused error from TxPool.Pending (#23720) 2021-10-13 23:00:45 +02:00
tx_pool.go core: remove unused error from TxPool.Pending (#23720) 2021-10-13 23:00:45 +02:00
types.go