-
Notifications
You must be signed in to change notification settings - Fork 47
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
[WIP] Monthly 2022 11 #1349
[WIP] Monthly 2022 11 #1349
Conversation
b412202
to
40b9d51
Compare
// TODO: Handle all weight dimensions | ||
let normal_max_weight = normal_max_weight.ref_time(); | ||
let normal_block_weight = normal_block_weight.ref_time(); |
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.
Note. This was copied as-is from Substrate's transaction-payment pallet.
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.
Also we don't use TargetedFeeAdjustment
.
b70c715
to
c14a766
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1349 +/- ##
============================================
+ Coverage 43.35% 53.96% +10.61%
============================================
Files 140 140
Lines 30145 30421 +276
============================================
+ Hits 13069 16417 +3348
+ Misses 17076 14004 -3072
|
5cdcc81
to
27cc115
Compare
1226778
to
4bf1cdd
Compare
a615a0c
to
c8d7761
Compare
a14c85b
to
eeaf1ed
Compare
c3d64e6
to
e1ef16b
Compare
paritytech/substrate@419924c To our fork.
Make the code closer to Substrate's transaction-payment code.
c57b2c0
to
e20c6eb
Compare
Closing this PR. The Dec monthly PR #1387 should be the one to merge. |
Applying changes needed for Substrate monthly 2022-11.
pallets/balances/src/lib.rs
.changelog
new features
modified API
modified logic
modified agent functionality
data migration required