ExperimentalWarning in createKeyPairFromPrivateKeyBytes()
#54
Labels
question
Add this to close an issue with instructions on how to repost as a question on Stack Exchange
Hi,
I recently started using your package and encountered a warning when running a simple project that uses the
createKeyPairFromPrivateKeyBytes()
function. The warning message is as follows:_(node:884349) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time_
Running node with
--trace-warnings
seems to indicate that the warning originates from this line:solana-web3.js/packages/keys/src/private-key.ts
Line 49 in 8111c88
Could you clarify whether this warning is expected and if it is safe to ignore? If not, is there a recommended workaround or alternative approach?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: