This repository has been 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.6k
Refactor all (demo) runtime modules to use new storage #98
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a83059a
Completely rework dispatch mechanism into something modular.
gavofyork 82a178d
Council vote tests.
gavofyork 1d28d9a
Fix tests.
gavofyork 69c88c3
whitespace.
gavofyork b12a708
Fix demo runtime tests.
gavofyork e48e86d
Merge branch 'gav-demo' into gav-dispatch
gavofyork 8e3cc51
Fix up tests.
gavofyork 53e2fdf
Merge branch 'gav-demo' into gav-dispatch
gavofyork 27ecd6f
Merge branch 'master' into gav-dispatch
gavofyork 5eca74a
Remove dead code.
gavofyork 7cece3b
Merge branch 'master' into gav-dispatch
gavofyork 8c2396d
Timestamp uses new storage API.
gavofyork 6b6c240
Move over system module to new API.
gavofyork a79dab2
Much nicer storage API, moved over staking module.
gavofyork 1fd6b3e
More refactoring.
gavofyork 51b4a8c
Democracy uses new storage API.
gavofyork 8ada9f7
Council uses new RPC.
gavofyork c4f5f42
Fix more tests.
gavofyork d11f5ca
Use match for Id
gavofyork faa0a44
Use match for Id
gavofyork 7912de1
Make PrivPass better protected.
gavofyork aac3899
Address other grumbles.
gavofyork 26519c6
Give PrivPass a private member.
gavofyork 9f32ea7
Testing PrivPass.
gavofyork 8966951
Add docs.
gavofyork 91d5e75
Merge branch 'gav-dispatch' into gav-storage-revamp
gavofyork 7ee81e6
Recompile binaries after merge.
gavofyork 33215e4
Merge branch 'master' into gav-storage-revamp
gavofyork cf9659e
Remove duplicated code.
gavofyork b8c0832
New binaries.
gavofyork 57a9a79
Docs
gavofyork 59c7a1a
Docs
gavofyork 6f8f456
avoid use of (arguably) confusing terminology.
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
There are no files selected for viewing
This file contains 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 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 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.
🎉 🎊