Zach Ramsay
c2f6ff759b
typo
2017-10-02 13:02:45 -04:00
Anton Kaliaev
45ff7cdd0c
rewrite ws client to expose a callback instead of a channel
...
callback gives more power to the publisher. plus it is optional
comparing to a channel, which will block the whole client if you won't
read from it.
2017-10-02 13:00:20 -04:00
Alexandre Thibault
ce36a0111a
rpc: subscribe on reconnection ( #689 )
...
* rpc: subscribe on reconnection
* rpc: fix unit tests
2017-10-02 13:00:20 -04:00
Martin Dyring-Andersen
b61f5482d4
Fix broken reference to ABCI
2017-10-02 13:00:20 -04:00
Anton Kaliaev
40b5defe18
release script [ci skip]
2017-10-02 13:00:20 -04:00
Tino Rusch
e40d1b36f7
docs: added passchain to the ecosystem.rst in the applications section;
2017-10-02 13:00:20 -04:00
Zach Ramsay
60a2867af2
docs/ecosystem: add ABCI implementations
2017-10-02 12:59:32 -04:00
Adrian Brink
bfdad916a2
Update ecosystem.rst
2017-10-02 12:59:32 -04:00
Tino Rusch
498ff803db
[README] added passchain to application list;
...
This adds passchain to the 'applications' part of the toplevel README.md file.
Passchain is a distributed password sharing system built on top of tendermint.
2017-10-02 12:59:32 -04:00
Anton Kaliaev
c8789492dc
update docker readme [ci skip]
2017-10-02 12:59:32 -04:00
Anton Kaliaev
1723836014
update Dockerfile [ci skip]
2017-10-02 12:59:32 -04:00
Anton Kaliaev
2d6bc8d7d7
bump up Golang version to 1.9.0
2017-10-02 12:59:32 -04:00
Ethan Buchman
7448c4adde
Merge pull request #690 from etherealmachine/patch-1
...
Fix typo in using-tendermint.rst
2017-10-01 11:03:16 -04:00
James Pettit
a221736eee
Fix typo in using-tendermint.rst
...
configutation -> configuration
2017-09-29 23:18:45 -07:00
Alexandre Thibault
382bead548
rpc: fix client websocket timeout ( #687 )
2017-09-29 13:32:30 +04:00
Alexis Sellier
e9e6ec3a2c
Implement Key/Value on Iterator for GoLevelDB
...
This is needed because leveldb reuses the keys on each iteration.
In our wrapper, we copy the key/value so that it is safe to store.
2017-09-28 17:43:47 +02:00
Alexis Sellier
219d4e8427
Add IteratorPrefix method to Iterator
2017-09-28 17:35:01 +02:00
Alexis Sellier
296d223545
Add Release & Error methods to Iterator
...
We need this to properly support LevelDB backend, which needs
to be released if we don't want to leak memory.
2017-09-28 17:26:24 +02:00
Anton Kaliaev
f9479b34cb
sleep time should be greater than readTimeout (5 sec)
...
otherwise, we're not testing ping/pongs.
see https://github.com/tendermint/tendermint/pull/687#issuecomment-332494735
2017-09-27 15:44:19 +04:00
Emmanuel Odeke
8be8127351
db: fix MemDB.Close
...
Fixes https://github.com/tendermint/tmlibs/issues/55
MemDB previously mistakenly set the actual DB pointer to nil
although that side effect is not visible to the outside world
since p is an identifier within the scope of just that function
call. However, @melekes and I had a discussion in which we
came to the conclusion that Close for an in-memory DB should
instead be a noop and not cause any data loss. See the
discussion on https://github.com/tendermint/tmlibs/pull/56 .
2017-09-26 15:29:51 -06:00
Greg Szabo
85e562004c
tendermint 0.11.0 compatibility
2017-09-25 11:11:20 -04:00
Emmanuel Odeke
925696ca65
Merge branch 'p2p-prune-unused-IPRangeCount-funcs' into develop
2017-09-22 21:09:41 -06:00
Emmanuel Odeke
0418d32276
Merge branch 'doc-file-started' into develop
2017-09-22 20:46:10 -06:00
Ethan Buchman
7682ad9a60
Merge pull request #675 from tendermint/release-v0.11.0
...
Release v0.11.0
v0.11.0
2017-09-22 13:48:52 -04:00
Ethan Buchman
3e92d295e4
glide for tmlibs 0.3.1
2017-09-22 13:25:10 -04:00
Ethan Buchman
9997e3a3b4
Merge pull request #54 from tendermint/develop
...
common: WriteFileAtomic use tempfile in current dir
2017-09-22 13:23:12 -04:00
Ethan Buchman
35838b6af8
changeloge, version
2017-09-22 13:22:02 -04:00
Ethan Buchman
3d98504c4c
common: WriteFileAtomic use tempfile in current dir
2017-09-22 13:20:13 -04:00
Zach Ramsay
2681f32bdd
circle: add metalinter to test
2017-09-22 12:35:52 -04:00
Ethan Buchman
661d336dd5
glide
2017-09-22 12:29:53 -04:00
Zach Ramsay
3c57c24921
linting: next round of fixes
2017-09-22 12:14:27 -04:00
Ethan Buchman
d1a00c684e
types: comments
2017-09-22 12:00:37 -04:00
Ethan Buchman
db034e079a
version bump
2017-09-22 11:44:57 -04:00
Ethan Buchman
7d983a548b
changelog
2017-09-22 11:44:25 -04:00
Ethan Buchman
8311f5c611
abci.Info takes a struct; less merkleeyes
2017-09-22 11:42:40 -04:00
Zach Ramsay
d6e03d2368
linting: add to Makefile & do some fixes
2017-09-22 11:42:29 -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
Ethan Buchman
311e8c1bf0
Merge pull request #30 from tendermint/develop
...
Develop
2017-09-22 10:29:28 -04:00
Ethan Buchman
e6ea9499ff
glide and changelog
2017-09-22 10:22:55 -04:00
Ethan Buchman
628791e5a5
Merge pull request #665 from tendermint/no-internet
...
p2p: allow listener with no external connection
2017-09-22 10:16:50 -04:00
Ethan Buchman
df857266b6
update glide
2017-09-22 10:14:05 -04:00
Ethan Buchman
ddb3d8945d
p2p: allow listener with no external connection
2017-09-22 10:13:23 -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