Commit Graph

464 Commits

Author SHA1 Message Date
Anton Kaliaev 64c756de47
use Makefile commands in readme [ci skip] 2017-11-12 22:30:41 -05:00
Anton Kaliaev 0f96d5d1f6
Merge pull request #126 from tendermint/124-version-command
version command
2017-11-09 17:08:02 -05:00
Paul 43c64163d8
Update socket_server.go
This is likely related to #125
2017-11-09 13:16:35 -04:00
Anton Kaliaev 10e1233f14
fix megacheck issues 2017-11-08 17:29:15 -05:00
Anton Kaliaev 430c49ea14
update deps 2017-11-08 17:20:20 -05:00
Anton Kaliaev 5efe88cd10
simplify Makefile install and build commands 2017-11-08 17:20:20 -05:00
Anton Kaliaev ecb1f02f77
add version cmd (Refs #124) 2017-11-08 17:20:10 -05:00
Ethan Buchman dc33aad9b4
Merge pull request #122 from tendermint/develop
Develop
2017-10-27 12:25:50 -04:00
Ethan Buchman c9612f094b glide 2017-10-27 12:13:16 -04:00
Ethan Buchman d973cb5df9 changelog and version 2017-10-27 12:12:34 -04:00
Ethan Buchman 66de53292e Merge pull request #117 from tendermint/cobra-not-urfave
use spf13/cobra instead of urfave/cli
2017-10-27 02:47:21 -04:00
Zach Ramsay f013ee5cf9 cli: use cobra's new ExactArgs() feature 2017-10-26 08:51:43 -04:00
Zach Ramsay 461191d2f7 cli: clean up error handling 2017-10-26 08:37:42 -04:00
Zach b5bdb6ec54 Merge pull request #119 from tendermint/93-fix-console-output
fix console output
2017-10-26 07:58:16 -04:00
Ethan Buchman a0e38dc583 dummy: verify pubkey is go-crypto encoded in DeliverTx. closes #51 2017-10-25 23:34:37 -04:00
Ethan Buchman 4884747eb7 tests: add simple client/server test with no addr prefix 2017-10-25 23:23:23 -04:00
Ethan Buchman b6a4ca6b3c remove testutil 2017-10-25 23:15:57 -04:00
Ethan Buchman 6c41ec65bc server: use cmn.ProtocolAndAddress 2017-10-25 23:04:20 -04:00
Zach Ramsay 4479e95709 console: fix tests 2017-10-23 19:54:38 -04:00
Zach Ramsay 36de70be10 console: fix output, closes #93 2017-10-23 19:35:02 -04:00
Zach Ramsay 3330cb4856 cleanup 2017-10-23 17:27:59 -04:00
Zach Ramsay 631844895f fixes 2017-10-23 17:18:46 -04:00
Zach Ramsay f9e14ad61b disable PersistenPreRun for counter/dummy 2017-10-23 17:18:46 -04:00
Zach Ramsay df5d9ac1bb consolidate counter/dummy into the binary, #95 2017-10-23 17:18:46 -04:00
Zach Ramsay 56f7d9627f update deps 2017-10-23 17:18:46 -04:00
Zach Ramsay f67e43625b Makefile: fix linter 2017-10-23 17:17:57 -04:00
Zach Ramsay 9883013adf use cobra, closes #101 2017-10-23 17:17:05 -04:00
Ethan Frey bb9bb4aa46 Merge pull request #116 from tendermint/feature/merkleeyes-to-iavl
merkleeyes to iavl
2017-10-23 14:26:12 +02:00
Ethan Frey 446e50ca9e Moved RandVal into test helper functions, as needed in other repos for testing 2017-10-23 14:20:15 +02:00
Ethan Frey e7ebf62092 Remove empty check after iavl fixup 2017-10-23 14:08:36 +02:00
Ethan Buchman a4443ddb0c update persistent dummy for versioned iavl 2017-10-23 00:06:50 -04:00
Ethan Frey 5162ed1b2b Remove gotype from metalinter so it passes (need newer go on circleci) 2017-10-19 15:21:03 +02:00
Ethan Frey 7aa00e9ddd Fix metalinter errors 2017-10-19 14:48:07 +02:00
Ethan Frey 46e1f1ae65 Cleaup based on Antons PR comments 2017-10-19 14:43:34 +02:00
Ethan Frey d236e0eef9 Fix trailing whitespace in tutorial test 2017-10-19 14:38:30 +02:00
Ethan Frey bae4e4acce Fix up commits, debug cli tests 2017-10-19 14:38:29 +02:00
Ethan Frey 9aff9f94dd dummy app now uses iavl 2017-10-19 14:38:29 +02:00
Ethan Buchman 5231003bfc Merge pull request #115 from tendermint/socket_client_StopOnErrorDeadlock-fix
socketClient: fix and test for StopForError deadlock
2017-10-18 20:54:42 -04:00
Emmanuel Odeke 46d94f8325
socketClient: fix and test for StopForError deadlock
Fixes https://github.com/tendermint/abci/issues/114.

Fix and test for StopForError deadlock due to accidental
Mutex misuse. The test should return instantenously if
StopForError works without erraneous contention, lest it regressed.
2017-10-17 22:08:22 -06:00
Anton Kaliaev 15cd7fb1e3
fix comment [ci skip] 2017-10-04 00:06:46 +04:00
Ethan Buchman 191c4b6d17 Merge pull request #111 from tendermint/develop
Develop
2017-09-22 11:16:23 -04:00
Ethan Buchman 88cb73d95a changelog 2017-09-22 11:16:09 -04:00
Ethan Buchman 667c2543ea use request struct for Info 2017-09-22 11:10:55 -04:00
Ethan Buchman 3d1fd4cefa Merge pull request #110 from tendermint/update-readme
readme: re-organize & update docs links
2017-09-22 10:45:59 -04:00
Ethan Buchman 39b206f2c1 version bump, changelog, glide 2017-09-22 10:38:45 -04:00
Zach Ramsay 47d6f71e5a Makefile: remove redundant lint 2017-09-22 10:11:22 -04:00
Zach Ramsay 96d2a2c92f readme: re-organize & update docs links 2017-09-22 10:10:56 -04:00
Ethan Buchman 94d1b8d364 Merge pull request #109 from tendermint/metalinter
Metalinter
2017-09-22 09:52:15 -04:00
Zach Ramsay fe426de5d4 lint: couple more fixes 2017-09-22 09:45:50 -04:00
Ethan Buchman a3ac825490 small fix 2017-09-22 09:14:45 -04:00