Conversation
f08d97b to
37c5573
Compare
37c5573 to
1e04c7b
Compare
13da959 to
faf7ea3
Compare
fde4d10 to
3f1767e
Compare
4d09a94 to
fde4d10
Compare
eed07b4 to
1ad47fd
Compare
6dd1676 to
cf4538a
Compare
a31c3bc to
45b5261
Compare
45b5261 to
e5c83c5
Compare
e5c83c5 to
a7ce129
Compare
0a8a808 to
1929380
Compare
1929380 to
e8dff39
Compare
e8dff39 to
4ab4ea5
Compare
| <figcaption> | ||
| Table 1: Summary of the ability to heal from malicious majority and provide security under dynamic availability of longest-chain protocols based various proof systems. | ||
| </figcaption> | ||
| </figcaption> |
There was a problem hiding this comment.
Duplicate image and extra closing tag break rendering
High Severity
The <img> tag on line 16 has a markdown image  appended to it, causing the image to render twice. Additionally, line 20 introduces a duplicate </figcaption> closing tag, resulting in malformed HTML. The English source file only has a single <img> tag and one </figcaption>.
| ### 可运行的Chialisp和clvm插件 | ||
|
|
||
| 有关使用这些插件的信息,请参阅[学院概述](/academy-overview#可运行的chialisp和clvm插件)。 | ||
| 有关使用这些插件的信息,请参阅[学院概述](/academy-overview#runnable-chialisp-and-clvm-plugins)。 |
There was a problem hiding this comment.
Anchor links point to English slugs on Chinese pages
Medium Severity
The anchor fragment was changed from #可运行的chialisp和clvm插件 to #runnable-chialisp-and-clvm-plugins, but the target heading in the Chinese translation of academy-overview.md is ### 可运行的Chialisp和clvm插件. Docusaurus generates anchor IDs from the translated heading text, so the English-based anchor won't match — these links will fail to scroll to the intended section. The same issue appears across four translation files.
Additional Locations (2)
| | <span id="Pie19b"></span>Pie19b | Krzysztof Pietrzak. Simple verifiable delay functions. In Avrim Blum, editor, 1*0th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA*, volume 124 of LIPIcs, pages 60:1–60:15. Schloss Dagstuhl - Leibniz-Zentrum fu ̈r Informatik, 2019. | | ||
| | <span id="PKF18"></span>PKF+18 | Sunoo Park, Albert Kwon, Georg Fuchsbauer, Peter Gazi, Joël Alwen, and Krzysztof Pietrzak. Spacemint: A cryptocurrency based on proofs of space. In Sarah Meiklejohn and Kazue Sako, editors, _Financial Cryptography and Data Security - 22nd International Conference, FC 2018, Nieuwpoort, Cura ̧cao, February 26 - March 2, 2018, Revised Selected Papers_, volume 10957 of _Lecture Notes in Computer Science_, pages 480–499. Springer, 2018. | | ||
| | <span id="Pie19a"></span>Pie19a | Krzysztof Pietrzak. Proofs of catalytic space. In Avrim Blum, editor, _10th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA_, volume 124 of LIPIcs, pages 59:1–59:25. Schloss Dagstuhl - Leibniz- Zentrum für Informatik, 2019. | | ||
| | <span id="Pie19b"></span>Pie19b | Krzysztof Pietrzak. Simple verifiable delay functions. In Avrim Blum, editor, 1_0th Innovations in Theoretical Computer Science Conference, ITCS 2019, January 10-12, 2019, San Diego, California, USA_, volume 124 of LIPIcs, pages 60:1–60:15. Schloss Dagstuhl - Leibniz-Zentrum fu ̈r Informatik, 2019. | |
There was a problem hiding this comment.
Underscore emphasis broken after alphanumeric character in reference
Low Severity
The Pie19b reference changed 1*0th...USA* (asterisks) to 1_0th...USA_ (underscores). In CommonMark, _ cannot open emphasis when immediately preceded by an alphanumeric character. Since 1 precedes the _, the italic formatting breaks entirely — the conference title will render with literal underscore characters visible instead of in italic. The English source correctly uses * here because asterisks don't have this restriction.
4ab4ea5 to
968d6ac
Compare
| ### When will the old plot format be fully phased out? | ||
|
|
||
| By the end of the transition period, currently expected 1H 2027 (see [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline)). | ||
| After the fork activates, there will be a transition period of 256 days, during which PoS1 plots will become less likely to win. The last block in which PoS1 plots are expected to be valid is `10'741'648`, which should occur in June or July 2027. See our [timeline](/chia-blockchain/consensus/proof-of-space-2.0/new-proof-timeline)) for more details. |
There was a problem hiding this comment.
dd7b182 to
7275864
Compare
7275864 to
4b19cb5
Compare
4b19cb5 to
8df9b17
Compare
8df9b17 to
00d09a6
Compare
00d09a6 to
9c00da5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 5 total unresolved issues (including 4 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9c00da5. Configure here.
|
|
||
| - **run vs brun:** `run` 用于序列化并运行 Chialisp 谜题,而 `brun` 用于运行 clvm 序列化的谜题,通常用于传递参数。 | ||
| - **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](<https://en.wikipedia.org/wiki/Lisp_(programming_language)>)到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)。 | ||
| - **括号(Parentheses):**Chialisp 是完全括号前缀表示法编程语言家族的一部分,可以[追溯](https://en.wikipedia.org/wiki/Lisp_(programming_language))到上世纪 50 年代的 LISP 1。 这些语言的一个显而易见的特点是它们使用括号来表示列表(lists)。 建议在编写这些语言时使用具有适当语法高亮功能的集成开发环境,以确保所有括号都处于正确的位置。 为了帮助解决这个问题,这里有一个适用于 Visual Studio 的 [Chialisp 语言服务器扩展](https://marketplace.visualstudio.com/items?itemName=ChiaNetwork.chialisp)。 |
There was a problem hiding this comment.
Removed angle brackets break Wikipedia URL with parentheses
Medium Severity
The Wikipedia link previously used angle bracket escaping [追溯](<https://en.wikipedia.org/wiki/Lisp_(programming_language)>) to handle parentheses in the URL. The change removed the angle brackets, leaving bare parentheses (programming_language) inside the Markdown link syntax. The Markdown parser will match the first ) as the link closer, truncating the URL and leaving a stray ) in the rendered text.
Reviewed by Cursor Bugbot for commit 9c00da5. Configure here.


New Crowdin translations by Crowdin GH Action
Note
Low Risk
Chinese documentation-only updates (mostly link/formatting fixes plus refreshed PoS2/fork timeline content) with no runtime or consensus code changes; risk is limited to potential broken links or rendering issues.
Overview
Refreshes
zh-Hansdocs across Academy and Chia blockchain sections, mainly fixing Markdown formatting, normalizing links/anchors, and improving table/list rendering.Updates Proof of Space 2.0 content (FAQ, farming/plotting requirements, introduction, timeline) with March 2026 revisions, adds a new
Generator Identity Hard Fork: Analysispage, and updates consensus/fork-related pages with newer dates and clarified references.Reviewed by Cursor Bugbot for commit 9c00da5. Bugbot is set up for automated code reviews on this repo. Configure here.