solana/sdk/src
DimAn 6899af26b0
keygen: add the ability to use derivation path for new & grind commands (#21614)
* keygen: add --use-derivation-path for new & grind

* keygen: add prompt:// uri scheme to new and grind

* fmt

* migrate to clap-v3-utils

* Revert "migrate to clap-v3-utils"

This reverts commit 77f33262ce6c4e95ac1cc62cca32749516f7f357.

* Revert "fmt"

This reverts commit 038cd4ce9628c57dec1f5a4716e2c5baacbe57b3.

* Revert "keygen: add prompt:// uri scheme to new and grind"

This reverts commit 029ea61409a1a16ba2c45483ade2c01f84f25fac.

* - remove `use` from arg
- fix issue from first commit with default value for derivation path
- refactor arg definition and acquiring
2022-09-07 14:31:40 -04:00
..
signer Add `Signers` impls for `Arc<dyn Signer>` (#27000) 2022-08-09 13:05:59 +02:00
transaction Relax keypair ordering restriction for `VersionedTransaction::try_new` (#27397) 2022-08-26 11:25:20 +02:00
wasm Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
account.rs vote_account uses AccountSharedData to avoid copies (#23687) 2022-06-24 15:08:01 -05:00
account_utils.rs
builtins.rs Remove the deprecated `KeyedAccount` interface (#27147) 2022-08-15 20:41:46 +02:00
client.rs Support sending versioned txs in AsyncClient (#23982) 2022-04-02 11:12:02 +08:00
commitment_config.rs Make CommitmentLevel constructors const (#27367) 2022-08-31 13:20:53 -06:00
compute_budget.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
derivation_path.rs keygen: add the ability to use derivation path for new & grind commands (#21614) 2022-09-07 14:31:40 -04:00
deserialize_utils.rs cleanup ignore_eof_error (#26838) 2022-07-29 12:10:22 -05:00
ed25519_instruction.rs test_ed25519 fails if we randomly select index 1 2022-01-27 11:11:37 +00:00
entrypoint.rs
entrypoint_deprecated.rs
epoch_info.rs
example_mocks.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
exit.rs
feature.rs
feature_set.rs Include the Epoch Accounts Hash in the Bank hash (#27541) 2022-09-07 10:10:49 -04:00
fee.rs Add fees to tx-wide caps (#22081) 2022-02-11 16:23:16 -08:00
genesis_config.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
hard_forks.rs
hash.rs
inflation.rs
lib.rs Remove the deprecated `KeyedAccount` interface (#27147) 2022-08-15 20:41:46 +02:00
log.rs Remove the 5 integer msg! form 2021-12-11 09:37:11 -08:00
native_loader.rs
nonce_account.rs removes feature gate code separating durable nonce from blockhash domain (#26055) 2022-07-06 12:03:13 +00:00
packet.rs Add const_assert_eq to PACKET_DATA_SIZE (#26227) 2022-06-27 13:58:08 +09:00
poh_config.rs
precompiles.rs clean feature: `prevent_calling_precompiles_as_programs` (#27100) 2022-08-18 05:21:16 +00:00
program_utils.rs `Bank::get_fee_for_message` is now nonce aware 2022-01-13 17:27:38 -08:00
pubkey.rs Pacify clippy 2022-01-21 19:12:57 -08:00
quic.rs Set receive_window per quic connection (#26936) 2022-08-09 10:02:47 -07:00
recent_blockhashes_account.rs
reward_type.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00
rpc_port.rs
secp256k1_instruction.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
shred_version.rs
signature.rs
system_transaction.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
timing.rs
transaction_context.rs Adds `IndexOfAccount` type (#27599) 2022-09-06 11:31:40 +02:00
transport.rs