docs: add comprehensive RustChain protocol spec draft (bounty #8)#555
docs: add comprehensive RustChain protocol spec draft (bounty #8)#555Scottcjn merged 1 commit intoScottcjn:mainfrom
Conversation
|
🎯 AI Solution: Для решения задачи по добавлению комплексной спецификации протокола RustChain в документацию, необходимо выполнить следующие шаги:
В результате выполнения всех этих шагов вы создадите исчерпывающую документацию, которая поможет разработчикам быстрее понять и начать работать с протоколом RustChain. |
Scottcjn
left a comment
There was a problem hiding this comment.
Good consolidated protocol spec with API reference. The curl examples in Section 7 are the most valuable addition — we have protocol docs but lacked a single-page API reference.
Minor notes (non-blocking for a docs PR):
https://rustchain.orgin examples should use$BASEvariable (domain not live yet)/wallet/transferexample should note admin key requirement (security fix from Dec 2025)- VM penalty is now strict
0.0not the old0.000000001x
Approved for bounty #8 (15 RTC). Merging.
|
Bounty #8 paid: 15 RTC → createkr Pending ID: 549 | TX: Thanks for the consolidated protocol spec + API reference. |
This PR adds a comprehensive protocol documentation draft for RustChain in docs/PROTOCOL_BOUNTY_8.md, covering RIP-200 overview, attestation flow, epoch settlement, hardware fingerprinting rationale, token economics mechanics, network architecture, glossary, and a broad public API reference with curl examples plus mermaid diagrams for attestation and epoch lifecycle.
Scope notes: this is a consolidated draft designed for outside developers/agents to quickly understand and build on the system, and includes a recommended split plan into modular docs files for final upstream structure.