-
Notifications
You must be signed in to change notification settings - Fork 81
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 estimate_fee to Account #1279
Add estimate_fee to Account #1279
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #1279 +/- ##
============================================
Coverage 97.99% 97.99%
============================================
Files 90 90
Lines 4595 4597 +2
============================================
+ Hits 4503 4505 +2
Misses 92 92
|
Co-authored-by: ddoktorski <[email protected]>
Co-authored-by: ddoktorski <[email protected]>
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.
I've noticed that some of the previous comments I made have not been completely addressed yet. Please check it and request a review again once it's ready.
62d9b98
to
0c0c413
Compare
0c0c413
to
4d77438
Compare
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.
It would be nice to include this change in the guide in our documentation. Given that there are some fee estimation related changes in the next Starknet 0.13.1
version, it can be done in a separate PR.
Closes #1287
Introduced changes