plugeth/core
2022-06-29 11:54:42 +02:00
..
asm
beacon core/beacon: prevent invalid logsBloom length panic (#24946) 2022-05-31 11:11:50 +02:00
bloombits Chore: Minimal gramatical errors (signleton -> singleton) (#25057) 2022-06-10 18:47:06 +03:00
forkid cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088) 2022-06-15 14:10:38 +03:00
rawdb core/rawdb: fix typo in comment (#25191) 2022-06-29 11:47:33 +02:00
state core/rawdb: simplify TestDiskSeek to use memorydb (#25182) 2022-06-29 11:54:42 +02:00
types core/types: improve LogForStorage and ReceiptForStorage comments (#25032) 2022-06-08 18:32:07 +02:00
vm all: more linters (#24783) 2022-06-13 16:24:45 +02:00
.gitignore
bench_test.go
block_validator_test.go
block_validator.go
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go
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: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
blockchain.go all: introduce trie owner notion (#24750) 2022-06-06 17:14:55 +02: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 core/evm: fix error in comment (#25040) 2022-06-08 18:40:37 +02:00
forkchoice.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go cmd, params: implement Gray Glacier hard-fork (EIP-5133) (#25088) 2022-06-15 14:10:38 +03:00
headerchain_test.go
headerchain.go
mkalloc.go
rlp_test.go
state_prefetcher.go
state_processor_test.go
state_processor.go
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go
tx_noncer.go
tx_pool_test.go
tx_pool.go core: fix typo in txpool (#25149) 2022-06-22 22:51:45 +02:00
types.go