go-ethereum/core
2024-03-11 13:19:24 +04: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
state core/state: abort commit if errors have occurred (#484) 2024-03-11 13:19:24 +04:00
types Missing json Field Tags in Marshalled Struct (#475) 2024-03-08 15:38:33 +04:00
vm Merge pull request #472 from XinFinOrg/eip3855 2024-03-07 23:01:33 +08:00
.gitignore
bench_test.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
block_validator.go
block_validator_test.go
blockchain.go fix nil Error in func reportBlock (#369) 2023-12-05 20:29:19 +08:00
blockchain_test.go
blocks.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go update gas fee 2023-10-16 11:24:47 +08:00
chain_makers_test.go
dao_test.go
database_util.go core: fix blockHash for eth_getLogs, eth_getFilterLogs, eth_getTransactionReceipt (#208) 2023-08-31 15:26:26 +08:00
database_util_test.go
error.go
events.go
evm.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go Multi config bug fix (#216) 2022-12-17 20:23:46 +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
helper_test.go
lending_pool.go chore: remove the unused false return value from GetCollaterals method (#410) 2024-01-29 11:31:10 +11:00
lending_pool_test.go
lending_tx_journal.go
lending_tx_list.go
mkalloc.go
order_pool.go defer time.Since 2023-11-01 12:43:50 +08:00
order_pool_test.go
order_tx_journal.go
order_tx_list.go
state_processor.go update gas fee 2023-10-16 11:24:47 +08:00
state_transition.go internal/ethapi: EstimateGas and Call handle revert error(#173) (#200) 2022-10-27 17:25:25 +08:00
token_validator.go internal/ethapi: EstimateGas and Call handle revert error(#173) (#200) 2022-10-27 17:25:25 +08:00
tx_journal.go
tx_list.go replace TRC21Cost with TxCost 2023-10-16 11:24:47 +08:00
tx_list_test.go
tx_pool.go defer time.Since 2023-11-01 12:43:50 +08:00
tx_pool_test.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
types.go