solana/programs/bpf
Tyera Eulberg c24eaa36f8
Split up solana-client (#27246)
* Move thin-client to new crate

* Move tpu client and varieties to new crate

* Move pubsub-client to new crate

* Move rpc-client to new crate

* Add client-common crate to avoid circular dependencies

* Move rpc_cache and make less pub

* Remove unused unpub modules

* Add nonce-client

* Remove unused dependencies

* Fix rpc_client docs

* Move spinner to calling clients

* Rename client-common to rpc-client-api

* Remove unnecessary rpc_ prefix

* Remove unused ClientErrorKind variant

* Remove unnecessary Client prefix

* Move mod declarations into lib.rs and remove unnecessary files

* Rename nonce-client and remove redundant module name

* Restore mock_sender_for_cli in solana-client
2022-08-24 05:34:35 +00:00
..
benches
c Feature: disable CPI setting `is_executable` and `rent_epoch` (#26987) 2022-08-10 00:22:23 +02:00
rust Feature: disable CPI setting `is_executable` and `rent_epoch` (#26987) 2022-08-10 00:22:23 +02:00
tests clean feature: `request_units_deprecated` (#27102) 2022-08-13 13:12:35 +01:00
.gitignore
Cargo.lock Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
Cargo.toml Bumps solana_rbpf to v0.2.32 (#27059) 2022-08-15 16:04:48 +02:00
build.rs Switch to cargo-build-sbf for building tests in programs/bpf 2022-08-08 03:42:54 +00:00