31a6418d77
Clique currently depends on the `accounts` package. This was a bit of a big cannon even in the past, just to pass a signer "account" to the Clique block producer. Either way, nowadays Geth does not support clique mining any more, so by removing that bit of functionality from our code, we can also break this dependency. Clique should ideally be further torn out, but this at least gets us one step closer to cleanups. |
||
---|---|---|
.. | ||
miner_test.go | ||
miner.go | ||
ordering_test.go | ||
ordering.go | ||
payload_building_test.go | ||
payload_building.go | ||
pending.go | ||
worker.go |