-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Deprecation] Remove the deprecated Store trait #3532
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 11 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e656a0d
feat: remove the deprecated store trait
philoniare 41373de
feat: remove store from frame support
philoniare bd0cdf9
feat: add prdoc
philoniare 27b4aea
fix: fmt
philoniare 83d68c9
fix: fmt
philoniare e8f889d
fix: prdoc
philoniare 88203cb
fix: prdoc
philoniare 1a5041e
fix: ui tests
philoniare 016de03
fix: ui tests
philoniare 7e1d335
fix: ui tests
philoniare f4e71bb
fix: ui tests
philoniare 3409afd
Update prdoc/pr_3532.prdoc
philoniare 9e68b7b
Update prdoc/pr_3532.prdoc
philoniare 9a6cd71
feat: update prdoc to include frame
philoniare e2da0ee
Merge branch 'master' into remove-store-trait
philoniare 4cf1eff
feat: update doc after resolving merge conflict
philoniare dbaa8cf
feat: update prdoc to show an example
philoniare 883ac8f
feat: taplo fmt Cargo.toml
philoniare f849b85
Merge branch 'master' into remove-store-trait
philoniare 52b207a
Merge branch 'master' into remove-store-trait
philoniare a770bb6
Merge branch 'master' into remove-store-trait
philoniare a4dfe4e
Merge branch 'master' into remove-store-trait
philoniare 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,12 @@ | ||
| # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
| # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
|
||
| title: Remove deprecated trait Store | ||
|
|
||
| doc: | ||
| - audience: Runtime Dev | ||
| description: | | ||
| Removes the deprecated trait Store feature from the codebase | ||
philoniare marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| crates: | ||
| - name: frame-support | ||
philoniare marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
67 changes: 0 additions & 67 deletions
67
substrate/frame/support/procedural/src/pallet/expand/store_trait.rs
This file was deleted.
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
28 changes: 0 additions & 28 deletions
28
substrate/frame/support/test/tests/pallet_ui/deprecated_store_attr.rs
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
substrate/frame/support/test/tests/pallet_ui/deprecated_store_attr.stderr
This file was deleted.
Oops, something went wrong.
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.