solana/sdk/src
Tao Zhu 177a375479
Tpu vote 1.7 (#20187) (#20494)
* Add separate vote processing tpu port

* Add feature to send to tpu vote port

* Add vote rejecting sigverify mode

* use packet.meta.is_simple_vote_tx in place of deserialization

* consolidate code that identifies vote tx atcommon path for cpu and gpu

* new key for feature set

* banking forward tpu vote

* add tpu vote port to dockerfile and other review changes

* Simplify thread id compare

* fix a test; updated cluster_info ABI change

Co-authored-by: Tao Zhu <tao@solana.com>

Co-authored-by: sakridge <sakridge@gmail.com>
2021-10-07 09:38:23 +00:00
..
signer clippy: Use `unwrap_or_default()` 2021-08-23 11:17:21 -05:00
transaction Cleanup and standardize precompiles (#19918) 2021-09-17 11:36:57 -07:00
account.rs Shorten long SerializeWith type paths in abi digest (#18734) 2021-07-20 08:59:50 -05:00
account_utils.rs Account->AccountSharedData (#15691) 2021-03-09 15:06:07 -06:00
builtins.rs
client.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
commitment_config.rs Optimize RPC pubsub for multiple clients with the same subscription (#18943) 2021-09-17 13:40:14 -06:00
compute_budget.rs Add return data implementation 2021-09-10 14:25:54 +01:00
derivation_path.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
deserialize_utils.rs
ed25519_instruction.rs Simplify ed25519 instruction index 2021-10-05 14:14:05 +01:00
entrypoint.rs
entrypoint_deprecated.rs
entrypoint_native.rs Refactoring: Move KeyedAccounts to InvokeContext (#15410) 2021-04-19 18:48:48 +02:00
epoch_info.rs
exit.rs Rename ValidatorExit and move to sdk (#17728) 2021-06-04 03:06:13 +00:00
feature.rs Add comments on how to add a new feature switch (#18686) 2021-07-18 12:48:09 -05:00
feature_set.rs Tpu vote 1.7 (#20187) (#20494) 2021-10-07 09:38:23 +00:00
genesis_config.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
hard_forks.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
hash.rs
inflation.rs
keyed_account.rs Add method `id` to SysbarId trait (#18604) 2021-07-13 16:01:32 +00:00
lib.rs Cleanup and standardize precompiles (#19918) 2021-09-17 11:36:57 -07:00
log.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
native_loader.rs Simplify account.rent_epoch handling for sysvar rent (#16049) 2021-03-25 15:23:20 +09:00
nonce_account.rs owner -> owner() (#16783) 2021-04-26 17:06:40 +00:00
nonce_keyed_account.rs nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06:00
packet.rs sigverify to identify and mark simple vote transaction 2021-09-26 08:57:29 -04:00
poh_config.rs Add trait for saturating arithmetic (#15812) 2021-03-12 06:22:40 +00:00
precompiles.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
process_instruction.rs Simplifies return_data accessors in InvokeContext. (#20290) 2021-09-29 19:11:06 +02:00
program_utils.rs
pubkey.rs
recent_blockhashes_account.rs Deprecate SysvarRecentBlockhashes (#18875) 2021-07-27 16:34:21 -07:00
rpc_port.rs
secp256k1_instruction.rs Dont call precompiled programs (#19930) 2021-09-29 06:25:08 +00:00
shred_version.rs Sdk: start to appease clippy's integer arithmetic check (#15736) 2021-03-08 18:37:57 -07:00
signature.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
system_transaction.rs
timing.rs add a few useful methods to AtomicInterval (#20152) 2021-09-24 10:27:23 -05:00
transport.rs