-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/gas fee estimator docs #293
Conversation
Added docs for: 1. start_gas_fee_estimator 2. stop_gas_fee_estimator 3. get_eth_estimated_fee_per_gas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the latest release, I am unable to get a response from these methods.
get_eth_estimated_fee_per_gas
->Gas fee estimation not supported for this coin
start_gas_fee_estimator
->NoSuchMethod
stop_gas_fee_estimator
->NoSuchMethod
cc: @dimxy
Sorry, I renamed those rpcs to
(btw I have a bug when the eth fee estimator does not start if the new 'enable_eth_with_tokens' rpc was used to enable coins, it starts okay only if the old 'enable' rpc used. Fixed in my current work for access lists #2170) |
Preview for merge commit: dde5272, available on cloudflare at: https://f751e334.komodo-docs.pages.dev/en/docs/ |
Set to "draft" until KomodoPlatform/komodo-defi-framework#2170 (comment) is resolved |
Preview for merge commit: 3b38993, available on cloudflare at: https://e8429f1b.komodo-docs.pages.dev/en/docs/ |
Plz be aware that gas fee estimator rpcs
will be removed in this PR 2172 as it will be managed by the new streaming API rpc "fee_estimator::enable" |
Closing in favor of #293 |
#286