-
Notifications
You must be signed in to change notification settings - Fork 686
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
Update the README to include a link to the Polkadot SDK Version Manager #4718
Merged
Conversation
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
User @iammasterbrucewayne, please sign the CLA here. |
bkchr
approved these changes
Jun 6, 2024
Closed
ggwpez
reviewed
Jun 6, 2024
|
||
## Other useful resources and tooling | ||
|
||
* A simple tool to manage and update the Polkadot SDK dependencies (https://github.com/paritytech/psvm) |
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.
Suggested change
* A simple tool to manage and update the Polkadot SDK dependencies (https://github.com/paritytech/psvm) | |
* A simple tool to manage and update the Polkadot SDK dependencies (https://github.com/paritytech/psvm). |
ggwpez
approved these changes
Jun 6, 2024
Merged
via the queue into
paritytech:master
with commit Jun 6, 2024
426956f
156 of 157 checks passed
Would have been nicer if this was added in the section under releases section and proper linking was used ;) |
iammasterbrucewayne
added a commit
to iammasterbrucewayne/polkadot-sdk
that referenced
this pull request
Jun 7, 2024
…r the "Releases" section This update implements the suggestion from @kianenigma mentioned in paritytech#4718 (comment)
iammasterbrucewayne
added a commit
to iammasterbrucewayne/polkadot-sdk
that referenced
this pull request
Jun 7, 2024
…r the "Releases" section This update implements the suggestion from @kianenigma mentioned in paritytech#4718 (comment)
@kianenigma will this work? :) |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 8, 2024
…r the "Releases" section (#4734) This update implements the suggestion from @kianenigma mentioned in #4718 (comment) Replaces the "Other useful resources and tooling" section at the bottom with a new (nicer) "Tooling" section just under the "Releases" section.
ordian
added a commit
that referenced
this pull request
Jun 13, 2024
* master: (29 commits) Append overlay optimization. (#1223) finalization: Skip tree route calculation if no forks present (#4721) Remove unncessary call remove_from_peers_set (#4742) add pov-recovery unit tests and support for elastic scaling (#4733) approval-voting: Add no shows debug information (#4726) Revamp the Readme of the parachain template (#4713) Update README.md to move the PSVM link under a "Tooling" section under the "Releases" section (#4734) frame/proc-macro: Refactor code for better readability (#4712) Contracts: update wasmi to 0.32 (#3679) Backport style changes from P<>K bridge to R<>W bridge (#4732) New reference doc for Custom RPC V2 (#4654) Frame Pallets: Clean a lot of test setups (#4642) Fix occupied core handling (#4691) statement-distribution: Fix false warning (#4727) Update the README to include a link to the Polkadot SDK Version Manager (#4718) Cleanup PVF artifact by cache limit and stale time (#4662) Update link to a latest polkadot release (#4711) [CI] Delete cargo-deny config (#4677) fix build on MacOS: bump secp256k1 and secp256k1-sys to patched versions (#4709) Unify dependency aliases (#4633) ...
TarekkMA
pushed a commit
to moonbeam-foundation/polkadot-sdk
that referenced
this pull request
Aug 2, 2024
…er (paritytech#4718) Adds a link to the [Polkadot SDK Version Manager](https://github.com/paritytech/psvm) since this tool is not well known, but very useful for developers using the Polkadot SDK. --------- Co-authored-by: Bastian Köcher <git@kchr.de>
TarekkMA
pushed a commit
to moonbeam-foundation/polkadot-sdk
that referenced
this pull request
Aug 2, 2024
…r the "Releases" section (paritytech#4734) This update implements the suggestion from @kianenigma mentioned in paritytech#4718 (comment) Replaces the "Other useful resources and tooling" section at the bottom with a new (nicer) "Tooling" section just under the "Releases" section.
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.
Adds a link to the Polkadot SDK Version Manager since this tool is not well known, but very useful for developers using the Polkadot SDK.