You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After calling Filecoin.MpoolPush there is a period of about 7 seconds where Filecoin.GasEstimateGasPremium will always return "1" whenever nblocksincl=1 or nblocksincl=2. When nblocksincl>2 the response seems reasonable
Poll Filecoin.GasEstimateGasPremium every second for ~20 seconds and examine the results, using nblocksincl=1 or nblocksincl=2. If nblocksincl > 2, there seems to be no issue.
In order to help with reproducibility, here is a bash script that automates the process and can be run from the same box running the testnet
Expected behavior Filecoin.GasEstimateGasPremium should not be affected by previous calls of Filecoin.MpoolPush. Responses of "1" should never happen. 1 is below the minimum
Version (run lotus version):
Daemon: 0.5.6+2k+git.606a58bc+api0.13.0
Local: lotus version 0.5.6+2k+git.606a58bc
The text was updated successfully, but these errors were encountered:
Describe the bug
After calling
Filecoin.MpoolPush
there is a period of about 7 seconds whereFilecoin.GasEstimateGasPremium
will always return "1" whenevernblocksincl=1
ornblocksincl=2
. Whennblocksincl>2
the response seems reasonableTo Reproduce
Using lotus v0.5.4 or v0.5.6 in a localnet setup as described here: https://lotu.sh/en+setup-local-dev-net
Steps to reproduce the behavior:
nblocksincl=1
ornblocksincl=2
. Ifnblocksincl > 2
, there seems to be no issue.In order to help with reproducibility, here is a bash script that automates the process and can be run from the same box running the testnet
The above script results in the following
Expected behavior
Filecoin.GasEstimateGasPremium
should not be affected by previous calls ofFilecoin.MpoolPush
. Responses of "1" should never happen. 1 is below the minimumVersion (run
lotus version
):Daemon: 0.5.6+2k+git.606a58bc+api0.13.0
Local: lotus version 0.5.6+2k+git.606a58bc
The text was updated successfully, but these errors were encountered: