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 1.6k
Merged
Bump Substrate #816
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2383ba9
Amalgamate pieces of balance module
gavofyork 62023ac
Merge branch 'master' of github.com:paritytech/polkadot
gavofyork e4065cb
Fixes for vesting split
gavofyork f7d05c8
Refactoring for vesting/balances split
gavofyork 372908d
Build fixes
gavofyork f9b2b2f
Remove on_free_balance_zero and some docs.
gavofyork c51f4d7
Indentation.
gavofyork 84ed49c
Merge branch 'gav-split-balanecs-vesting' into gav-upsub
gavofyork 94b9d10
Revert branch
gavofyork d7b44ec
Fix.
gavofyork 4013a30
Update substrate: fixes after CLI refactoring
cecton 830f819
Merge branch 'master' into gav-upsub
rphmeier b5f436a
Reverting removal of exit
cecton 1df7547
Removed too much again
cecton 7916135
Update Cargo.lock
cecton 96a0c87
Cargo.lock
cecton a1f25b4
Update Substrate, ready for #4820
gavofyork bebc910
Merge branch 'gav-upsub' of github.com:paritytech/polkadot into gav-u…
gavofyork 6b05cb4
Fixes
gavofyork bffee5e
Merge remote-tracking branch 'origin/cecton-cli-refactoring-more' int…
bkchr 3441e24
Merge remote-tracking branch 'origin/cecton-cli-refactoring-more' int…
gavofyork 142b9c9
Merge branch 'gav-upsub' of github.com:paritytech/polkadot into gav-u…
gavofyork 09e6236
Update to latest substrate master
bkchr 691c6c3
Fix network tests
bkchr 8934154
Update lock
gavofyork 1731e82
Fix tests
bkchr 13a6534
Update futures to get bug fixes
bkchr 2353487
Fix tests for new balances/vesting logic
gavofyork a06fab6
Merge branch 'gav-upsub' of github.com:paritytech/polkadot into gav-u…
gavofyork 32ffb4a
Cargo fix
gavofyork 87caa0e
Another fix
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
Large diffs are not rendered by default.
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
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
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.
@cecton did you check that the node still exits?
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.
Yes there is a test for that but in the other branch. I will make another PR to add it now
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.
Okay, ty!