-
Notifications
You must be signed in to change notification settings - Fork 428
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
Remove the state rent API #1036
Conversation
🦑 📈 ink! Example Contracts ‒ Size Change Report 📉 🦑These are the results of building the
Link to the run | Last update: Wed Nov 24 15:17:03 CET 2021 |
Codecov Report
@@ Coverage Diff @@
## master #1036 +/- ##
==========================================
+ Coverage 62.57% 64.12% +1.55%
==========================================
Files 246 246
Lines 9258 9238 -20
==========================================
+ Hits 5793 5924 +131
+ Misses 3465 3314 -151
Continue to review full report at Codecov.
|
I think you can also remove usage of this =) |
* Remove the state rent API * Apply `cargo fmt`, make clippy happy * Make clippy happy * Remove unused `sp-arithmetic` dep * Remove `RentFraction` and related deps * Update test fixtures
Closes #997.
Follow-up to paritytech/substrate#9669.
I'll remove the subsistence threshold stuff once we merge the deposit PR into Substrate.