Commit Graph

387 Commits

Author SHA1 Message Date
Anton Kaliaev fc7db13fa8
remove tags from CheckTx
add value_type field to KVPair
2017-11-20 18:21:59 -06:00
Anton Kaliaev 02399071ff
add ldconfig cmd to Dockerfile 2017-11-20 18:17:56 -06:00
Anton Kaliaev 29c1cd03ea
[make install_protoc] fix folder name 2017-11-20 17:09:18 -06:00
Anton Kaliaev 3cbf44058d
no need for protoc in make all since we have types.pb.go generated 2017-11-20 16:56:57 -06:00
Anton Kaliaev 8b71e47002
add linter for proto files (Fixes #128) 2017-11-20 16:56:57 -06:00
Anton Kaliaev 76bd68f881
add docker commands to Makefile 2017-11-20 16:56:57 -06:00
Anton Kaliaev 33b51378f2
reformat types.proto 2017-11-20 16:56:57 -06:00
Anton Kaliaev bb0d7e9526
add tags field to DeliverTx and CheckTx 2017-11-20 16:56:57 -06:00
Anton Kaliaev f07c300c14
add proto section to .editorconfig 2017-11-20 16:56:57 -06:00
Anton Kaliaev 87072d3810
add Dockerfile for development 2017-11-20 16:56:56 -06:00
Anton Kaliaev 480e4e4444
install protoc 2017-11-20 16:56:56 -06:00
Anton Kaliaev bee7c5c7aa
Merge tag 'v0.7.1' into develop
Tagged 0.7.1 release
2017-11-14 13:10:35 -06:00
Anton Kaliaev 76ef8a0697
Merge branch 'release/0.7.1' 2017-11-14 13:10:17 -06:00
Anton Kaliaev bac924e399
update version 2017-11-14 13:09:27 -06:00
Anton Kaliaev f808dd5596
update CHANGELOG 2017-11-14 13:09:19 -06:00
Anton Kaliaev a5f624174d
Merge pull request #135 from tendermint/server/minor-refactor
server: minor refactor
2017-11-14 13:02:05 -06:00
Anton Kaliaev bf34c378e9
Merge pull request #136 from tendermint/update-go-version-and-deps
Update go version and deps
2017-11-14 12:58:35 -06:00
Anton Kaliaev 1d49453ffb
fix integration tests (Fixes #131) 2017-11-14 12:53:40 -06:00
Anton Kaliaev f2bf7d1b2d
update go version to 1.9.2 2017-11-14 12:26:01 -06:00
Anton Kaliaev a52b98c70e
update deps 2017-11-14 12:25:52 -06:00
Ethan Buchman 3bd8782ab2 server: minor refactor 2017-11-14 17:10:22 +00:00
Ethan Buchman 3972635c23
Merge pull request #129 from paulrd/patch-1
Wrong 'error' variable is being read in socket_server.go
2017-11-14 16:54:49 +00:00
Anton Kaliaev 7dbf69df7d
Merge pull request #132 from tendermint/use-makefile-commands-in-readme
use Makefile commands in readme [ci skip]
2017-11-12 22:31:55 -05:00
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