feat: basic rust cli commands and account mechanism#144
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
2e5e310 to
265eaed
Compare
saiintbrisson
left a comment
There was a problem hiding this comment.
We could have a --dry-run option for commands that call extrinsics that return the expected fee to be payed by the execution, and also return other fees as is the case for the namespace register command.
Format all stakes/balances with 5 decimals
|
saiintbrisson
left a comment
There was a problem hiding this comment.
look into exchaning nacl for ring
Adds the barebones functionality of a torus CLI application.
Closes CHAIN-94, CHAIN-128