We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./run.sh
npm test:live
Observe multiple test failures. The mocked solana-web3.js tests, npm test are green.
npm test
The text was updated successfully, but these errors were encountered:
Fixed as of 0.14.11
Sorry, something went wrong.
Extract signer crates (solana-labs#3087)
e752b38
* extract signer crate * fmt * fix bs58 std usage * extract seed-derivable crate * extract seed-phrase crate * fix copy-pasted doc * extract presigner crate * make keypair module optional in solana-signer * remove serde_json dep and fix test features * remove thiserror from solana-signer * lint * more lint * fix dev dep feature * sort deps * remove itertools from solana-signer * move wasm impl to signer crate * add doc_auto_cfg like in solana-labs#3121 * post-rebase fix * another post-rebase fix * fmt * make keypair functionality of solana-seed-phrase optional * fix feature-gated imports * Extract solana-keypair, move other things around * Cleanup things that I missed * Remove space * Add deprecated notice * Add deprecation notices * Refactor SeedDerivable trait implementation --------- Co-authored-by: Jon C <me@jonc.dev>
a791acf
mvines
No branches or pull requests
./run.sh
npm test:live
.Observe multiple test failures. The mocked solana-web3.js tests,
npm test
are green.The text was updated successfully, but these errors were encountered: