-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition to a cardanonical API #1577
Comments
Note that we actually vendor the |
Lovelace
to Value<AdaOnly>
cardano.json
API
Fix for the immediate problem - #1577 - but this issue can serve as a broader place to discuss compatibility. |
cardano.json
API
As switching from
to
is a breaking change. Do we want to break the API only for this or shall we consider switching other values too? The change at hand is a bit surprising IMO, because fields like CC @KtorZ |
A related API consistency issue: #1543 |
This was indeed changed after the first draft of the new API, with feedback I got from various parties. The rationale here is to be consistent and future-proof (in an hypothetical Babel Fees era...). So any |
The protocol-parameters schema has changed and, among other things, now
definitions/Lovelace
has been replaced withdefinitions/Value<AdaOnly>
( CardanoSolutions/cardanonical@cf11243#diff-fd323233e2e57f94dee3c36cf0c3f962610306bba1d44d8225af33d2727322e0R2794 ).This was picked up by the following test:
The text was updated successfully, but these errors were encountered: