solana/sdk/src
Rob Walker a7040896f0
Update to rust 1.40.0 (#7572)
* Update to rust 1.40.0

* fixups
2019-12-19 23:27:54 -08:00
..
sysvar Remove duplicate def of MAX_SLOT_HASHES (#7574) 2019-12-19 21:24:12 -08:00
account.rs Remove runtime dependency from config program unit tests and move back to config program (#7277) 2019-12-04 19:24:12 -08:00
account_info.rs Cleanup program account def (#5833) 2019-09-06 17:32:14 -07:00
account_utils.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
bank_hash.rs hash account state on store (#5573) 2019-09-20 13:21:12 -07:00
bpf_loader.rs Use procedural macro to generate static public keys (#7219) 2019-12-03 17:55:18 -08:00
client.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
clock.rs Add time since genesis to sysvar::clock (#7289) 2019-12-12 14:03:43 -08:00
commitment_config.rs Add show-block-production command 2019-12-19 00:02:11 -07:00
entrypoint.rs Upgrade to rust 1.39.0 (#6939) 2019-11-14 12:27:01 -07:00
epoch_schedule.rs Revert "Revert "add genesis stake placeholders (#6969)" (#7109)" (#7124) 2019-11-25 15:11:55 -08:00
fee_calculator.rs make tx fee's burn percent in proper range (#7226) 2019-12-03 12:25:43 -08:00
genesis_config.rs Add time since genesis to sysvar::clock (#7289) 2019-12-12 14:03:43 -08:00
hash.rs Check account hashes in snapshot (#7559) 2019-12-20 09:39:30 +09:00
inflation.rs Revert "Revert "Add inflation to epoch phases (#6787)" (#6802)" (#6806) 2019-11-07 18:33:14 -08:00
instruction.rs Add offline signing support to CLI (#7104) 2019-11-25 21:09:57 -08:00
instruction_processor_utils.rs Remove deprecated solana_entrypoint macro (#7257) 2019-12-04 00:42:50 -08:00
lib.rs Remove workaround of old Rust-BPF (#7422) 2019-12-10 23:19:13 -08:00
loader_instruction.rs Revert "Make instruction data opaque to runtime (#6470)" (#6564) 2019-10-25 16:22:41 -07:00
log.rs Inline BPF log functions (#6007) 2019-09-20 15:40:41 -07:00
message.rs Add parent slot to getConfirmedBlock (#7038) 2019-11-19 09:39:55 -07:00
move_loader.rs Use procedural macro to generate static public keys (#7219) 2019-12-03 17:55:18 -08:00
native_loader.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
native_token.rs Remove lingering references to base-2 SOLs (#6629) 2019-10-30 14:59:44 -07:00
nonce_instruction.rs Durable Nonce - Authorized Noncer (#7417) 2019-12-17 09:34:21 -05:00
nonce_program.rs Add program and runtime support for Durable Transaction Nonces (#6845) 2019-12-07 12:54:10 -07:00
nonce_state.rs Durable Nonce - Authorized Noncer (#7417) 2019-12-17 09:34:21 -05:00
packet.rs Remove Blobs and switch to Packets (#6937) 2019-11-14 10:24:53 -08:00
poh_config.rs Add getBlockTime rpc api (#7130) 2019-11-26 00:40:36 -07:00
pubkey.rs Update to rust 1.40.0 (#7572) 2019-12-19 23:27:54 -08:00
rent.rs show rent model (#7410) 2019-12-10 14:50:55 -08:00
rpc_port.rs
short_vec.rs Don't panic on packet data (#6769) 2019-11-06 14:32:37 -08:00
signature.rs Allow secure keypair input for solana-validator cli (#7080) 2019-11-22 10:20:40 -05:00
slot_hashes.rs Remove duplicate def of MAX_SLOT_HASHES (#7574) 2019-12-19 21:24:12 -08:00
system_instruction.rs Add create-address-with-seed to solana-cli (#7472) 2019-12-14 04:38:24 -08:00
system_program.rs Use bs58 strings to declare IDs rather then raw bytes (#7082) 2019-11-21 16:34:40 -08:00
system_transaction.rs require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
timing.rs Add intermittent Timestamping to Votes (#7233) 2019-12-06 14:38:49 -07:00
transaction.rs Use term dapp only in places where the application needs to run entirely on-chain (#7446) 2019-12-12 10:38:09 -07:00
transport.rs