lotus/miner
Raúl Kripalani 0fddf3e114 make system constants configurable as vars.
This configurability is unlocked through the `testground`
build tag, which Project Oni will uses.

Changes in the usage places of these relaxed constants
were required due to the fact that Golang constants are
untyped, but vars aren't.

Read https://blog.golang.org/constants for more info.
2020-06-30 14:18:26 +01:00
..
miner_test.go reuse logic between message selection and validation 2020-05-14 12:29:11 -07:00
miner.go make system constants configurable as vars. 2020-06-30 14:18:26 +01:00
testminer.go Remove drand on miner side, MinerGetBaseInfo provides the same info 2020-05-27 20:24:26 +02:00