Bring the Light Client Development page up to 2026 - #12
Open
CodeMongerrr wants to merge 1 commit into
Open
Conversation
This page had quietly drifted out of date, so this gives it a careful refresh — every change verified against the current repos: - Correct the iOS section: the Swift SDK is production-ready, at parity with Android, and powers Zashi (the old 'less mature' note predates all of that — and had a then/than typo) - Update the Android minimum SDK from the stale 'API 16+' to API 27, matching ANDROID_MIN_SDK_VERSION in the SDK's gradle.properties - Note zcashd's deprecation in the Lightwalletd section and point to zebrad and Zaino, so newcomers aren't sent toward a retiring stack - Rewrite the WASM section around ChainSafe's WebZjs (which also powers the MetaMask shielded Snap), keeping the 2019 demo as history - Repoint iOS links to zcash-swift-wallet-sdk (old repo name redirects) - Fix the Android demo-app link, which 404'd after the sample moved (same fix as PR zodl-inc#1 by @NullSoldier — credit to them for spotting it) - Fix the Contributing guidelines link in References, which 404'd from a misspelled filename (CONTIBUTING.md) and a stale repo name - Add a 'Last reviewed' date so readers can judge freshness Closes zodl-inc#11
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.
Closes #11.
This refreshes the Light Client Development page, which had drifted out of date in a few places. Every change was verified against the current repos before writing — details and sources in #11. In short:
ANDROID_MIN_SDK_VERSIONin the SDK'sgradle.propertieszcash-swift-wallet-sdk(the old repo name redirects)samples/demo-apptodemo-app/. This is the same fix as Fix broken demo-app link in docs #1 by @NullSoldier — full credit to them for spotting it first; happy to rebase this PR around theirs if you'd rather merge that oneCONTIBUTING.md) and a stale repo nameBuilt locally with Sphinx — the page renders cleanly with no new warnings. Happy to split this into smaller PRs or adjust anything to taste.