lotus/node
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
..
config Initial sector termination support 2021-01-13 00:42:01 +01:00
hello Make some logs quieter 2020-11-03 13:28:41 +01:00
impl fix(gas): when estimating GasLimit only apply priors up to the nonce 2021-01-22 18:50:02 +01:00
modules watchdog: increase heapprof capture threshold to 90%. 2021-01-21 14:06:18 +00: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 #5094 from filecoin-project/asr/verified-only 2020-12-10 19:48:22 +01:00
fxlog.go Update go-log to v2 2020-01-08 20:22:31 +01:00
node_test.go Sector termination test 2021-01-14 00:11:41 +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