-
Notifications
You must be signed in to change notification settings - Fork 159
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
Update StrKey implementation to support CAP-40 signed payloads #410
Labels
Comments
3 tasks
15 tasks
This was referenced Mar 16, 2022
Closed
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 21, 2022
…ignedPayload Signer from CAP40 into StrKey encoding/decoding.
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 21, 2022
…ns, incorporate some pr feedback
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 22, 2022
…de)ser, use AccountID for signed payload pojo to check discriminant on public key types
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 22, 2022
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 23, 2022
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 23, 2022
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Mar 24, 2022
…ts into SignedPayloadSigner, pr feedback
Closed by #414. |
Merged
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Apr 8, 2022
…enabled adding pre-built signatures onto a transaction
sreuland
added a commit
to sreuland/java-stellar-sdk
that referenced
this issue
Apr 8, 2022
… and cleaned up byte expressions in test
vinamogit
pushed a commit
to vinamogit/java-stellar-sdk
that referenced
this issue
Apr 30, 2022
vinamogit
pushed a commit
to vinamogit/java-stellar-sdk
that referenced
this issue
Apr 30, 2022
vinamogit
pushed a commit
to vinamogit/java-stellar-sdk
that referenced
this issue
Apr 30, 2022
…ts into SignedPayloadSigner, pr feedback
vinamogit
pushed a commit
to vinamogit/java-stellar-sdk
that referenced
this issue
Apr 30, 2022
…enabled adding pre-built signatures onto a transaction
vinamogit
pushed a commit
to vinamogit/java-stellar-sdk
that referenced
this issue
Apr 30, 2022
… and cleaned up byte expressions in test
@sreuland This PR made the signers list immutable. We need the ability to clear the signers and get the unsigned structure.
|
Hello @nkavian , I responded on issue #456 with suggestions on some alternatives, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java-specific issue for the parent, stellar/go#4262.
The text was updated successfully, but these errors were encountered: