Anton Kaliaev
76ef8a0697
Merge branch 'release/0.7.1'
7 years ago
Anton Kaliaev
bac924e399
update version
7 years ago
Anton Kaliaev
f808dd5596
update CHANGELOG
7 years ago
Anton Kaliaev
a5f624174d
Merge pull request #135 from tendermint/server/minor-refactor
server: minor refactor
7 years ago
Anton Kaliaev
bf34c378e9
Merge pull request #136 from tendermint/update-go-version-and-deps
Update go version and deps
7 years ago
Anton Kaliaev
1d49453ffb
fix integration tests ( Fixes #131 )
7 years ago
Anton Kaliaev
f2bf7d1b2d
update go version to 1.9.2
7 years ago
Anton Kaliaev
a52b98c70e
update deps
7 years ago
Ethan Buchman
3bd8782ab2
server: minor refactor
7 years ago
Ethan Buchman
3972635c23
Merge pull request #129 from paulrd/patch-1
Wrong 'error' variable is being read in socket_server.go
7 years ago
Anton Kaliaev
7dbf69df7d
Merge pull request #132 from tendermint/use-makefile-commands-in-readme
use Makefile commands in readme [ci skip]
7 years ago
Anton Kaliaev
64c756de47
use Makefile commands in readme [ci skip]
7 years ago
Anton Kaliaev
0f96d5d1f6
Merge pull request #126 from tendermint/124-version-command
version command
7 years ago
Paul
43c64163d8
Update socket_server.go
This is likely related to #125
7 years ago
Anton Kaliaev
10e1233f14
fix megacheck issues
7 years ago
Anton Kaliaev
430c49ea14
update deps
7 years ago
Anton Kaliaev
5efe88cd10
simplify Makefile install and build commands
7 years ago
Anton Kaliaev
ecb1f02f77
add version cmd (Refs #124 )
7 years ago
Ethan Buchman
dc33aad9b4
Merge pull request #122 from tendermint/develop
Develop
7 years ago
Ethan Buchman
c9612f094b
glide
7 years ago
Ethan Buchman
d973cb5df9
changelog and version
7 years ago
Ethan Buchman
66de53292e
Merge pull request #117 from tendermint/cobra-not-urfave
use spf13/cobra instead of urfave/cli
7 years ago
Zach Ramsay
f013ee5cf9
cli: use cobra's new ExactArgs() feature
7 years ago
Zach Ramsay
461191d2f7
cli: clean up error handling
7 years ago
Zach
b5bdb6ec54
Merge pull request #119 from tendermint/93-fix-console-output
fix console output
7 years ago
Ethan Buchman
a0e38dc583
dummy: verify pubkey is go-crypto encoded in DeliverTx. closes #51
7 years ago
Ethan Buchman
4884747eb7
tests: add simple client/server test with no addr prefix
7 years ago
Ethan Buchman
b6a4ca6b3c
remove testutil
7 years ago
Ethan Buchman
6c41ec65bc
server: use cmn.ProtocolAndAddress
7 years ago
Zach Ramsay
4479e95709
console: fix tests
7 years ago
Zach Ramsay
36de70be10
console: fix output, closes #93
7 years ago
Zach Ramsay
3330cb4856
cleanup
7 years ago
Zach Ramsay
631844895f
fixes
7 years ago
Zach Ramsay
f9e14ad61b
disable PersistenPreRun for counter/dummy
7 years ago
Zach Ramsay
df5d9ac1bb
consolidate counter/dummy into the binary, #95
7 years ago
Zach Ramsay
56f7d9627f
update deps
7 years ago
Zach Ramsay
f67e43625b
Makefile: fix linter
7 years ago
Zach Ramsay
9883013adf
use cobra, closes #101
7 years ago
Ethan Frey
bb9bb4aa46
Merge pull request #116 from tendermint/feature/merkleeyes-to-iavl
merkleeyes to iavl
7 years ago
Ethan Frey
446e50ca9e
Moved RandVal into test helper functions, as needed in other repos for testing
7 years ago
Ethan Frey
e7ebf62092
Remove empty check after iavl fixup
7 years ago
Ethan Buchman
a4443ddb0c
update persistent dummy for versioned iavl
7 years ago
Ethan Frey
5162ed1b2b
Remove gotype from metalinter so it passes (need newer go on circleci)
7 years ago
Ethan Frey
7aa00e9ddd
Fix metalinter errors
7 years ago
Ethan Frey
46e1f1ae65
Cleaup based on Antons PR comments
7 years ago
Ethan Frey
d236e0eef9
Fix trailing whitespace in tutorial test
7 years ago
Ethan Frey
bae4e4acce
Fix up commits, debug cli tests
7 years ago
Ethan Frey
9aff9f94dd
dummy app now uses iavl
7 years ago
Ethan Buchman
5231003bfc
Merge pull request #115 from tendermint/socket_client_StopOnErrorDeadlock-fix
socketClient: fix and test for StopForError deadlock
7 years ago
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.
7 years ago