lotus/miner
Steven Allen b8e3808c4f Make state tipset usage consistent in the API
_Always_ (almost) use the tipset's parent state, instead of computing.

Exceptions:

* MinerGetBaseInfo. Fixing this would break things so we need to be
careful (although we could bump the API version, fix it, then fix the call
sites).
* StateReplay. This is replaying a message on top of the given tipset.
* GasEstimateGasLimit. This executes the message on-top-of the tipset's
computed state (unlike call which executes it on the tipset's parent state).
  * Having this method and Call apply the message at different heights is really
  weird.
2020-12-09 11:29:40 -08:00
..
miner.go Make state tipset usage consistent in the API 2020-12-09 11:29:40 -08:00
testminer.go unshare the journal 2020-10-09 13:23:07 -07:00
warmup.go gofmt 2020-11-18 02:03:52 +01:00