-
Notifications
You must be signed in to change notification settings - Fork 1
crosslink tblkch to the reference pdf #627
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
Conversation
Thanks for the updates in ton/tblkch.mdx. Two quick, high-priority doc fixes are needed before merge. Findings (2)High (2)[HIGH] Broken anchor link to non-existent “Chapter 5”Description: Suggestion: - ... culminating in a complete description of the TON Blockchain (shardchain and masterchain) block layout in [Chapter 5](#5-block-layout).
+ ... culminating in a complete description of the TON Blockchain (shardchain and masterchain) block layout in Chapter 5. [HIGH] Literals not formatted as codeDescription: Suggestion: - Recall that the TON Blockchain, as well as the TON Virtual Machine (TVM; cf. [4](#ref-4)), represents all permanently stored data as a collection or bag of so-called cells. Each cell consists of up to 1023 data bits and up to four references to other cells. Cyclic cell references are not allowed, so the cells are usually organized into trees of cells, or rather directed acyclic graphs (DAGs) of cells.[³](#footnote-3) Any value of an abstract algebraic (dependent) data type may be represented (serialized) as a tree of cells.
+ Recall that the TON Blockchain, as well as the TON Virtual Machine (TVM; cf. [4](#ref-4)), represents all permanently stored data as a collection or bag of so-called cells. Each cell consists of up to `1023` data bits and up to `4` references to other cells. Cyclic cell references are not allowed, so the cells are usually organized into trees of cells, or rather directed acyclic graphs (DAGs) of cells.[³](#footnote-3) Any value of an abstract algebraic (dependent) data type may be represented (serialized) as a tree of cells. |
PS: Ignore the github actions suggestions its wrong and ndoesn't fit current scope |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please redo all the links to concrete sections, see the details in-place
@fakela here's example, how should we make crosslink:
![]()
![]()
![]() Let's spread this updated within other pages ASAP. |
This whitepaper has four references cited.
Added links for references [3] and [4], as those were missing.
Reference [4] is mentioned 25 times, and [3] is mentioned 5 times. The other references ([1] and [2]) are each mentioned 3 times.
Reference [4] links to both the 2017 and 2018 TVM documents.
I have also attached an external link to the reference N. Durov, “Telegram Open Network,” 2017 and 2018, for easier access.
Closes issue: #559