-
Notifications
You must be signed in to change notification settings - Fork 49
Remove without_storage_info for the grants pallet V2 #635
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
Conversation
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Codecov Report
@@ Coverage Diff @@
## master #635 +/- ##
==========================================
+ Coverage 89.41% 89.74% +0.32%
==========================================
Files 34 33 -1
Lines 6234 6238 +4
==========================================
+ Hits 5574 5598 +24
+ Misses 660 640 -20
Continue to review full report at Codecov.
|
simonsso
left a comment
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.
The bot is complaining about new code is not covered by tests, is there something we could do in this regard?
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
…de/chain into shamb0/v2_bounded_grants
…de/chain into shamb0/v2_bounded_grants
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
…de/chain into shamb0/v2_bounded_grants
… into shamb0/v2_bounded_grants
Co-authored-by: Alex Sedighi <alex@nodle.co>
Use the latest release of paritytech/srtool
* remove without_storage_info Signed-off-by: R.Rajeshkumar <rajesh@nodle.com> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Fix to CI/CD build try-runtime error Signed-off-by: R.Rajeshkumar <rajesh@nodle.com> * Fix to CI/CD build try-runtime error (#637) * chore: prepare for releasing 2.0.21 (#638) * remove without_storage_info Signed-off-by: R.Rajeshkumar <rajesh@nodle.com> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Update pallets/allocations/src/lib.rs Co-authored-by: Fredrik Simonsson <simson@thesimson.net> * Update pallets/allocations/src/lib.rs Co-authored-by: Alex Sedighi <alex@nodle.co> * Update pallets/allocations/src/lib.rs Co-authored-by: Alex Sedighi <alex@nodle.co> * intake review suggestions Signed-off-by: R.Rajeshkumar <rajesh@nodle.com> Co-authored-by: R.Rajeshkumar <rajesh@nodle.com> Co-authored-by: Fredrik Simonsson <simson@thesimson.net> Co-authored-by: Alex Sedighi <alex@nodle.co>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Co-authored-by: Fredrik Simonsson <simson@thesimson.net>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
Signed-off-by: R.Rajeshkumar <rajesh@nodle.com>
…de/chain into shamb0/v2_bounded_grants
|
Replaced by PR #642 |
Part of #173
HighLights
VestingSchedulesis moved to bounded vector.VestingSchedulesis Configured viaMaxSchedule.MaxScheduleOverflow.TODO
Ready for Intake Review