Hi @readymouse , thank you so much for your feedback!
Sorry for the error. The “frostd packaging” line was a copy/paste typo left over from our earlier FROST multisig draft (TSSK): . We have corrected that now. Thank you.
We agree with your point. ZIG will be designed to be conservative and easy to verify.
What we will do in v1:
- Every rule will be traceable to a public source
Each compatibility entry (RPC or config rule) will include:
- a short note (“why this is flagged”), and
- a link/reference to the public source used (docs/spreadsheet/repo notes).
-
Unknown is never treated as safe
If an RPC method or config key is not covered by the profile data, ZIG will label it “manual review required” (not “OK”).This prevents false confidence. -
Regression tests using fixed examples
We will ship a small set of example configs + RPC manifests with expected outputs and run them in continuous integration so profile changes don’t silently change results. -
Release checklist includes profile review
Before tagging v1.0.0, we will validate that:
- profiles pass schema checks,
- profiles include sources,
- example-based tests pass.
This is how we keep ZIG reliable even though it’s based on compatibility data.
We are creatives onchain - a group of developers that love solving cool infra problems. We are not claiming to be maintainers of zcashd or Zebra. The reason this is still feasible for this team is that ZIG v1 is not a node implementation or protocol project. It is a tooling project that:
- parses config files,
- reads a list of RPC method names a project actually uses,
- compares those against documented compatibility information, and
- produces a report + CI-friendly exit codes.
To avoid relying on “tribal knowledge,” we’re deliberately keeping v1 to:
- a clearly defined set of common config keys and commonly used RPCs, and
- “manual review required” for anything outside that set.
You’re right that a compatibility tool can become stale.
To reduce that risk:
- profiles will include a last-updated date, and
- ZIG will warn when profile data is old or when the user targets a stack identifier that isn’t covered.
The proposal includes 90 days of maintenance to fix early issues and keep profiles aligned during initial adoption. Even after that window, ZIG is designed to fail safely (warn/require manual review) rather than silently reporting “OK” based on outdated data.
Please kindly let us know if this is clear. We are happy to answer any more questions you may have.
Thank you.