We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Conway Alpha Build: @emurgo/[email protected].
When running:
const dataHash = CSL.AnchorDataHash.from_hex("9bba8233cdd086f0325daba465d568a88970d42536f9e71e92a80d5922ded885"); const url = CSL.URL.new("https://raw.githubusercontent.com/Ryun1/gov-metadata/main/governace-action/metadata.jsonld"); const anchor = CSL.Anchor.new(url, dataHash);
I get: Deserialization failed in URL because: Out of range: 90 - must be in range 0 - 64
Deserialization failed in URL because: Out of range: 90 - must be in range 0 - 64
Describe the bug
Expected behaviour
The text was updated successfully, but these errors were encountered:
It is limit from CDDL https://github.com/input-output-hk/cardano-ledger/blob/cf05d70ea4e8eae4ce2ad349ed17850c0c8204d1/eras/conway/test-suite/cddl-files/conway.cddl#L371
Sorry, something went wrong.
Oh that is an unfortunate restriction! -- thank you
No branches or pull requests
Using Conway Alpha Build: @emurgo/[email protected].
When running:
I get:
Deserialization failed in URL because: Out of range: 90 - must be in range 0 - 64
Describe the bug
Expected behaviour
The text was updated successfully, but these errors were encountered: