go-ethereum/core
Daniel Liu 911fe219df
Merge pull request #779 from gzliudan/core_blockchain
upgrade the core package for reorg
2024-12-28 13:05:40 +08:00
..
asm all: change format 0x%x to %#x (#25221) 2024-09-27 15:24:31 +08:00
bloombits fix: replace all time.after with the time.newtimer (#400) 2024-01-27 21:01:24 +11:00
rawdb core/rawdb: rename WriteTxLookupEntries to WriteTxLookupEntriesByBlock (#21480) 2024-12-28 10:44:42 +08:00
state core/state: optimize some internals during encoding (#20038) 2024-12-28 09:06:30 +08:00
txpool common/prque: generic priority queue (#26290) 2024-12-28 09:06:31 +08:00
types Merge pull request #778 from XinFinOrg/release-br-v2.4.6-beta1-dev-upgrade 2024-12-27 20:07:41 -08:00
vm common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2024-12-28 09:06:31 +08:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
bench_test.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2024-11-01 11:36:53 +08:00
block_validator.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
block_validator_test.go Xin 113 is epoch switch (#37) 2022-01-14 21:38:38 +11:00
blockchain.go core: remove unnecessary log copy (#27475) 2024-12-28 10:45:00 +08:00
blockchain_test.go core: improve shutdown synchronization in BlockChain (#22853) 2024-12-28 10:44:49 +08:00
blocks.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
chain_indexer.go all: make logs a bit easier on the eye to digest (#22665) 2024-11-15 10:02:41 +08:00
chain_indexer_test.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +08:00
chain_makers.go all: implement EIP-1153 transient storage (#26003) 2024-11-15 19:39:18 +08:00
chain_makers_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
dao_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2024-11-01 11:36:52 +08:00
database_util.go core: write chain data in atomic way (#20287) 2024-12-28 10:44:36 +08:00
database_util_test.go core: write chain data in atomic way (#20287) 2024-12-28 10:44:36 +08:00
error.go all: improve EstimateGas API (#20830) 2024-12-21 14:35:44 +08:00
events.go eth/filters: remove use of event.TypeMux for pending logs (#20312) 2024-08-03 10:03:22 +08:00
evm.go all: implement eip-1559 (#22837) 2024-11-01 11:36:52 +08:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis.go core: change baseFee into baseFeePerGas in genesis json (#23039) 2024-11-01 11:36:52 +08:00
gen_genesis_account.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
genesis.go crypto: add SignatureLength constant and use it everywhere (#19996) 2024-12-09 17:48:59 +08:00
genesis_alloc.go xin-203 fix wrong config hash and update v2 params on mainnet (#109) 2022-07-12 16:56:55 +02:00
genesis_test.go xin-203 fix wrong config hash and update v2 params on mainnet (#109) 2022-07-12 16:56:55 +02:00
headerchain.go core: write chain data in atomic way (#20287) 2024-12-28 10:44:36 +08:00
mkalloc.go common: remove function Big() for type Address (#19210) 2024-12-28 09:06:30 +08:00
sender_cacher.go all: refactor txpool into it's own package in prep for 4844 (#26038) 2024-11-01 11:36:53 +08:00
state_processor.go all: simplify function TransitionDb (#20830) 2024-12-28 09:02:48 +08:00
state_processor_test.go common: add variable MaxHash (#28306) 2024-12-28 09:06:31 +08:00
state_transition.go common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2024-12-28 09:06:31 +08:00
token_validator.go all: simplify function TransitionDb (#20830) 2024-12-28 09:02:48 +08:00
types.go new EVM Upgrade 2021-09-21 16:53:46 +05:30