Merged
Conversation
Contributor
Author
|
/cmd prdoc --audience runtime_dev --bump patch |
…time_dev --bump patch'
Closed
|
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/stabilizing-v16-metadata/12352/1 |
kianenigma
approved these changes
Apr 2, 2025
filvecchiato
approved these changes
Apr 3, 2025
Contributor
Author
|
I'm going to merge this PR in 2 days. If someone has a pending review or wants to say anything about it, please reply before Wednesday. |
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
franciscoaguirre
approved these changes
Apr 14, 2025
Krayt78
pushed a commit
to Krayt78/polkadot-sdk
that referenced
this pull request
Apr 18, 2025
Pallet view functions are no longer marked as experimental, and their use is suggested starting from this PR. Your feedback is more than welcome. See [docs](https://paritytech.github.io/polkadot-sdk/master/frame_support/pallet_macros/attr.view_functions_experimental.html) for a quick introduction. For more context, you can look at: - paritytech#4722 - paritytech#7412 - paritytech#7830 : discussion on possible changes to pallet view functions --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
castillax
pushed a commit
that referenced
this pull request
May 12, 2025
Pallet view functions are no longer marked as experimental, and their use is suggested starting from this PR. Your feedback is more than welcome. See [docs](https://paritytech.github.io/polkadot-sdk/master/frame_support/pallet_macros/attr.view_functions_experimental.html) for a quick introduction. For more context, you can look at: - #4722 - #7412 - #7830 : discussion on possible changes to pallet view functions --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 tasks
2 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pallet view functions are no longer marked as experimental, and their use is suggested starting from this PR.
Your feedback is more than welcome.
See docs for a quick introduction. For more context, you can look at: