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

Is ECDSA and EDDSA wallets supported by Arweave? #486

Open
APshenkin opened this issue Nov 1, 2023 · 2 comments
Open

Is ECDSA and EDDSA wallets supported by Arweave? #486

APshenkin opened this issue Nov 1, 2023 · 2 comments

Comments

@APshenkin
Copy link

I can see in source code

new_keyfile(KeyType, WalletName) ->

that it's allowed to create ECDSA and EDDSA wallets. However if try to create address based this flow and send funds to it, node return data: { error: 'Transaction verification failed.' }

@APshenkin APshenkin changed the title Is ECDSA and EDDSA wallets supported with Arweave Is ECDSA and EDDSA wallets supported by Arweave? Nov 1, 2023
@vird
Copy link
Collaborator

vird commented Nov 1, 2023

Code for ECDSA/EDDSA is present but those key types aren't fully activated

Wallet = {{?RSA_SIGN_ALG, 65537}, TX#tx.owner},

So use RSA

@APshenkin
Copy link
Author

Is there any plans to add support for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants