solana/sdk/src
Ryo Onodera 40ccade5cc
Update to rust 1.44.0 (#10585)
* Update rust 1.44.0

* Update rust nightly 1.46.0

* Update docs

* Fix clippy errors

* Compile all source code with stable and nightly

* Add another note

* script tweaks

* Fix a test...

* Add another workaround

* Add hack

* Increase timeout...

* Revert "Add hack"

This reverts commit 5960f087203be8792ec0728a6755288c317a2788.

* Revert "Add another workaround"

This reverts commit e14300d01ffd1b8e86e676662177545549b45c13.

* Require nightly rustfmt and use older nightly a bit

* Improve document a bit

* Revert now not-existing clippy check...
2020-06-17 01:32:16 +09: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 Introduce automatic ABI maintenance mechanism (1/2; prepare) (#10335) 2020-06-03 20:51:56 +09:00
abi_example.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00
account.rs Remove hash field from account (#9915) 2020-05-12 23:39:46 +08:00
account_info.rs Expose executable and rent_epoch in AccountInfo (#8619) 2020-03-04 10:52:09 -08:00
account_utils.rs Cleanup SDK use syntax (#8004) 2020-01-28 16:11:22 -08:00
bpf_loader.rs
client.rs Expose last-valid-slot to BankClient and ThinClient users (#10478) 2020-06-09 17:07:32 -07:00
clock.rs Clean up delinquency slot distance computation 2020-06-09 11:27:30 -07:00
commitment_config.rs Add SingleGossip commitment level to use for subscriptions (#10147) 2020-05-22 12:55:17 -07:00
entrypoint.rs Expose executable and rent_epoch in AccountInfo (#8619) 2020-03-04 10:52:09 -08:00
entrypoint_native.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
epoch_info.rs Add option to wait for a specific epoch length to bench-tps (#10083) 2020-05-20 16:42:46 -07:00
epoch_schedule.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
fee_calculator.rs Panic if no fee-payer found via Message::new() (#10050) 2020-05-15 12:23:09 -07:00
genesis_config.rs Include GenesisConfig inflation in Display (#10282) 2020-05-27 22:35:19 -07:00
hard_forks.rs Remove folds (#10128) 2020-05-19 18:13:41 -07:00
hash.rs Introduce eager rent collection (#9527) 2020-05-13 16:22:14 +09:00
incinerator.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
inflation.rs Improve Rpc inflation tooling (#10309) 2020-05-29 11:50:25 -07:00
instruction.rs Remove WithSigner (#10325) 2020-05-29 23:17:44 -07:00
lib.rs Introduce automatic ABI maintenance mechanism (1/2; prepare) (#10335) 2020-06-03 20:51:56 +09:00
loader_instruction.rs Cleanup program docs (#10283) 2020-05-29 20:29:24 -06:00
log.rs Add account accessor functions (#7966) 2020-01-24 14:34:59 -08:00
message.rs Remove WithSigner (#10325) 2020-05-29 23:17:44 -07:00
move_loader.rs Revert "Add native loader entry points (#9275)" Breaks genesis_config abi (#9377) 2020-04-08 14:36:18 -07:00
native_loader.rs Remove hash field from account (#9915) 2020-05-12 23:39:46 +08:00
native_token.rs
packet.rs Cleanup SDK use syntax (#8004) 2020-01-28 16:11:22 -08:00
poh_config.rs
program.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
program_error.rs Nit: ProgramError cleanup (#9273) 2020-04-02 17:46:51 -07:00
program_utils.rs Rename program_utils.rs (#8127) 2020-02-05 12:48:30 -08:00
pubkey.rs Program address nits (#10261) 2020-05-26 19:32:19 -07:00
rent.rs
rpc_port.rs
sanitize.rs thiserror, docs, remove general Failure case (#9741) 2020-04-29 18:12:51 -07:00
short_vec.rs Cleanup SDK use syntax (#8004) 2020-01-28 16:11:22 -08:00
shred_version.rs Move shred_version module to sdk/ 2020-02-24 14:46:12 -07:00
signature.rs cleanup clippy tests (#10172) 2020-05-29 00:26:06 -07:00
signers.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
slot_hashes.rs Fix slot_hashes documentation 2020-02-06 10:06:16 -07:00
slot_history.rs cleanup clippy tests (#10172) 2020-05-29 00:26:06 -07:00
stake_history.rs Remove support for stake redelegation (#7995) 2020-01-29 17:59:14 -08:00
system_instruction.rs Remove WithSigner (#10325) 2020-05-29 23:17:44 -07:00
system_program.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
system_transaction.rs One less alloc per transaction (#9705) 2020-04-24 13:03:46 -06:00
timing.rs Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
transaction.rs Use thiserror's display for TransactionError (#10233) 2020-05-25 16:13:09 -07:00
transport.rs CLI: Error message cleanup (#8804) 2020-03-12 23:20:49 -07:00