Jae Kwon
f457435199
HexBytes formatting; Make computeHashFromAunts more defensive
7 years ago
Anton Kaliaev
8462493cbf
[rpc] fix subscribing using an abci.ResponseDeliverTx tag
Refs #1369
7 years ago
Anton Kaliaev
47b8bd1728
wrote a test for EventBus#PublishEventTx
Refs #1369
7 years ago
Jae Kwon
89cdde7f1e
Fix state tests
7 years ago
Greg Szabo
fec8de831a
Added more wallets ( #82 )
7 years ago
Ethan Buchman
3cd4dcf13b
changelog
7 years ago
Ethan Buchman
b5e6f8a446
Merge pull request #191 from Tilkal/random-float64
Add Float64() and RandFloat64().
7 years ago
Ethan Buchman
f664b020cd
Merge pull request #189 from mohanson/patch-2
bug fix: WriteFileAtomic
7 years ago
Ethan Buchman
657fd671ea
Merge pull request #1409 from tendermint/zach/docs/tm-monitor
docs: build updates
7 years ago
Thomas Corbière
3375dac049
add Float64() and RandFloat64().
7 years ago
Anton Kaliaev
7d00575898
Merge pull request #81 from tendermint/update-monitor-and-bench-3
Update bench version
7 years ago
Zach Ramsay
315c475b79
docs: build updates
ref: https://github.com/tendermint/tools/pull/79
7 years ago
Anton Kaliaev
3d333f5cac
[bench] bump version
7 years ago
Anton Kaliaev
63deea9675
[bench] update monitor
7 years ago
Anton Kaliaev
a66b20aff4
Merge pull request #80 from tendermint/update-monitor-and-bench-2
Update tm-bench
7 years ago
Anton Kaliaev
34896f2988
remove .dockerignore
7 years ago
Anton Kaliaev
8f741b44d6
[monitor/bench] fix Dockerfile.dev
7 years ago
Mohanson
b221ca0efa
refine comments
7 years ago
Anton Kaliaev
4bffda0dc2
[monitor] bump version
7 years ago
Anton Kaliaev
5a211ff791
[monitor] move to int64 for height
7 years ago
Anton Kaliaev
d831b443da
[bench] fix type errors
7 years ago
Anton Kaliaev
aa40f8a868
[bench] do not send vendor dir to docker
7 years ago
Anton Kaliaev
2912f40f8e
[bench] switch from glide to dep
7 years ago
Anton Kaliaev
efb8f6fc1f
[bench] update Makefile
7 years ago
Anton Kaliaev
62965e68f1
Merge pull request #79 from tendermint/update-monitor-and-bench
Update monitor and bench
7 years ago
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.
7 years ago
Anton Kaliaev
585b163d94
[monitor] fix linter error
7 years ago
Anton Kaliaev
4a03eb7baf
[monitor] bring back readme
7 years ago
Anton Kaliaev
445ddbf040
[monitor] fix data races!
7 years ago
Anton Kaliaev
664d4ebf4c
[monitor] ignore vendor when building docker
7 years ago
Anton Kaliaev
2f1c7a3646
[monitor] make linters happy
7 years ago
Anton Kaliaev
0e09c09c30
[monitor] switch to dep
7 years ago
Anton Kaliaev
9a2935cff6
[monitor] update Makefile
7 years ago
Mohanson
29a8cb8d87
add comments.
7 years ago
Anton Kaliaev
8833335948
Merge pull request #78 from tendermint/feature/jenkins
Feature/jenkins
7 years ago
Mohanson
2fbd9f15fa
bug fix: WriteFileAtomic
Must close file before rename it.
7 years ago
Javed Khan
5ef639fcbe
p2p: persistent - redial if first dial fails
Fixes #1401
7 years ago
Ethan Buchman
a557bb4d0b
Merge pull request #185 from tendermint/bucky/merge-master
Bucky/merge master
7 years ago
Anton Kaliaev
b800b4ec1d
update docker readme
7 years ago
Anton Kaliaev
208ac32fa2
update Dockerfile to point to 0.17.1 release
7 years ago
Anton Kaliaev
641476d40f
update docker to use alpine 3.7
7 years ago
Anton Kaliaev
491c8ab4c1
[rpc/lib] log cert and key files in StartHTTPAndTLSServer
7 years ago
Anton Kaliaev
5ef8a6e887
deprecate not fully formed addresses
7 years ago
Anton Kaliaev
d694d47d22
[rpc/lib] rename vars according to Go conventions
7 years ago
Zaki Manian
ecdc1b9bb0
Add a method for creating an https server ( #1403 )
7 years ago
Anton Kaliaev
9c757108ca
[test] remove test_libs
Reasons:
1) all deps we're using should be passing tests (including external)
2) deps can require complicated setup for testing
3) the person responsible for releasing Tendermint should be cautious
when updating a dep
7 years ago
Anton Kaliaev
5243e54641
[codecov] ignore docs, scripts and DOCKER dirs
7 years ago
Ethan Buchman
70e7454c21
comment out test_libs because of gcc dep in tmlibs
7 years ago
Jae Kwon
382e99d06e
Add IsTypedNil
7 years ago
Thomas Corbière
2644a529f0
Fix lint errors ( #1390 )
* use increment and decrement operators.
* remove unnecessary else branches.
* fix package comment with leading space.
* fix receiver names.
* fix error strings.
* remove omittable code.
* remove redundant return statement.
* Revert changes (code is generated.)
* use cfg as receiver name for all config-related types.
* use lsi as the receiver name for the LastSignedInfo type.
7 years ago