solana/sdk/src
Rob Walker 767efab941
add inflation to genesis (#4652)
* add inflation to genesis

* avoid having to write new()
2019-06-11 21:42:31 -07:00
..
syscall add current to bank syscalls (#4581) 2019-06-07 11:41:34 -07:00
account.rs Slimmer implementation of credit-only accounts (#4592) 2019-06-10 20:50:02 -06:00
account_utils.rs fix spelling (#4378) 2019-05-21 17:13:21 -07:00
bpf_loader.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
client.rs Extend GetBlockHash RPC API to include the fee scehdule for using the returned blockhash (#4222) 2019-05-13 12:49:37 -07:00
fee_calculator.rs Make lamports_per_signature dynamic based on cluster load (#4562) 2019-06-10 22:18:32 -07:00
genesis_block.rs add inflation to genesis (#4652) 2019-06-11 21:42:31 -07:00
hash.rs Add GPU based PoH verification (#4524) 2019-06-08 10:21:43 -06:00
inflation.rs add inflation to genesis (#4652) 2019-06-11 21:42:31 -07:00
instruction.rs Slimmer implementation of credit-only accounts (#4592) 2019-06-10 20:50:02 -06:00
instruction_processor_utils.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
lib.rs add inflation to genesis (#4652) 2019-06-11 21:42:31 -07:00
loader_instruction.rs _id => _pubkey variable renaming (#4419) 2019-05-23 23:20:04 -07:00
message.rs Slimmer implementation of credit-only accounts (#4592) 2019-06-10 20:50:02 -06:00
native_loader.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
packet.rs add bank hash to votes (#4381) 2019-05-21 21:45:38 -07:00
poh_config.rs Poh subsystem cleanup, genesis plumbing, enable real PoH on edge testnet (#4292) 2019-05-18 14:01:36 -07:00
pubkey.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
rpc_port.rs wallet/ now only dev-depends on core/ 2019-03-16 21:40:39 -07:00
short_vec.rs Limit short_vec length to u16, usize is overkill for our usage (#4588) 2019-06-06 20:18:41 -07:00
signature.rs add impl FromStr for Signature (#4315) 2019-05-16 14:54:31 -07:00
system_instruction.rs Slimmer implementation of credit-only accounts (#4592) 2019-06-10 20:50:02 -06:00
system_program.rs add solana_name_id, reassociate names with modules, modularize id tests (#4580) 2019-06-06 19:27:49 -07:00
system_transaction.rs Remove fee arg from system_transaction::* (#4346) 2019-05-20 10:03:19 -07:00
timing.rs Poh subsystem cleanup, genesis plumbing, enable real PoH on edge testnet (#4292) 2019-05-18 14:01:36 -07:00
transaction.rs remove payer from vote instructions (#4475) 2019-05-31 11:45:17 -07:00
transport.rs Write bench-tps in terms of client (#3904) 2019-04-19 15:04:36 -06:00