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.
rjl493456442
2b44ef5f93
miner, cmd, eth: require explicit etherbase address ( #26413 )
...
This change introduces a breaking change to miner.etherbase is configured.
Previously, users did not need to explicitly set the etherbase address via flag, since 'first' local account was used as etherbase automatically. This change removes the "default first account" feature.
In Proof-of-stake world, the fee recipient address is provided by CL, and not configured in Geth any more - meaning that miner.etherbase is mostly for legacy networks(pow, clique networks etc).
2 years ago
..
abidump
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
abigen
cmd/abigen: change --exc to exclude by type name ( #22620 )
2 years ago
bootnode
cmd/bootnode, cmd/utils: add 'pmp:<IP>' to --nat flag description ( #26381 )
2 years ago
checkpoint-admin
internal/version: use gitCommit injection in version handling code ( #25851 )
2 years ago
clef
cmd/clef: list accounts at startup ( #26082 )
2 years ago
devp2p
Merge pull request #25878 from MariusVanDerWijden/shanghai-by-time
2 years ago
ethkey
internal/version: use gitCommit injection in version handling code ( #25851 )
2 years ago
evm
cmd/evm: typo fix in docs ( #26506 )
2 years ago
faucet
cmd/faucet: fix readme typos ( #25867 )
2 years ago
geth
miner, cmd, eth: require explicit etherbase address ( #26413 )
2 years ago
p2psim
internal/version: use gitCommit injection in version handling code ( #25851 )
2 years ago
puppeth
cmd/puppeth, cmd/utils: finalize removal of gasTarget flag ( #24370 )
2 years ago
rlpdump
all: change format `0x%x` to `%#x` ( #25221 )
2 years ago
utils
miner, cmd, eth: require explicit etherbase address ( #26413 )
2 years ago