docs: retire pre-Nexus content, fix broken links, and pin webpack#14
Open
guilhermefleury wants to merge 4 commits into
Open
docs: retire pre-Nexus content, fix broken links, and pin webpack#14guilhermefleury wants to merge 4 commits into
guilhermefleury wants to merge 4 commits into
Conversation
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.
Summary
Brings the docs back in line with Syscoin Core 5.x (Nexus). Mix of bug
fixes and content modernization, kept as separate commits for granular
review:
fix: replace broken external links across docs— link-rot sweep.Replaces 10 dead external URLs with current equivalents (faucet.rollux.com,
blockbook-dev.syscoin.org, etc.) or drops links where there is no
working replacement.
fix: pin webpack to 5.75.0— addsresolutions/overridestopackage.json. Newer webpack 5.10x rejects the optionswebpackbar 5.0.2passes to its
ProgressPlugin. Pin restores a working dev server.docs: retire pre-Nexus SPT content (Syscoin Core 5.0)— the 4.xasset RPC family (
assetnew,assetupdate,assetallocationsend, etc.)was removed in Core 5.0; see release notes §9. Removes the four
docs/guides/spts/*.mdxhow-to guides andasset-index.mdx(all teachremoved RPCs), rewrites the surviving SPT-adjacent pages
(
tech/tokens,tech/notary,dev-resources/sys/exchange-integration,dev-resources/sys/z-dag) for current 5.x reality.fix: rename args on sentrynode_setup.mdx—protx_register_prepareargs renamed in current Core (
ownerKeyAddr→ownerAddress,votingKeyAddr→votingAddress,feeSourceAddress→fundAddress),plus removal of the
signmessagebech32RPC (replaced bysignmessagewhich now handles bech32), plus the 4.3.0 version references updated to
5.x.
Verification
grep over
src/RPCHelpManblockPer-commit review
The 4 commits are independent — reviewers can read each commit's diff
on its own. Earlier sections of any one commit do not depend on later ones.