-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
migrate Validator Domain Verifier to Redocly #2276
Conversation
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
9998c28
to
7f51ab4
Compare
df0f514
to
dc2105f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried a test merge based on the latest redocly-migration branch (running realm 0.71.1) and it largely works. I am seeing some errors in the browser console, though:
- If the pasted manifest isn't valid hex (i.e. trying with a base64 string returned by rippled's manifest method) it fails with a TypeError instead of gracefully.
Uncaught (in promise) TypeError: decodedManifest is undefined
parseAndVerifyManifest
...
- Each time you look up a manifest after the first, it throws a non-unique key error.
Warning: Encountered two children with the same key, `manifest-key`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
Aside from that, this looks about ready to go.
# Conflicts: # package-lock.json # package.json
Merged as 49dc66f |
migrate https://xrpl.org/validator-domain-verifier.html to Redocly