solana/sdk
Greg Fitzgerald 2ab50cbae8 Move untested code out of SDK
verify_signature() was only used in a test that was testing
binary layout. It only worked because the test transaction only
had one signature.

from() was only used by verify_signature() and that's something
we'd typically called `pubkey()`.

hash() didn't return the hash of the Transaction, as you might
guess. It's only used for PoH, so move it into Entry.
2019-03-28 14:24:59 -06:00
..
bpf Turn top-level Cargo.toml into a virtual manifest 2019-03-21 08:47:58 -07:00
docker-solana Overhaul cargo/rustc version management 2019-03-14 20:22:46 -07:00
src Move untested code out of SDK 2019-03-28 14:24:59 -06:00
Cargo.toml 0.13.0 2019-03-11 16:21:19 -07:00