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

solana-web3.js tests fail against a live cluster #3087

Closed
mvines opened this issue Mar 4, 2019 · 1 comment
Closed

solana-web3.js tests fail against a live cluster #3087

mvines opened this issue Mar 4, 2019 · 1 comment
Assignees

Comments

@mvines
Copy link
Member

mvines commented Mar 4, 2019

  1. Start up a local cluster with ./run.sh
  2. From solana-web3.js, run tests against it: npm test:live.

Observe multiple test failures. The mocked solana-web3.js tests, npm test are green.

@mvines mvines added this to the v0.12 Beacons milestone Mar 4, 2019
@mvines mvines self-assigned this Mar 4, 2019
@mvines
Copy link
Member Author

mvines commented Mar 6, 2019

Fixed as of 0.14.11

@mvines mvines closed this as completed Mar 6, 2019
joncinque added a commit to joncinque/solana that referenced this issue Nov 6, 2024
* 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>
Lichtso pushed a commit to Lichtso/solana that referenced this issue Nov 7, 2024
* 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>
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

1 participant