plugeth/core
Martin Holst Swende 08ea52e77a
cmd/geth, core, params: replace baikal with calaveras (#22972)
* cmd/geth, core, params: replace baikal with calaveras

* params: fix genesis hash for Calaveras

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2021-05-31 10:06:48 +03:00
..
asm core/asm: fix the bug of "00" prefix number (#22883) 2021-05-18 10:22:58 +02:00
bloombits
forkid core/forkid: fix off-by-one bug (#22879) 2021-05-18 11:37:18 +03:00
rawdb core/rawdb: handle prefix in table.compact method (#22911) 2021-05-21 10:33:59 +02:00
state core/state/snapshot: fix flaky tests (#22944) 2021-05-26 10:58:09 +03:00
types all: EIP-1559 tx pool support (#22898) 2021-05-28 10:28:07 +02:00
vm all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
.gitignore
bench_test.go EIP-1559: miner changes (#22896) 2021-05-21 09:59:26 +02:00
block_validator_test.go EIP-1559: miner changes (#22896) 2021-05-21 09:59:26 +02:00
block_validator.go EIP-1559: miner changes (#22896) 2021-05-21 09:59:26 +02:00
blockchain_insert.go
blockchain_repair_test.go all: add read-only option to database (#22407) 2021-03-22 19:06:30 +01:00
blockchain_sethead_test.go all: add read-only option to database (#22407) 2021-03-22 19:06:30 +01:00
blockchain_snapshot_test.go core: nuke legacy snapshot supporting (#22663) 2021-04-20 08:27:46 +03:00
blockchain_test.go core: fix failing tests (#22888) 2021-05-18 01:10:28 +02:00
blockchain.go Merge pull request #22739 from holiman/remove_code 2021-05-03 15:37:46 +03:00
blocks.go
bloom_indexer.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
chain_indexer_test.go core: fix potential race in chainIndexerTest (#22346) 2021-03-19 13:32:57 +01:00
chain_indexer.go all: make logs a bit easier on the eye to digest (#22665) 2021-04-15 20:35:00 +03:00
chain_makers_test.go
chain_makers.go EIP-1559: miner changes (#22896) 2021-05-21 09:59:26 +02:00
dao_test.go
error.go core: add new eip-1559 tx constraints (#22970) 2021-05-30 19:37:52 +02:00
events.go
evm.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go cmd/geth, core, params: replace baikal with calaveras (#22972) 2021-05-31 10:06:48 +03:00
genesis_test.go cmd/geth, core, params: replace baikal with calaveras (#22972) 2021-05-31 10:06:48 +03:00
genesis.go cmd/geth, core, params: replace baikal with calaveras (#22972) 2021-05-31 10:06:48 +03:00
headerchain_test.go
headerchain.go all: make logs a bit easier on the eye to digest (#22665) 2021-04-15 20:35:00 +03:00
mkalloc.go
rlp_test.go
state_prefetcher.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
state_processor_test.go core: add new eip-1559 tx constraints (#22970) 2021-05-30 19:37:52 +02:00
state_processor.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
state_transition.go core: add new eip-1559 tx constraints (#22970) 2021-05-30 19:37:52 +02:00
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go all: EIP-1559 tx pool support (#22898) 2021-05-28 10:28:07 +02:00
tx_noncer.go
tx_pool_test.go core: add new eip-1559 tx constraints (#22970) 2021-05-30 19:37:52 +02:00
tx_pool.go core: add new eip-1559 tx constraints (#22970) 2021-05-30 19:37:52 +02:00
types.go