Conversation
- 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.
drewstone
added a commit
that referenced
this pull request
Feb 3, 2026
* Update operator docs and API refs for modular protocol * docs: refresh rewards narrative and api reference for v2 - 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 * Revamp docs IA, staking, and incentives * Tighten operator runbook and incentives clarity * chore: v2 updates * fix: update tnt-core links and fix formatting for v2 (#135) - 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. * fix: remove em dashes and broken repo links - Replaced 3 em dashes with appropriate punctuation - Removed 2 non-existent repo links (hyperlane-ism-blueprint-template, hyperbridge-relayer-blueprint) * fix: broken internal link to API reference * docs: fill whitepaper gaps and improve operator focus - 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) * docs: add parallel agents and evaluation loop to workbench docs - workflows: add parallel agents section (spawning, forking, spatial overview) - simulations: add evaluation loop section * fix: prettier formatting and relative link in launch.mdx * fix: convert relative links to absolute and ignore internal MDX routes in lychee * fix: simplify lychee ignore patterns for internal routes * fix: use regex patterns in lycheeignore
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
Fixes CI failures on v2 branch:
Link Fixes
v2tomainin tnt-core GitHub URLssrc/v2/interfaces/tosrc/interfaces/src/restaking/tosrc/staking/IRestaking.soltoIStaking.solFormatting
Lychee Config
.lycheeignorefor testnet explorer 401s (links are valid but return unauthorized to bots)Known Issues (not fixed)
Some repo links return 404 - these repos may not exist yet:
hyperbridge-relayer-blueprinthyperlane-ism-blueprint-template