Conversation
…/LP fixes) Bring the docs-only PR for master up to date with the pm-branch docs, which now carry the steemit#678/steemit#681 documentation: - settlement-work-bounds.md (new, en-only design note): per-block work bounds of PM settlement, GC, void refund, batch-queue and ban sweeps. - specification.md (en/ru/zh-CN): liquidity_fee_earned is a post-hoc counter written in settle_liquidity, not a subtraction in the fee-pool formula; early-exit LPs earn no commission; void markets earn zero bonus. - guides/active-lp.md (en/ru/zh-CN): early exit = principal only, void = zero income, pm_min_liquidity floor applies to top-ups. - guides/lazy-pool.md: FIFO withdraw queue is drained per block; the §9 cron section shares the row budget. No node code. Docs tree identical to pm. Docs build verified (26 PM pages).
…ath, deferred-claim purge + phase-1/5 loud signals)
…lay-spec, settlement-work-bounds
…aim, parlay-spec, settlement-work-bounds
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.
Brings the prediction-market documentation from the
pmbranch tomasterso that docs.viz.cx / GitHub Pages can publish it. The docs site is built frommasteronly, so today every/prediction-markets/…URL 404s even though the pages exist onpm.No node code. The diff is documentation plus the two npm manifests needed to build it:
docs/**(39 files) — English locale (repo root is theen-USlocale) +docs/.vitepress/config.mtssidebar entries@l10n/**(68 files) —ruandzh-CNtranslations, laid out intodocs/ruanddocs/zh-CNby the existingprebuild→scripts/sync-l10n.mjshookpackage.json+package-lock.json— addvitepress-plugin-mermaidandmermaid, whichdocs/.vitepress/config.mtsimports (withMermaid) and the docs use for diagrams. Without them the docs build fails.Zero files under
libraries/,plugins/,programs/,tests/,CMakeLists.txt,thirdparty/or.github/— so the built binary and thevizblockchain/vizd:latestimage are unaffected, and HF14 consensus code stays onpm.Verification
npm run buildon this branch (i.e. on top ofmaster, notpm) completes and renders all three locales:(en has two extra internal design notes —
early-exit-deferred-claim,parlay-spec— which are intentionally English-only and not in the sidebar.)The 17 role/feature guides are newly translated into Chinese in this PR, bringing
zh-CNto parity with the rest of its coverage. Structural parity against the English sources was checked mechanically per file (heading levels, relative links, table rows, inline-code tokens) and each locale's rendered<h1>was confirmed to be in its own language.