go-ethereum/ethclient/simulated
Shude Li 1cdf4d6da7
eth/catalyst: set FeeRecipient in dev mode (#31316)
this adds 2 features to improve `geth --dev` experience.

1. we don't need to use `dev_SetFeeRecipient` to set initial coinbase
address. it was a pain.
2. we don't need to unlock keystore if we don't use it. we had it
because of clique.
2025-03-17 09:32:44 +01:00
..
backend.go eth/catalyst: set FeeRecipient in dev mode (#31316) 2025-03-17 09:32:44 +01:00
backend_test.go ethclient/simulated: add goroutine leak test (#31033) 2025-02-25 12:21:35 +01:00
options.go
options_test.go
rollback_test.go