-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove usage of sp-std from Substrate
#7043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
771967e
Remove usage of sp-std from Substrate
conr2d 1960f8b
Remove indirect references to vec via sp-std
conr2d 2929cf9
Remove usage of sp_std::map macro
conr2d 34b5ea6
Move sp_std::Writer to sp_runtime
conr2d 2f79e33
Add prdoc
conr2d d610c9f
Revert "Move sp_std::Writer to sp_runtime"
conr2d 3ca3aa4
Replace sp_std::Writer with alloc::string::String
conr2d 3ac9d9e
Remove unnecessary instantiation of Vec
conr2d d2c90fc
Update from bkchr running command 'prdoc --bump patch --audience runt…
ee0276b
Update prdoc/pr_7043.prdoc
conr2d f5f8e13
Update prdoc/pr_7043.prdoc
conr2d fb91d22
Remove unused `sp-std` from `Cargo.toml`
conr2d 5023aaa
Remove unused `sp-std` from `Cargo.toml` (2)
conr2d 1ac8438
Merge branch 'master' into remove-sp-std-usage
conr2d bfa0bda
Merge branch 'master' into remove-sp-std-usage
conr2d 6c1b736
Update Cargo.lock
bkchr e8fad01
Merge branch 'master' into remove-sp-std-usage
bkchr 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| title: Remove usage of `sp-std` from Substrate | ||
| author: conr2d | ||
| topic: runtime | ||
|
|
||
| crates: | ||
| - name: frame-support | ||
| bump: none | ||
| - name: frame-support-procedural | ||
| bump: none | ||
| - name: frame-system | ||
| bump: none | ||
| - name: pallet-contracts | ||
| bump: none | ||
| - name: pallet-contracts-proc-macro | ||
| bump: none | ||
gui1117 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - name: pallet-revive | ||
| bump: none | ||
| - name: pallet-revive-proc-macro | ||
| bump: none | ||
gui1117 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - name: sp-runtime | ||
| bump: none | ||
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
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
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.