-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: configurable scheme parameter for cardano wallet api #857
Open
mineme0110
wants to merge
2
commits into
node-1.4-extension
Choose a base branch
from
release/v1.4.1
base: node-1.4-extension
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
mineme0110
changed the title
fix: prism-node configurable scheme parameter for cardano wallet api
fix: configurable scheme parameter for cardano wallet api
Jun 3, 2024
yshyn-iohk
approved these changes
Jun 4, 2024
womfoo
approved these changes
Jun 10, 2024
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.
LGTM test successful w confirmation < 1m
> Task :run
Jun 10, 2024 10:06:24 PM io.grpc.okhttp.internal.Platform getAndroidSecurityProvider
WARNING: Unable to find Conscrypt
[main] INFO org.bitcoinj.crypto.MnemonicCode - PBKDF2 took 69.86 ms
-- Create issuer DID --
DID canonical: did:prism:0be94ebde4a795e9f0d537d8489d8be6ad167f2ed674fafae35426eb1e14905d
DID long form: did:prism:0be94ebde4a795e9f0d537d8489d8be6ad167f2ed674fafae35426eb1e14905d:Cr8BCrwBEjsKB21hc3RlcjAQAUouCglzZWNwMjU2azESIQM0X7lVu_kxW-N3dFx3fA-uHgi3ek0gfSdNiTjSsZ8bzBI8Cghpc3N1aW5nMBACSi4KCXNlY3AyNTZrMRIhAqquIU6yUq4T29AcWC4QygRhuZ1VbkgYnuslFDIphXaeEj8KC3Jldm9jYXRpb24wEAVKLgoJc2VjcDI1NmsxEiECg-bV8ES7v5IIg_D28GFPI6pjcPJDWqub3IDsGuOdsBA
-- Publish DID --
- Sent a request to publish a DID to PRISM Node.
- The transaction can take up to 10 minutes to be confirmed by the Cardano network.
- Operation identifier: 569dae4269f77bac1eed4c664d63e34469ad74ce674786cd120e80b6ccf87e11
Current operation status: PENDING_SUBMISSION
Jun 10, 2024 10:06:27 PM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue
SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=1, target=demeter-preprod-node-v1.atalaprism.io:443} was not shutdown properly!!! ~*~*~*
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.<init>(ManagedChannelOrphanWrapper.java:93)
at io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:53)
at io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:44)
at io.grpc.internal.ManagedChannelImplBuilder.build(ManagedChannelImplBuilder.java:615)
at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:261)
at io.iohk.atala.prism.protos.GrpcClient.<init>(GrpcClient.kt:22)
at io.iohk.atala.prism.api.node.NodeAuthApiImpl.<init>(NodeAuthApiImpl.kt:33)
at MainKt.<clinit>(Main.kt:28)
- DID with id did:prism:0be94ebde4a795e9f0d537d8489d8be6ad167f2ed674fafae35426eb1e14905d is published
- Operation hash: 0be94ebde4a795e9f0d537d8489d8be6ad167f2ed674fafae35426eb1e14905d
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 34s
2 actionable tasks: 1 executed, 1 up-to-date
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR allows to have configurable scheme to support switch the schemes
Screenshots
Checklists
Pre-submit checklist:
Pre-merge checklist: