Commit Graph

161 Commits

Author SHA1 Message Date
Ethan Frey 8efeeb5f38 Add --debug flag to return full stack trace on error 2017-05-04 19:44:53 -04:00
Ethan Frey ef3b9610a1 Fixed up the --home flag, ebuchman check this out 2017-05-04 19:44:53 -04:00
Ethan Frey d05b8131a3 Updated glide with cobra/viper, fixed Makefile typo 2017-05-04 19:44:48 -04:00
Ethan Frey 5637a78854 Test setting config file as root 2017-05-04 19:43:33 -04:00
Ethan Frey 62427adbec First basic test case on setup functionality 2017-05-04 19:43:33 -04:00
Ethan Frey 435fd0ece7 Add clarifying comments as requested by Rigel 2017-05-04 19:43:33 -04:00
Ethan Buchman 7becd35126 cli: more descriptive naming 2017-05-04 19:43:33 -04:00
Ethan Buchman a95a60cb0b cli: support --root and --home 2017-05-04 19:43:33 -04:00
Ethan Frey d4ab9679d7 Fix up error in copyEnv 2017-05-02 17:16:22 +02:00
Ethan Frey b92bd8f6a8 Separate out PrepareBaseCmd, try to set env vars 2017-05-02 17:04:46 +02:00
Ethan Buchman f7c872981f Merge pull request #2 from tendermint/make_and_circle
Makefile and circle.yml
2017-05-01 11:33:24 -04:00
Ethan Buchman af637abf12 Makefile and circle.yml 2017-05-01 11:30:24 -04:00
Ethan Buchman df250b6941 docs: go-events -> tmlibs/events 2017-04-21 16:25:23 -04:00
Ethan Buchman 1ea866fd69 glide 2017-04-21 16:05:03 -04:00
Ethan Buchman 56d36c8f25 merkle: go-common -> tmlibs 2017-04-21 16:04:58 -04:00
Ethan Buchman fd296811df simple merkle tree 2017-04-21 15:33:25 -04:00
Ethan Buchman 2f8551d3b6 go-common -> tmlibs 2017-04-18 17:56:05 -04:00
Ethan Buchman 900be74e8f update import paths 2017-04-18 16:33:51 -04:00
Ethan Buchman 6f49ba4c3e merge go-process 2017-04-18 16:33:44 -04:00
Ethan Buchman 5b4dcddb59 Merge remote-tracking branch 'process/master' into unstable 2017-04-18 16:33:44 -04:00
Ethan Buchman 024fcb4fdb merge go-logger 2017-04-18 16:33:43 -04:00
Ethan Buchman e8ab6b7496 Merge remote-tracking branch 'logger/master' into unstable 2017-04-18 16:33:43 -04:00
Ethan Buchman 44274eeb58 merge go-flowrate 2017-04-18 16:33:42 -04:00
Ethan Buchman 125e25a929 Merge remote-tracking branch 'flowrate/master' into unstable 2017-04-18 16:33:42 -04:00
Ethan Buchman fe92e62a19 merge go-events 2017-04-18 16:33:40 -04:00
Ethan Buchman 3e8b7df789 Merge remote-tracking branch 'events/master' into unstable 2017-04-18 16:33:39 -04:00
Ethan Buchman fdbb10827d merge go-db 2017-04-18 16:33:35 -04:00
Ethan Buchman d234a164f7 Merge remote-tracking branch 'db/master' into unstable 2017-04-18 16:33:32 -04:00
Ethan Buchman acbd7caaf8 merge go-clist 2017-04-18 16:33:27 -04:00
Ethan Buchman 7ed7422e7f Merge remote-tracking branch 'clist/master' into unstable 2017-04-18 16:33:27 -04:00
Ethan Buchman a893bb119b merge go-autofile 2017-04-18 16:33:26 -04:00
Ethan Buchman e01445ea94 Merge remote-tracking branch 'autofile/master' into unstable 2017-04-18 16:33:26 -04:00
Ethan Buchman 356657a37b move all files to common/ to begin repo merge 2017-04-18 16:33:22 -04:00
Ethan Buchman 5aecd32554 merge.sh file for the repo merge 2017-04-18 16:33:07 -04:00
Ethan Buchman 9643f60bc2 Merge pull request #5 from tendermint/iterate-data
Exposed an iterator to access all of the underlying key/value pairs for all databases.
2017-04-18 15:47:42 -04:00
Ethan Buchman f9e3db0373 Merge pull request #11 from tendermint/develop
Develop
2017-04-18 15:39:03 -04:00
Ethan Buchman 714fdaee3b Merge pull request #9 from tendermint/bugfix/check-for-error-returned-by-impl
[service] check for error returned by impl
2017-04-13 13:52:23 -04:00
Paul W. Homer 2feff1ea16 Commented the empty table in c_level_db, and cleaned up the mem_db Value call. 2017-04-01 15:44:41 -04:00
Paul W. Homer 4fdcf51467 Refactored the iterator to follow Go constructor conventions. 2017-03-30 11:51:11 -04:00
Paul W. Homer 34e2d6638d Fixed a typo in LevelDB property names. 2017-03-29 09:09:01 -04:00
Anton Kaliaev dec518eb06
update comment [ci skip] [circleci skip] 2017-03-29 16:03:05 +04:00
Ethan Buchman 6af2364fa9 Merge pull request #10 from tendermint/recreate-quit-channel-on-reset
Recreate Quit channel on reset
2017-03-28 12:26:02 -04:00
Anton Kaliaev 7a12594edb
[service] recreate Quit channel on reset
don't think that user should do this thing him/herself
2017-03-28 13:56:48 +04:00
Anton Kaliaev c46ffe39a8
[service] check for error returned by impl
otherwise, we mark it as started when it is not in fact
2017-03-27 20:46:46 +04:00
Anton Kaliaev 75a539ae3d Merge pull request #3 from silasdavis/master
From the department of pedantry
2017-03-27 15:23:47 +04:00
Paul W. Homer 097e0abca9 Added in locking 2017-03-23 14:46:40 -04:00
Paul W. Homer 6064c80250 Modified all db types to conform to the interface changes. 2017-03-23 11:37:46 -04:00
Paul W. Homer d6205eb4ca Changed the iterations 2017-03-17 14:34:11 -04:00
Paul W. Homer bb8104b624 Exposed the LevelDB iterator in the DB struct. 2017-03-17 13:27:20 -04:00
Ethan Buchman dcb015dff6 repeat_timer: drain channel in Stop; done -> wg 2017-03-05 03:33:35 -05:00