update docs - #14
Conversation
Greptile SummaryThe PR records an extensive tutorial verification pass and updates transaction and governance instructions based on live-chain testing.
Confidence Score: 4/5The PR appears safe to merge, with one non-blocking tutorial timing issue that can make an immediate transaction lookup fail. The governance documentation aligns with the module authority and local-chain setup, while the transaction tutorial should tell readers to wait or retry because its new query is issued before block inclusion is guaranteed. Files Needing Attention: docs/03-build-a-module.md Important Files Changed
Reviews (1): Last reviewed commit: "update" | Re-trigger Greptile |
| transaction by its hash: | ||
|
|
||
| ```bash | ||
| exampled query tx <txhash> |
There was a problem hiding this comment.
Transaction lookup races inclusion
The acknowledgement arrives before block inclusion, so running exampled query tx <txhash> immediately can return “transaction not found” for a successful transaction. Add guidance to wait for the next block or retry the query so readers do not misdiagnose the broadcast as a failure.
small updates to docs