solana/runtime/src
Greg Fitzgerald f02a78d8ff
Add StakeInstruction::AuthorizeWithSeed (#11700)
* Add StakeInstruction::AuthorizeWithSeed

* chore: add authorize-with-seed to web.js

* fix: add address_owner

* Add SystemInstruction::TransferWithSeed

* Update ABI hash

* chore: better variable names

* Add AuthorizeWithSeedArgs

* Reorder and rename arguments for clarity
2020-08-21 18:28:01 +00:00
..
serde_snapshot Remove support for 1.1.0 version snapshots 2020-08-04 01:01:50 +00:00
accounts.rs Re-do rent collection check on rent-exempt account (#11349) 2020-08-17 14:22:16 +09:00
accounts_db.rs Accounts hash calculation metrics (#11433) 2020-08-06 21:39:10 -07:00
accounts_index.rs Move clean accounts to background service (#10898) 2020-07-02 22:25:17 -07:00
append_vec.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
bank.rs Fully enable cross program support in mainnet-beta 2020-08-18 06:30:43 -07:00
bank_client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
bank_forks.rs Rename largest_confirmed_root to highest_confirmed_root (#10947) 2020-07-07 23:59:46 +00:00
bank_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
blockhash_queue.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
bloom.rs Add custom print for Bloom object (#10971) 2020-07-10 11:53:24 -07:00
builtins.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
commitment.rs Add CommitmentSlots::new_from_slot() (#11600) 2020-08-13 03:51:15 +00:00
epoch_stakes.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
genesis_utils.rs Cleanup test utilities (#11723) 2020-08-20 05:04:38 +00:00
hardened_unpack.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
lib.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
loader_utils.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00
log_collector.rs Route all loader messages to log collector (#10528) 2020-06-13 13:20:08 -07:00
message_processor.rs Add SystemInstruction::CreateAccount support to CPI (#11649) 2020-08-17 13:38:42 -07:00
native_loader.rs panic on native load failure (#11182) 2020-07-23 12:11:01 -07:00
nonce_utils.rs clippy 2020-08-03 18:35:15 +00:00
rent_collector.rs Re-do rent collection check on rent-exempt account (#11349) 2020-08-17 14:22:16 +09:00
send_transaction_service.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
serde_snapshot.rs Remove support for 1.1.0 version snapshots 2020-08-04 01:01:50 +00:00
snapshot_package.rs Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09:00
snapshot_utils.rs Address latest nightly clippy lints, but globally disable stable_sort_primitive 2020-08-17 22:36:10 -07:00
stakes.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
status_cache.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
system_instruction_processor.rs Add StakeInstruction::AuthorizeWithSeed (#11700) 2020-08-21 18:28:01 +00:00
transaction_batch.rs Use OrderedIterator in TransactionStatusService (#11149) 2020-07-21 20:06:49 +00:00
transaction_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
vote_sender_types.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00