lotus/node/impl
Jakub Sztandera 8c7fda4441
fix(gas): when estimating GasLimit only apply priors up to the nonce
The bug is applying all messages from given From address are priors
before appling the message that we are estimating.

If user tries replacing message in the middle with gas limit estimation
then message sequence is off and user will either get an execution error
or gas mis-esimation.

Resolves #5402

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-01-22 18:50:02 +01: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 fix(gas): when estimating GasLimit only apply priors up to the nonce 2021-01-22 18:50:02 +01:00
market feat: better CLI for wallet market withdraw and client info 2021-01-07 10:18:29 +01: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 perning termination API 2021-01-14 12:37:23 +01:00