lotus/node/impl/full
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
..
beacon.go
chain.go
gas_test.go
gas.go fix(gas): when estimating GasLimit only apply priors up to the nonce 2021-01-22 18:50:02 +01:00
mpool.go
multisig.go
state.go feat: expose StateSearchMessage on gateway 2021-01-19 11:27:43 +01:00
sync.go Expose WorkerID 2020-10-28 20:22:07 +01:00
wallet.go bonus: fix WalletSign using t0 addresses in WalletSignMessage 2020-11-27 17:19:41 +01:00