136b6a7673
rpc/lib: remove dead files, closes #710
2017-10-04 17:45:15 -04:00
068f01368f
blockchain/reactor: respondWithNoResponseMessage for missing height
...
Fixes #514
Replaces #540
If a peer requests a block with a height that we don't have
respond with a bcNoBlockResponseMessage.
However, according to the Tendermint spec, if all nodes are honest
this condition shouldn't occur, so this is a possible hint of an
dishonest node.
2017-10-04 17:27:10 -04:00
f23d47e5d2
upnp: keep a link
2017-10-04 17:19:49 -04:00
09aed7ee89
Merge pull request #707 from tendermint/619-how-to-read-logs
...
How To Read Logs guide
2017-10-04 16:55:20 -04:00
d56b44f3a5
all: no more anonymous imports
2017-10-04 16:40:45 -04:00
9e4c25761c
relative links [ci skip]
2017-10-04 23:33:31 +04:00
54f2cc9709
[docs] add how to read logs guide [ci skip]
2017-10-04 18:35:22 +04:00
31a7e2b3b4
Merge pull request #704 from tendermint/no-empty-docs
...
document no empty blocks
2017-10-03 23:56:05 -04:00
00ab3daa0c
document no empty blocks, closes #605 [ci skip]
2017-10-03 23:55:45 -04:00
bbf0228aa7
Merge pull request #700 from tendermint/695-improve-app-dev-docs
...
Improve app dev docs
2017-10-03 23:40:21 -04:00
6550199751
[docs] minor fixes from review [ci skip]
2017-10-03 23:39:46 -04:00
10f361fcd0
[docs] use persistent_dummy only when needed [ci skip]
2017-10-04 00:04:45 +04:00
4a0ae17401
[docs] include examples from the persistent_dummy app [ci skip]
2017-10-04 00:04:32 +04:00
8537070575
[docs] restructure sentence [ci skip]
2017-10-04 00:04:22 +04:00
9cbcd4b5e3
Merge pull request #692 from tendermint/unstable
...
add the unstable changes
2017-10-03 12:47:16 -04:00
4fa4e617b7
docs/ecosystem: add stratumn
2017-10-03 12:47:01 -04:00
2e598a7caf
one more fix
2017-10-03 11:26:32 -04:00
031eb23dc8
docs: fix build warnings
2017-10-03 11:23:08 -04:00
edd718c580
Update ecosystem.rst
2017-10-03 11:14:24 -04:00
392a041c2b
Merge pull request #699 from tendermint/update-getting-started-docs
...
remove unnecessary args in abci_query call in getting-started [ci skip]
2017-10-03 10:41:36 -04:00
8727bfc265
remove unnecessary args in abci_query call in getting-started [ci skip]
...
Since 0.10.0, RPC does not require all args (default values will be used).
2017-10-03 16:21:48 +04:00
84e39203bb
readme points to ecosystem doc; add lotion, clean up
2017-10-02 23:46:35 -04:00
97e9802255
fix out of range error in VoteSet.addVote
2017-10-02 23:34:06 -04:00
8c6bd44929
log stack trace on consensus failure
2017-10-02 23:34:06 -04:00
ed5511dc08
glide: update for autofile fix
2017-10-02 23:34:02 -04:00
aa57e89e21
changelog: add genesis amount->power
2017-10-02 14:28:04 -04:00
c2f6ff759b
typo
2017-10-02 13:02:45 -04:00
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
ce36a0111a
rpc: subscribe on reconnection ( #689 )
...
* rpc: subscribe on reconnection
* rpc: fix unit tests
2017-10-02 13:00:20 -04:00
b61f5482d4
Fix broken reference to ABCI
2017-10-02 13:00:20 -04:00
40b5defe18
release script [ci skip]
2017-10-02 13:00:20 -04:00
e40d1b36f7
docs: added passchain to the ecosystem.rst in the applications section;
2017-10-02 13:00:20 -04:00
60a2867af2
docs/ecosystem: add ABCI implementations
2017-10-02 12:59:32 -04:00
bfdad916a2
Update ecosystem.rst
2017-10-02 12:59:32 -04:00
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
c8789492dc
update docker readme [ci skip]
2017-10-02 12:59:32 -04:00
1723836014
update Dockerfile [ci skip]
2017-10-02 12:59:32 -04:00
2d6bc8d7d7
bump up Golang version to 1.9.0
2017-10-02 12:59:32 -04:00
7448c4adde
Merge pull request #690 from etherealmachine/patch-1
...
Fix typo in using-tendermint.rst
2017-10-01 11:03:16 -04:00
a221736eee
Fix typo in using-tendermint.rst
...
configutation -> configuration
2017-09-29 23:18:45 -07:00
382bead548
rpc: fix client websocket timeout ( #687 )
2017-09-29 13:32:30 +04:00
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
925696ca65
Merge branch 'p2p-prune-unused-IPRangeCount-funcs' into develop
2017-09-22 21:09:41 -06:00
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
3e92d295e4
glide for tmlibs 0.3.1
2017-09-22 13:25:10 -04:00
661d336dd5
glide
2017-09-22 12:29:53 -04:00
d1a00c684e
types: comments
2017-09-22 12:00:37 -04:00
db034e079a
version bump
2017-09-22 11:44:57 -04:00
7d983a548b
changelog
2017-09-22 11:44:25 -04:00
8311f5c611
abci.Info takes a struct; less merkleeyes
2017-09-22 11:42:40 -04:00