Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core
Nye Liu 4dde0665c8
core: transaction journal should not be executable (#23090)
4 years ago
..
asm core/asm: fix the bug of "00" prefix number (#22883) 4 years ago
bloombits
forkid params, core/forkid: add london testnet blocks (#23041) 4 years ago
rawdb core/rawdb: db inspect move 'config' and 'shutdown' into 'meta data' (#22978) 4 years ago
state core/state: fix typos in test error message (#22962) 4 years ago
types core/types: add DynamicFeeTx to TxData implementation list in docs (#23063) 4 years ago
vm core/vm: evm fix panic (#23047) 4 years ago
.gitignore
bench_test.go EIP-1559: miner changes (#22896) 4 years ago
block_validator.go EIP-1559: miner changes (#22896) 4 years ago
block_validator_test.go EIP-1559: miner changes (#22896) 4 years ago
blockchain.go
blockchain_insert.go
blockchain_repair_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
blockchain_sethead_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
blockchain_snapshot_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
blockchain_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
blocks.go
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
chain_makers_test.go
dao_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
error.go all: rename internal 1559 gas fields, add support for graphql (#23010) 4 years ago
events.go
evm.go all: implement EIP-1559 (#22837) 4 years ago
gaspool.go
gen_genesis.go core: change baseFee into baseFeePerGas in genesis json 4 years ago
gen_genesis_account.go tests: update for London (#22976) 4 years ago
genesis.go core: copy CliqueConfig in DeveloperGenesisBlock (#23068) 4 years ago
genesis_alloc.go cmd/geth, core, params: replace baikal with calaveras (#22972) 4 years ago
genesis_test.go cmd/geth, core, params: replace baikal with calaveras (#22972) 4 years ago
headerchain.go
headerchain_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
mkalloc.go
rlp_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 4 years ago
state_prefetcher.go all: implement EIP-1559 (#22837) 4 years ago
state_processor.go all: implement EIP-1559 (#22837) 4 years ago
state_processor_test.go core: readded state processor error tests (#23055) 4 years ago
state_transition.go core, internal: support various eth_call invocations post 1559 4 years ago
tx_cacher.go
tx_journal.go core: transaction journal should not be executable (#23090) 4 years ago
tx_list.go all: rename internal 1559 gas fields, add support for graphql (#23010) 4 years ago
tx_list_test.go
tx_noncer.go
tx_pool.go core, graphql, internal: expose effectiveGasPrice in receipts 4 years ago
tx_pool_test.go all: rename internal 1559 gas fields, add support for graphql (#23010) 4 years ago
types.go