solana/sdk/src
Trent Nelson c421d7f1b8 Test that off-curve pubkeys fail signature verify 2020-07-31 14:21:03 -06:00
..
nonce Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
sysvar 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
abi_digester.rs Ensure to digest non-empty snapshot_storages and add asserts (#11021) 2020-07-13 15:58:34 +00:00
abi_example.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
account.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
account_info.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
account_utils.rs
bpf_loader.rs
client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
clock.rs Clean up delinquency slot distance computation 2020-06-09 11:27:30 -07:00
commitment_config.rs Add a default commitment-level (#10935) 2020-07-07 03:05:55 +00:00
decode_error.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
entrypoint.rs Skip entrypoint in programs (#11176) 2020-07-23 19:44:59 +00:00
entrypoint_native.rs Disable cross-program invocations for OperatingMode::Stable (#11272) 2020-07-29 15:29:52 -07:00
epoch_info.rs getEpochInfo RPC endpoint now includes the current block height 2020-07-21 17:24:07 -07:00
epoch_schedule.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
fee_calculator.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
genesis_config.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
hard_forks.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
hash.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
incinerator.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
inflation.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
instruction.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
lib.rs Remove move_loader and librapay (#11184) 2020-07-23 15:08:59 -06:00
loader_instruction.rs Cleanup program docs (#10283) 2020-05-29 20:29:24 -06:00
log.rs
message.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
native_loader.rs Remove hash field from account (#9915) 2020-05-12 23:39:46 +08:00
native_token.rs Add --warp-epoch and --force-inflation to ledger-tool cap. (#11107) 2020-07-20 19:09:38 +09:00
packet.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
poh_config.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
program.rs Use &[u8] for program address seeds rather then &str (#10744) 2020-06-22 16:51:43 -07:00
program_error.rs Add PubkeyError for ProgramError (#10748) 2020-06-23 11:19:27 -07:00
program_stubs.rs spl memo linking windows (#11000) 2020-07-10 18:39:52 -07:00
program_utils.rs chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867) 2020-07-09 00:08:05 +00:00
pubkey.rs Revert "Land program addresses on the curve (#11174)" (#11253) 2020-07-29 11:33:45 -07:00
rent.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
rpc_port.rs
sanitize.rs thiserror, docs, remove general Failure case (#9741) 2020-04-29 18:12:51 -07:00
short_vec.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
shred_version.rs
signature.rs Test that off-curve pubkeys fail signature verify 2020-07-31 14:21:03 -06:00
signers.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
slot_hashes.rs
slot_history.rs Expose SlotHistory::oldest() -> Slot (#10799) 2020-06-25 18:23:31 +09:00
stake_history.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
system_instruction.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
system_program.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
system_transaction.rs Remove fee-payer guesswork from Message and Transaction (#10776) 2020-06-24 14:52:38 -06:00
timing.rs Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
transaction.rs Add Bank support for "upgrade epochs" where all non-vote transactions will be rejected 2020-07-17 08:48:42 -07:00
transport.rs