Anton Kaliaev
|
37ce6b195a
|
ValidatorSet#GetByAddress: return -1 if no validator was found
|
2018-04-04 10:42:34 +02:00 |
|
Ethan Buchman
|
7aa6d36258
|
Merge pull request #1412 from tendermint/bucky/exit-conR-subscribe-routine
consensus: check for closed subscription channels and exit routine
|
2018-04-03 23:53:48 +03:00 |
|
Ethan Buchman
|
5c3d3f0875
|
Merge pull request #194 from Tilkal/random-missing-methods
Random missing methods
|
2018-04-03 23:52:16 +03:00 |
|
Ethan Buchman
|
991017fc41
|
Merge pull request #1336 from tendermint/zarko/1308-add-light-client-spec
Add light client spec
|
2018-04-03 23:02:32 +03:00 |
|
Ethan Buchman
|
5f548c7679
|
consensus: close pubsub channels. fixes #1372
|
2018-04-03 22:57:32 +03:00 |
|
Ethan Buchman
|
d14aacf03e
|
Merge pull request #1300 from tendermint/lite-proxy-hardening-and-tests
lite/proxy: Validation* tests and hardening for nil dereferences
|
2018-04-03 22:43:38 +03:00 |
|
Ethan Buchman
|
39ff4d22e9
|
minor cleanup
|
2018-04-03 22:34:18 +03:00 |
|
Thomas Corbière
|
74486f7f93
|
Add Int63n() and RandInt63n().
|
2018-04-03 16:24:38 +02:00 |
|
Thomas Corbière
|
d66d43d2ea
|
Add Int31n() and RandInt31n().
|
2018-04-03 16:23:36 +02:00 |
|
Jae Kwon
|
196f8410ba
|
WIP commit; Fix types/results_test
|
2018-04-03 07:03:08 -07:00 |
|
Jae Kwon
|
f457435199
|
HexBytes formatting; Make computeHashFromAunts more defensive
|
2018-04-03 07:02:19 -07:00 |
|
Anton Kaliaev
|
8462493cbf
|
[rpc] fix subscribing using an abci.ResponseDeliverTx tag
Refs #1369
|
2018-04-03 15:53:13 +02:00 |
|
Anton Kaliaev
|
47b8bd1728
|
wrote a test for EventBus#PublishEventTx
Refs #1369
|
2018-04-03 15:53:13 +02:00 |
|
Jae Kwon
|
89cdde7f1e
|
Fix state tests
|
2018-04-03 06:50:53 -07:00 |
|
Greg Szabo
|
fec8de831a
|
Added more wallets (#82)
|
2018-04-03 15:46:53 +02:00 |
|
Ethan Buchman
|
3cd4dcf13b
|
changelog
|
2018-04-03 16:23:41 +03:00 |
|
Ethan Buchman
|
b5e6f8a446
|
Merge pull request #191 from Tilkal/random-float64
Add Float64() and RandFloat64().
|
2018-04-03 16:15:06 +03:00 |
|
Ethan Buchman
|
f664b020cd
|
Merge pull request #189 from mohanson/patch-2
bug fix: WriteFileAtomic
|
2018-04-03 16:13:56 +03:00 |
|
Ethan Buchman
|
657fd671ea
|
Merge pull request #1409 from tendermint/zach/docs/tm-monitor
docs: build updates
|
2018-04-03 15:24:55 +03:00 |
|
Thomas Corbière
|
3375dac049
|
add Float64() and RandFloat64().
|
2018-04-03 14:09:50 +02:00 |
|
Anton Kaliaev
|
7d00575898
|
Merge pull request #81 from tendermint/update-monitor-and-bench-3
Update bench version
|
2018-04-03 13:49:14 +02:00 |
|
Zach Ramsay
|
315c475b79
|
docs: build updates
ref: https://github.com/tendermint/tools/pull/79
|
2018-04-03 04:48:40 -07:00 |
|
Anton Kaliaev
|
3d333f5cac
|
[bench] bump version
|
2018-04-03 13:42:57 +02:00 |
|
Anton Kaliaev
|
63deea9675
|
[bench] update monitor
|
2018-04-03 13:42:13 +02:00 |
|
Anton Kaliaev
|
a66b20aff4
|
Merge pull request #80 from tendermint/update-monitor-and-bench-2
Update tm-bench
|
2018-04-03 13:26:28 +02:00 |
|
Anton Kaliaev
|
34896f2988
|
remove .dockerignore
|
2018-04-03 13:21:21 +02:00 |
|
Anton Kaliaev
|
8f741b44d6
|
[monitor/bench] fix Dockerfile.dev
|
2018-04-03 13:19:21 +02:00 |
|
Mohanson
|
b221ca0efa
|
refine comments
|
2018-04-03 19:04:09 +08:00 |
|
Anton Kaliaev
|
4bffda0dc2
|
[monitor] bump version
|
2018-04-03 13:03:31 +02:00 |
|
Anton Kaliaev
|
5a211ff791
|
[monitor] move to int64 for height
|
2018-04-03 13:02:09 +02:00 |
|
Anton Kaliaev
|
d831b443da
|
[bench] fix type errors
|
2018-04-03 12:48:33 +02:00 |
|
Anton Kaliaev
|
aa40f8a868
|
[bench] do not send vendor dir to docker
|
2018-04-03 12:43:09 +02:00 |
|
Anton Kaliaev
|
2912f40f8e
|
[bench] switch from glide to dep
|
2018-04-03 12:42:49 +02:00 |
|
Anton Kaliaev
|
efb8f6fc1f
|
[bench] update Makefile
|
2018-04-03 12:39:58 +02:00 |
|
Anton Kaliaev
|
62965e68f1
|
Merge pull request #79 from tendermint/update-monitor-and-bench
Update monitor and bench
|
2018-04-03 12:30:39 +02:00 |
|
Thomas Corbière
|
ee67e34519
|
Fix lint errors (#190)
* use increment and decrement operators.
* remove unnecessary else branches.
* fix receiver names.
* remove omittable code.
* fix dot imports.
|
2018-04-03 12:23:28 +02:00 |
|
Anton Kaliaev
|
585b163d94
|
[monitor] fix linter error
|
2018-04-03 11:56:00 +02:00 |
|
Anton Kaliaev
|
4a03eb7baf
|
[monitor] bring back readme
|
2018-04-03 11:55:43 +02:00 |
|
Anton Kaliaev
|
445ddbf040
|
[monitor] fix data races!
|
2018-04-03 11:33:16 +02:00 |
|
Anton Kaliaev
|
664d4ebf4c
|
[monitor] ignore vendor when building docker
|
2018-04-03 11:08:43 +02:00 |
|
Anton Kaliaev
|
2f1c7a3646
|
[monitor] make linters happy
|
2018-04-03 11:08:43 +02:00 |
|
Anton Kaliaev
|
0e09c09c30
|
[monitor] switch to dep
|
2018-04-03 11:08:43 +02:00 |
|
Anton Kaliaev
|
9a2935cff6
|
[monitor] update Makefile
|
2018-04-03 11:05:28 +02:00 |
|
Mohanson
|
29a8cb8d87
|
add comments.
|
2018-04-03 16:51:30 +08:00 |
|
Anton Kaliaev
|
8833335948
|
Merge pull request #78 from tendermint/feature/jenkins
Feature/jenkins
|
2018-04-03 10:11:36 +02:00 |
|
Mohanson
|
2fbd9f15fa
|
bug fix: WriteFileAtomic
Must close file before rename it.
|
2018-04-03 15:26:47 +08:00 |
|
Javed Khan
|
5ef639fcbe
|
p2p: persistent - redial if first dial fails
Fixes #1401
|
2018-04-03 09:27:06 +05:30 |
|
Ethan Buchman
|
a557bb4d0b
|
Merge pull request #185 from tendermint/bucky/merge-master
Bucky/merge master
|
2018-04-02 22:26:22 +03:00 |
|
Anton Kaliaev
|
b800b4ec1d
|
update docker readme
|
2018-04-02 16:57:25 +02:00 |
|
Anton Kaliaev
|
208ac32fa2
|
update Dockerfile to point to 0.17.1 release
|
2018-04-02 16:56:07 +02:00 |
|