Is ECDSA and EDDSA wallets supported by Arweave?
Opened this issue · 2 comments
APshenkin commented
I can see in source code
arweave/apps/arweave/src/ar_wallet.erl
Line 49 in 3a89403
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
arweave/apps/arweave/src/ar_tx.erl
Line 510 in b4a0708
So use RSA
APshenkin commented
Is there any plans to add support for it?