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

horizon: /accounts/{account_id} shows the ed25519_signed_payload signer type as unknown #4428

Closed
overcat opened this issue Jun 9, 2022 · 0 comments · Fixed by #4429
Closed
Labels

Comments

@overcat
Copy link
Contributor

overcat commented Jun 9, 2022

What version are you using?

2.17.1-946a1d3f06d08bbe5c0df0afb0ae6bde43e1d079

What did you do?

Added a Signer(SIGNER_KEY_TYPE_ED25519_SIGNED_PAYLOAD) to the account via SetOptionsOp.
tx: https://horizon-testnet.stellar.org/transactions/3c38d8a6b546de3d27f3c1167835e06412dd7225585cec326afc89df97596cac

What did you expect to see?

https://horizon-testnet.stellar.org/accounts/GDXIZTYWWXRL5KB74ZOPZ5NHE5V6XNWHSOLAHMEKB6EJXMU4XHELQG7N
Account resp:

// ...
{
   "signers":[
      {
         "weight":1,
         "key":"GDXIZTYWWXRL5KB74ZOPZ5NHE5V6XNWHSOLAHMEKB6EJXMU4XHELQG7N",
         "type":"ed25519_public_key"
      },
      {
         "weight":10,
         "key":"PDSRX2P445WFOUMLIDMBBECMAQ2YARLOOQK44YNPBBGWR6LFY7A2YAAAAACWQZLMNRXQAAAARK3Q",
         "type":"unknown"
      }
   ],
}

What did you see instead?

Account resp:

// ...
{
   "signers":[
      {
         "weight": 1,
         "key": "GDXIZTYWWXRL5KB74ZOPZ5NHE5V6XNWHSOLAHMEKB6EJXMU4XHELQG7N",
         "type": "ed25519_public_key"
      },
      {
         "weight": 10,
         "key": "PDSRX2P445WFOUMLIDMBBECMAQ2YARLOOQK44YNPBBGWR6LFY7A2YAAAAACWQZLMNRXQAAAARK3Q",
         "type": "ed25519_signed_payload"
      }
   ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant