lotus/node/impl
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
..
client feat: show data transfer ID in list-deals 2020-12-08 15:23:26 +01:00
common remove dtypes dependency from api; move NetBlockList type to api/types.go 2020-11-13 21:11:17 +02:00
full Make state tipset usage consistent in the API 2020-12-09 11:29:40 -08:00
market Use FundManager to withdraw funds, add MarketWithdraw to API 2020-12-03 13:08:18 -08:00
paych feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
full.go Full node metadata backup 2020-10-01 17:55:48 +02:00
remoteworker.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
storminer.go docsgen, gofmt 2020-12-02 20:46:40 +01:00