solana/runtime/src
Greg Fitzgerald ae4d14a2ad Introducing Scripts
A sequence of instructions. A client compiles the script and then uses
the compiled script to construction a transaction. Then it adds a
adds a blockhash, signs the transaction, and sends it off for
processing.
2019-03-18 08:22:54 -07:00
..
accounts.rs Organize accounts on a per fork basis (#3336) 2019-03-16 23:42:32 -07:00
append_vec.rs Rename userdata to data (#3282) 2019-03-14 10:48:27 -06:00
bank.rs Allow tests to add instruction processors 2019-03-18 08:22:54 -07:00
bank_client.rs Introducing Scripts 2019-03-18 08:22:54 -07:00
blockhash_queue.rs Rename hash_queue and fix boundary condition (#3289) 2019-03-14 11:56:36 -07:00
bloom.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
lib.rs Allow tests to add instruction processors 2019-03-18 08:22:54 -07:00
loader_utils.rs pass Pubkeys as refs, copy only where values needed (#3213) 2019-03-09 19:28:43 -08:00
native_loader.rs Rename userdata to data (#3282) 2019-03-14 10:48:27 -06:00
runtime.rs Allow tests to add instruction processors 2019-03-18 08:22:54 -07:00
status_cache.rs Move TransactionError into the SDK 2019-03-13 21:26:57 -06:00
system_program.rs Rename userdata to data (#3282) 2019-03-14 10:48:27 -06:00