lotus/node
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
..
config miner: Improve default address config 2020-12-02 21:54:38 +01:00
hello Make some logs quieter 2020-11-03 13:28:41 +01:00
impl Make state tipset usage consistent in the API 2020-12-09 11:29:40 -08:00
modules Merge pull request #5101 from filecoin-project/raulk/memory-watchdog 2020-12-03 15:46:09 +01:00
repo back out index cache usage in badger blockstore. 2020-12-02 21:35:13 +00:00
test Get most tests to pass 2020-11-16 19:03:30 +01:00
builder.go Merge pull request #5101 from filecoin-project/raulk/memory-watchdog 2020-12-03 15:46:09 +01:00
fxlog.go Update go-log to v2 2020-01-08 20:22:31 +01:00
node_test.go fix: ensure deal start is far enough in future for tests 2020-12-01 14:25:48 +01:00
options.go workers: get to executing tasks remotely! 2020-03-19 18:11:45 +01:00
testopts.go Cleanup imports after rename 2019-10-18 13:47:41 +09:00