solana/snap
sakridge 2ea6f86199 Submit leader's vote after observing 2/3 validator votes (#780)
* fixup!

* fixups!

* send the vote and count it

* actually vote

* test

* Spelling fixes

* Process the voting transaction in the leader's bank

* Send tokens to the leader

* Give leader tokens in more cases

* Test for write_stage::leader_vote

* Request airdrop inside fullnode and not the script

* Change readme to indicate that drone should be up before leader

And start drone before leader in snap scripts

* Rename _kp => _keypair for keypairs and other review fixups

* Remove empty else
* tweak test_leader_vote numbers to be closer to testing 2/3 boundary
* combine creating blob and transaction for leader/validator
2018-07-31 22:07:53 -07:00
..
hooks Submit leader's vote after observing 2/3 validator votes (#780) 2018-07-31 22:07:53 -07:00
README.md Add snap/ README 2018-06-26 12:32:33 -07:00
snapcraft.yaml Rename client-demo to bench-tps 2018-07-21 11:36:20 -04:00

README.md

Development

If you're running Ubuntu 16.04 and already have snapcraft installed, simply run:

$ snapcraft

For other systems we provide a docker image that can be used for snap development:

$ ./ci/docker-run.sh solanalabs/snapcraft snapcraft -d

Reference