-
Notifications
You must be signed in to change notification settings - Fork 757
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
To have a method : provider.getGasprice() #761
Comments
If I understand correctly you are proposing a new RPC endpoint here? |
No, it's just an helper to extract the gasPrice info from RPC |
If this is still open, I would like to try it out @tabaktoni |
@princeibs hi! any progress please? |
Hi @ivpavici, I got caught up with some ODH task last week. But I'll jump right right back and complete this task ASAP |
ok please try to do it as soon as possible, we have more and more users requesting this feature! |
🎉 This issue has been resolved in version 6.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
Improvement :
Rpc specification v0.5.0 will add :
It could be helpful to DAPP devs to have an easy access to this value.
Describe the solution you'd like
Something like this :
Describe alternatives you've considered
"alternative facts" ?
Additional context
To consider when PR for rpc 0.5.0 will be merged.
I can easily propose a PR on this subject.
Probably a subject that will have to be handled and to be customizable in starknet-devnet-rs.
Same thing can be applied for these new rpc 0.5.0 points :
provider.getStarknetSpecVersion()
andprovider.getStarknetVersion()
These 3 methods could be specific of a RpcProvider v0.5.0 (see #760 )
The text was updated successfully, but these errors were encountered: