[WIP] Monthly 2022 11#1349
Closed
Neopallium wants to merge 37 commits into
Closed
Conversation
b412202 to
40b9d51
Compare
Neopallium
commented
Nov 22, 2022
Neopallium
commented
Nov 22, 2022
Comment on lines
+208
to
+221
| // TODO: Handle all weight dimensions | ||
| let normal_max_weight = normal_max_weight.ref_time(); | ||
| let normal_block_weight = normal_block_weight.ref_time(); |
Contributor
Author
There was a problem hiding this comment.
Note. This was copied as-is from Substrate's transaction-payment pallet.
Contributor
Author
There was a problem hiding this comment.
Also we don't use TargetedFeeAdjustment.
Merged
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
Contributor
Author
|
Closing this PR. The Dec monthly PR #1387 should be the one to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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