entropyxyz / entropy-docs

Documentation for Entropy.
https://docs.entropy.xyz
GNU Affero General Public License v3.0
3 stars 1 forks source link

Clarify what the purpose of the Rust Testing Interface is. #83

Closed johnnymatthews closed 1 month ago

johnnymatthews commented 5 months ago

There's a test CLI built in Rust over in the Entropy Core repo. It's super useful for testing the workflows of Entropy, as well as debugging certain aspects of other tooling (like the CLI or SDK). This issue is a big holder for a bunch of sub issues.

Sub-tasks

johnnymatthews commented 5 months ago

Bumping this back to Backlog and reducing the priority since the SDK and CLI are back up and stable.

johnnymatthews commented 1 month ago

After a bit of review, it turns out that the Rust Testing Interface (RTI) isn't really built to perform the functions that folks will regularly be doing on mainnet. The RTI is specifically just for Core engineers to be able to test protocol logic against something. With that in mind, we won't be adding details guides for folks wanting to use the RTI in ways similar to the existing CLI.

I'm gonna update this issue title to reflect that.