solana-with-rpc-optimizations/sdk/src
Jack May ea179ad762
Bump compute budget (#11864)
* Bump compute budget

* nudge
2020-08-26 21:48:51 +00: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 Fix cbindgen compatibility (#11455) 2020-08-07 15:13:48 -07:00
abi_example.rs Switch programs activation to whole-set based gating (#11750) 2020-08-26 01:49:15 +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 Align host addresses (#11384) 2020-08-11 16:11:52 -07:00
bpf_loader_deprecated.rs Align host addresses (#11384) 2020-08-11 16:11:52 -07:00
builtins.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
clock.rs Switch programs activation to whole-set based gating (#11750) 2020-08-26 01:49:15 +09:00
commitment_config.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
decode_error.rs Move types to more appropriate files (#10638) 2020-06-17 10:39:14 -07:00
entrypoint.rs Add SystemInstruction::CreateAccount support to CPI (#11649) 2020-08-17 13:38:42 -07:00
entrypoint_native.rs Bump compute budget (#11864) 2020-08-26 21:48:51 +00: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 Fix bad rent in Bank::deposit as if since epoch 0 (#10468) 2020-08-12 00:04:32 +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 The constraints on compute power a program can consume is limited only to its instruction count (#11717) 2020-08-21 15:31:19 -07:00
lib.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07: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 Unified signature for create_program_address (#11460) 2020-08-10 10:24:11 -07:00
program_error.rs Force program address off the curve (#11323) 2020-08-05 16:35:54 -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 sdk: Make PubKey::create_program_address available in program unit tests (#11745) 2020-08-24 19:28:36 +02:00
rent.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
rpc_port.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
sanitize.rs thiserror, docs, remove general Failure case (#9741) 2020-04-29 18:12:51 -07:00
short_vec.rs Reimplement decode_len() with ShortU16 vistor helper 2020-08-14 08:17:52 -06: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 Add StakeInstruction::AuthorizeWithSeed (#11700) 2020-08-21 18:28:01 +00: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 From for SanitizeError > TransactionError 2020-08-05 06:06:57 +00:00
transport.rs