solana-with-rpc-optimizations/sdk/src
Brian Anderson ebe25fdb56
Add API docs for secp256k1_instruction and secp256k1_recover (#26065)
* Add API docs for secp256k1_instruction and secp256k1_recover

* typo

* Remove unused variable from secp256k1 program test

* Bump solana_bpf_rust_secp256k1_recover ix count

Co-authored-by: Tyera Eulberg <tyera@solana.com>
2022-08-08 16:22:10 -06:00
..
signer Keypair: implement clone() (#26248) 2022-08-06 11:54:38 -06:00
transaction Clean up `nonce_must_be_writable` feature (#26444) 2022-07-07 15:45:19 +01: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 Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
builtins.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
client.rs Support sending versioned txs in AsyncClient (#23982) 2022-04-02 11:12:02 +08:00
commitment_config.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
compute_budget.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
derivation_path.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07: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 Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
exit.rs
feature.rs
feature_set.rs sign repair requests (#26833) 2022-07-31 15:48:51 -07: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 Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
hash.rs
inflation.rs
keyed_account.rs Deprecate `KeyedAccount` and `StackFrame` (#24480) 2022-04-19 17:11:04 +02:00
lib.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00
log.rs Remove the 5 integer msg! form 2021-12-11 09:37:11 -08:00
native_loader.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
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 Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
precompiles.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07: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 Fix transaction chunking on QUIC batch send (#26642) 2022-07-22 08:56:15 -07:00
recent_blockhashes_account.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
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 Add API docs for secp256k1_instruction and secp256k1_recover (#26065) 2022-08-08 16:22:10 -06:00
shred_version.rs
signature.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
system_transaction.rs Resized accounts must be rent exempt 2022-03-02 13:02:02 -08:00
timing.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
transaction_context.rs Cleanup: `record_instruction_in_transaction_context_push` (#26658) 2022-07-21 12:49:34 +02:00
transport.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00