solana/sdk/src
carllin 8c1b9a0b67
Data plane verification (#4639)
* Add signature to blob

* Change Signable trait to support returning references to signable data

* Add signing to broadcast

* Verify signatures in window_service

* Add testing for signatures to erasure

* Add RPC for getting current slot, consume RPC call in test_repairman_catchup for more deterministic results
2019-06-12 16:43:05 -07:00
..
syscall
account.rs
account_utils.rs
bpf_loader.rs
client.rs Data plane verification (#4639) 2019-06-12 16:43:05 -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
inflation.rs add inflation to genesis (#4652) 2019-06-11 21:42:31 -07:00
instruction.rs
instruction_processor_utils.rs
lib.rs add inflation to genesis (#4652) 2019-06-11 21:42:31 -07:00
loader_instruction.rs
message.rs
native_loader.rs
packet.rs
poh_config.rs
pubkey.rs
rpc_port.rs
short_vec.rs
signature.rs Data plane verification (#4639) 2019-06-12 16:43:05 -07:00
system_instruction.rs
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
timing.rs Poh subsystem cleanup, genesis plumbing, enable real PoH on edge testnet (#4292) 2019-05-18 14:01:36 -07:00
transaction.rs
transport.rs