-
Notifications
You must be signed in to change notification settings - Fork 5
feat: [Ecosystem > Node > Overview] Improve article #953
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
base: main
Are you sure you want to change the base?
Conversation
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/node/overview.mdx |
|
@aigerimu include ton repo |
|
Thanks for the docs updates around the node overview. A couple of high‑severity anchor issues need fixes before merge. Findings (2)High (2)[HIGH] Broken internal anchor for “Single nominator”Location: docs/ecosystem/node/overview.mdx Line 27 in 5d0bdfb
Description: Suggestion: - | [Single nominator](/ecosystem/node/overview#liquid-staking) | In this mode, the smart contract accepts stakes from a single user and operates a validator on the user’s behalf, distributing rewards securely using a cold wallet. |
+ | [Single nominator](/ecosystem/node/overview#single-nominator-pool) | In this mode, the smart contract accepts stakes from a single user and operates a validator on the user’s behalf, distributing rewards securely using a cold wallet. |[HIGH] Broken internal anchor to config parameter 16Location: docs/ecosystem/node/overview.mdx Line 39 in 5d0bdfb
Description: Suggestion: - Validator nodes or validators are the TON network participants who propose new blocks and verify transactions according to TON's [_proof-of-stake_](https://en.wikipedia.org/wiki/Proof_of_stake) mechanism. The top 400 validators are selected based on network [configuration parameter](/foundations/config#param-16%3A-validators-limits). Validators receive rewards for validation.
+ Validator nodes or validators are the TON network participants who propose new blocks and verify transactions according to TON's [_proof-of-stake_](https://en.wikipedia.org/wiki/Proof_of_stake) mechanism. The top 400 validators are selected based on network [configuration parameter](/foundations/config#param-16-validators-limits). Validators receive rewards for validation. |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/node/overview.mdx |
fixes #936