solana/fullnode
Greg Fitzgerald 0ef1fa7c76 Replace RemoteVoteSigner with a user-supplied keypair
Vote program currently offers no path to vote with the
authorized voter. There should be a
VoteInstruction::new_authorized_vote() that accepts the
keypair of the authorized voter and the pubkey of the vote
account. The only option in current code is
VoteInstruction::new_vote() that accepts the voter's keypair
and assumes that pubkey is the vote account.
2019-03-07 17:15:36 -07:00
..
src Replace RemoteVoteSigner with a user-supplied keypair 2019-03-07 17:15:36 -07:00
Cargo.toml Delete fullnode-config/ 2019-03-04 15:49:02 -08:00