This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Transaction Fee Module #1648
Merged
Merged
Transaction Fee Module #1648
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
85a1953
wip
xlc 274801f
Split bytes fee charging and charging by amount into different traits.
shaunxw eccd12c
Move to edition 2018.
shaunxw 81a3929
Implemented charge fee traits for fees module.
shaunxw 5923d01
Implemented 'on_finalise' for fee module.
shaunxw dd504f8
Merge branch 'master' into fee
shaunxw 50f2cd5
Updated fees finalize impl.
shaunxw d9b951a
Renaming and documentation update.
shaunxw 02f6358
Added overflow & underflow check for fee calculation.
shaunxw 25cbd29
Added mock and unit tests for fee module.
shaunxw 13c31be
More unit tests for fees module.
shaunxw df8d4d1
Fixed srml-executive unit tests.
shaunxw f4ef7b5
Merge branch 'master' into fee
shaunxw ba58808
Remove transaction base/bytes fee from balances module, fix unit tests.
shaunxw b12405a
Merge remote-tracking branch 'upstream/master' into fee
xlc b23cd67
fix compile error
xlc 544e18c
Merge branch 'fee' of github.com:xlc/substrate into fee
shaunxw 670f431
Fixed unit test.
shaunxw a9a948a
Minor fixes.
shaunxw 3b9faa4
Bump spec version.
shaunxw b420972
Merge branch 'master' into fee
shaunxw 857d3dc
Bump spec version.
shaunxw d84c199
Updated fees module and runtime wasm.
shaunxw 4908fbb
Fees module code style improvement; updated runtime wasm.
shaunxw a0af48d
Merge branch 'master' into fee
shaunxw 70a14dc
Bump spec and impl version.
shaunxw 4e6c4f8
Merge branch 'master' into fee
shaunxw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Binary file modified
BIN
+740 Bytes
(100%)
...st-runtime/wasm/target/wasm32-unknown-unknown/release/substrate_test_runtime.compact.wasm
Binary file not shown.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.