solana/runtime/src
Rob Walker ea0ba19089
Add SystemInstruction::CreateAccountWithSeed (#7390)
* address generator

* coverage

* fixups

* remove ascii restriction

* illustrate that utf-8 doesn't expand the space
2019-12-12 11:12:09 -08:00
..
accounts.rs Add program and runtime support for Durable Transaction Nonces (#6845) 2019-12-07 12:54:10 -07:00
accounts_db.rs Include rent_epoch and executable into account hash (#7415) 2019-12-12 13:03:33 +09:00
accounts_index.rs Accounts index updates, remove pubkey when dead account (#7408) 2019-12-11 11:11:31 -08:00
append_vec.rs Include rent_epoch and executable into account hash (#7415) 2019-12-12 13:03:33 +09:00
bank.rs distribute leftover lamports (#7396) 2019-12-11 02:41:08 +05:30
bank_client.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
blockhash_queue.rs
bloom.rs
genesis_utils.rs Add program and runtime support for Durable Transaction Nonces (#6845) 2019-12-07 12:54:10 -07:00
lib.rs Add program and runtime support for Durable Transaction Nonces (#6845) 2019-12-07 12:54:10 -07:00
loader_utils.rs
message_processor.rs Add program and runtime support for Durable Transaction Nonces (#6845) 2019-12-07 12:54:10 -07:00
native_loader.rs Remove deprecated solana_entrypoint macro (#7257) 2019-12-04 00:42:50 -08:00
nonce_utils.rs Address post-merge review for #7353 (#7378) 2019-12-09 12:54:10 -08:00
rent_collector.rs skip sysvars while assessing rent (#7015) 2019-11-19 01:31:27 +05:30
serde_utils.rs
stakes.rs Expose stake delegations from bank for winner tool (#7354) 2019-12-08 20:52:01 -08:00
status_cache.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
storage_utils.rs turn on rent (#7368) 2019-12-09 21:56:43 -08:00
system_instruction_processor.rs Add SystemInstruction::CreateAccountWithSeed (#7390) 2019-12-12 11:12:09 -08:00
transaction_batch.rs
transaction_utils.rs