-
Notifications
You must be signed in to change notification settings - Fork 5
docs: v2 documentation updates #136
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
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
- document 20/20/40/20 fee split and updated restaker/operator/developer flows - add claiming cheatsheet with batch claim guidance and multicall notes - update reward system narrative, metrics/scoring, and tokenomics usage pages - restore generated v2 API reference pages and add ITanglePaymentsInternal
- Changed branch references from v2 to main in GitHub URLs - Changed src/v2/interfaces/ to src/interfaces/ - Changed src/restaking/ to src/staking/ - Changed IRestaking.sol to IStaking.sol - Fixed all formatting issues (112 files) - Updated .lycheeignore for testnet explorer 401s Note: Some repo links return 404 (hyperbridge-relayer-blueprint, hyperlane-ism-blueprint-template) - these repos may not exist yet.
- Replaced 3 em dashes with appropriate punctuation - Removed 2 non-existent repo links (hyperlane-ism-blueprint-template, hyperbridge-relayer-blueprint)
- infrastructure/sandboxing: add isolation technologies (Docker, gVisor, Firecracker) - operators/introduction: expand with practical quick start and isolation choices - blueprint-runner/background-services: add built-in keepers (EpochKeeper, StreamKeeper, RoundKeeper)
- workflows: add parallel agents section (spawning, forking, spatial overview) - simulations: add evaluation loop section
✅ Deploy Preview for tangle-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
Comprehensive documentation updates for v2, including whitepaper alignment and practical improvements.
CI Fixes
Whitepaper Alignment
Added missing concepts from whitepapers:
Operator Focus
Structure
v2 introduces new top-level sections:
All changes maintain consistency with the three whitepapers (tangle-cloud, tangle-protocol, tangle-sdk).