Skip to content
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

Closed
Tracked by #4261
Shaptic opened this issue Mar 14, 2022 · 3 comments · Fixed by #416
Closed
Tracked by #4261

Update StrKey implementation to support CAP-40 signed payloads #410

Shaptic opened this issue Mar 14, 2022 · 3 comments · Fixed by #416
Assignees

Comments

@Shaptic
Copy link
Contributor

Shaptic commented Mar 14, 2022

Java-specific issue for the parent, stellar/go#4262.

@Shaptic Shaptic moved this to Todo in Protocol 19 Mar 14, 2022
@Shaptic Shaptic removed this from Protocol 19 Mar 14, 2022
@sreuland sreuland self-assigned this Mar 16, 2022
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
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
@Shaptic
Copy link
Contributor Author

Shaptic commented Mar 24, 2022

Closed by #414.

@Shaptic Shaptic closed this as completed Mar 24, 2022
@sreuland sreuland mentioned this issue Mar 25, 2022
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
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
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
@nkavian
Copy link

nkavian commented Sep 24, 2022

@sreuland This PR made the signers list immutable. We need the ability to clear the signers and get the unsigned structure.

  • Could we get a clearSignatures() method added to the class?
  • Is there an alternate way to clear signatures?

@sreuland
Copy link
Contributor

@sreuland This PR made the signers list immutable. We need the ability to clear the signers and get the unsigned structure.

  • Could we get a clearSignatures() method added to the class?
  • Is there an alternate way to clear signatures?

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
Projects
None yet
3 participants