Commit Graph

5 Commits

Author SHA1 Message Date
steviez b4ff488a0d
Remove empty lib to avoid name collision with entry package (#21156) 2021-11-03 18:03:07 -05:00
Tyera Eulberg 32a242e777
Make test result not depend on TestValidator setup (#21078) 2021-10-29 16:19:10 -06:00
Tyera Eulberg 91c49d7023
Add gitignore files (#21063) 2021-10-29 17:24:05 +00:00
Manuel Gil a0f9e0e8ee
Add missing websocket methods to rust RPC PubSub client (#21065)
- Added accountSubscribe,  programSubscribe, slotSubscribe and rootSubscribe to rust RpcClient
 - Removed duplication on cleanup threads
 - Moved RPCVote from rpc/ to client/rpc_response
2021-10-29 17:11:20 +00:00
sakridge a8d78e89d3
Move test-validator to own module to reduce core dependencies (#20658)
* Move test-validator to own module to reduce core dependencies

* Fix a few TestValidator paths

* Use solana_test_validator crate for solana_test_validator bin

* Move client int tests to separate crate

Co-authored-by: Tyera Eulberg <tyera@solana.com>
2021-10-29 01:27:07 +00:00