go-ethereum/core
2024-12-22 19:34:09 -08:00
..
asm eth/tracers/js: fix isPush for push0 (#28520) 2024-03-07 22:31:19 +08:00
bloombits fix: replace all time.after with the time.newtimer (#400) 2024-01-27 21:01:24 +11:00
rawdb core/rawdb: rearranging function order 2024-08-19 22:32:20 +08:00
state core, cmd: add generic LRU implementation (#26162) 2024-08-26 11:17:23 +08:00
types fix tc cross epoch different masternode counts issue 2024-12-22 19:34:09 -08:00
vm core/vm: surface some internal methods (#20958) 2024-08-30 12:50:04 +08:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
bench_test.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +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 Merge branch 'master' into dev-upgrade-fix-merge 2024-09-11 14:06:38 +04:00
blockchain_test.go core, cmd: add generic LRU implementation (#26162) 2024-08-26 11:17:23 +08:00
blocks.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
chain_indexer.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
chain_indexer_test.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +08:00
chain_makers.go core: cleanup tests (#25641) 2024-08-03 10:03:22 +08:00
chain_makers_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
dao_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
database_util.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +08:00
database_util_test.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +08:00
error.go core/vm: implement EIP-2681: Limit account nonce to 2^64-1 (#23853) 2024-08-26 09:04:15 +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 implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
gen_genesis_account.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
genesis.go core,eth,light: remove duplicated functions 2024-08-03 10:03:22 +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, cmd: add generic LRU implementation (#26162) 2024-08-26 11:17:23 +08:00
helper_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
lending_pool.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
lending_pool_test.go common: add binary variables for system contract 2024-06-06 19:33:59 +08:00
lending_tx_journal.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
lending_tx_list.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
mkalloc.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
order_pool.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
order_pool_test.go common: add binary variables for system contract 2024-06-06 19:33:59 +08:00
order_tx_journal.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
order_tx_list.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
state_processor.go XDCx,core,XDCxlending,miner: reduce duplicate calls 2024-06-06 19:33:59 +08:00
state_transition.go core/vm: implement EIP-2681: Limit account nonce to 2^64-1 (#23853) 2024-08-26 09:04:15 +08:00
token_validator.go core, backends: rename callmsg to callMsg 2024-05-14 23:27:23 +08:00
tx_cacher.go core: concurrent background transaction sender ecrecover (#16882) 2024-05-09 18:38:27 +08:00
tx_journal.go all: change TxPreEvent to TxsPreEvent (#16720) 2024-03-28 11:16:21 +08:00
tx_list.go core: fix race conditions in txpool (#23474) 2024-08-24 23:12:32 +08:00
tx_list_test.go core: types: less allocations when hashing and tx handling (#21265) 2024-05-13 22:07:03 +08:00
tx_noncer.go core: fix write concurrency in txpool (#19835) 2024-05-10 19:48:10 +08:00
tx_pool.go core: fix race conditions in txpool (#23474) 2024-08-24 23:12:32 +08:00
tx_pool_test.go core: fix race conditions in txpool (#23474) 2024-08-24 23:12:32 +08:00
types.go new EVM Upgrade 2021-09-21 16:53:46 +05:30