You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we'd like to replace JSONSchema with something simpler and "application specific" that can go into rust-bitcoin (that means no deps not already in rust-bitcoin). There can be a function from our spec -> JsonSchema too, for compatibility. DHall is not an option because it has a bunch of deps.
The text was updated successfully, but these errors were encountered:
Is the issue having deps that are managed by Cargo? I ask because hypothetically if Dhall was the right model (not asserting it is here), it could be reimplemented within rust-bitcoin. If it isn't but we want something similarly sophisticated we could end up with a significant amount of hand-rolled code in rust-bitcoin that "has nothing to do with" rust-bitcoin.
we'd like to replace JSONSchema with something simpler and "application specific" that can go into rust-bitcoin (that means no deps not already in rust-bitcoin). There can be a function from our spec -> JsonSchema too, for compatibility. DHall is not an option because it has a bunch of deps.
The text was updated successfully, but these errors were encountered: