solana/runtime/src
Greg Fitzgerald 8d032aba9d Merge InstructionError and ProgramError
From the user's perspective, it's just an instruction error.
For program-specific errors, we still have
InstructionError::CustomError.
2019-03-18 10:39:20 -06: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 Rename StaticEntrypoint to ProcessInstruction 2019-03-18 08:22:54 -07:00
bank_client.rs Rename TransactionCompiler to Script and use it to replace the type alias 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
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 Merge InstructionError and ProgramError 2019-03-18 10:39:20 -06:00
runtime.rs Merge InstructionError and ProgramError 2019-03-18 10:39:20 -06:00
status_cache.rs Move TransactionError into the SDK 2019-03-13 21:26:57 -06:00
system_program.rs Merge InstructionError and ProgramError 2019-03-18 10:39:20 -06:00