ArweaveTeam/arweave

Is ECDSA and EDDSA wallets supported by Arweave?

Opened this issue · 2 comments

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.' }

vird commented

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

Is there any plans to add support for it?