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
Separate out staking module into balances and payment #629
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b8f6230
Initial commit.
gavofyork 7a76f9b
Split out balances module
gavofyork 8d5e964
Minimise Balances trait requirements
gavofyork 318fda2
Fix up balances, remove balances stuff from staking
gavofyork 5c79378
Split off and fix up staking module
gavofyork f8f11a8
Fix executive tests
gavofyork d7202c0
Fix up democracy module
gavofyork e82ec0d
make council work again
gavofyork fafaf19
Remove unneeded cruft from democracy
gavofyork 8fcee6e
Fix up contract module
gavofyork 3c5f4a2
Fix up rest of tests
gavofyork ed90aa1
Fix minor TODOs
gavofyork bfdf79d
Fix tests
gavofyork 7c8f8df
Remove superfluous code
gavofyork 5769344
Move offline inherents to consensus module.
gavofyork 1094091
Version needs Decode.
gavofyork e9410f5
Move Decode back
gavofyork 750848e
Fix nits
gavofyork 0fe3e87
Refactor to allow custom message
gavofyork 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
Fix up balances, remove balances stuff from staking
- Loading branch information
commit 318fda26ad8134a4893aa2dc154f240c2838cca7
There are no files selected for viewing
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
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.
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.
This extern crate can be removed.