-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Review ipc-cli gas parameters #1175
Comments
I would maybe start here: ipc/ipc/provider/src/manager/evm/manager.rs Line 1283 in 9b4df00
And here: ipc/ipc/provider/src/manager/evm/manager.rs Lines 1332 to 1342 in 9b4df00
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Akave folks have pointed out that ipc-cli transactions against Filecoin mainnet (e.g. subnet creation, subnet join, fund) seem to remain queued for long. This could be due to us miscalculating gas parameters (concretely the gas fee cap or premium). Even though we calculate our values based on the data returned by the Eth RPC API, it's possible that our code is carrying Ethereum assumptions that work for Calibrationnet (due to it being mostly vacant), but not for Mainnet.
The text was updated successfully, but these errors were encountered: