solana-with-rpc-optimizations/sdk/src
cavemanloverboy ba7d892ebb
sdk: impl `Signer` for all containers (#32181)
* impl signer for all containers

* trivial fixes

---------

Co-authored-by: hanako mumei <81144685+2501babe@users.noreply.github.com>
2023-07-24 21:54:33 +02:00
..
signer sdk: impl `Signer` for all containers (#32181) 2023-07-24 21:54:33 +02:00
transaction Fixup missed instances of SanitizedTransaction::try_create() (#32013) 2023-06-07 11:39:51 -05:00
wasm Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
account.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
account_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
client.rs Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
commitment_config.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
compute_budget.rs Revert "Bump borsh from 0.10.3 to 0.11.0 (#31964)" (#32145) 2023-06-15 02:36:37 +02:00
derivation_path.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
deserialize_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
ed25519_instruction.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint_deprecated.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
epoch_info.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
example_mocks.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
exit.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
feature.rs
feature_set.rs Simd 47 syscall sysvar last restart slot (#31957) 2023-06-16 20:14:02 +00:00
fee.rs Move calculate_fee() out of bank.rs (#32409) 2023-07-14 20:17:38 -07:00
genesis_config.rs Fix deprecated warning on solana-sdk (#29109) 2023-01-07 06:48:10 +00:00
hard_forks.rs Restrict access to Bank's HardForks (#32180) 2023-06-20 23:44:43 -05:00
hash.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
inflation.rs
lib.rs Test epoch rewards sysvar in program test (#32293) 2023-06-28 10:50:11 -05:00
log.rs
native_loader.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
net.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
nonce_account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
offchain_message.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
packet.rs Bump bitflags from 1.3.2 to 2.3.3 (#32438) 2023-07-24 12:56:55 +00:00
poh_config.rs Improve poh.rs readability (#30298) 2023-04-03 12:12:41 -07:00
precompiles.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
program_utils.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
pubkey.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
quic.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
recent_blockhashes_account.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
reward_type.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
rpc_port.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
secp256k1_instruction.rs precompile verify: &Arc<FeatureSet> to &FeatureSet (#27647) 2022-10-27 19:25:33 -05:00
shred_version.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
signature.rs deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
system_transaction.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
timing.rs ci: deflake `Measurement` tests (#31812) 2023-05-25 12:46:46 -06:00
transaction_context.rs Removes unnecessary mut (#32476) 2023-07-13 13:14:33 -04:00
transport.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00