Anton Kaliaev
7587726f6e
Merge pull request #32 from tendermint/feature/upgrade-mintnet-k8s-to-work-with-tm-0.10
[mintnet-kubernetes] upgrade to work with tm 0.10.0 and basecoin 0.5.0
8 years ago
Anton Kaliaev
f62aae63de
add chain-id flag
without it basecoin fails with
```
ERROR: BroadcastTxCommit got non-zero exit code: BaseInvalidSignature. ; Error in CheckTx;in validateInputsAdvanced();Error (base) invalid signature;SignBytes: 010C636861696E2D745448346D690100000000000000000104636F696E000000000000000001010114A677E98456071E3240EF0A2E0B80FFE7D36515BF010101066D79636F696E000000000000000501010001793B7E33EF94132E16534CC9BA59F74944065FA917A98DB68ABA806D219A452901010114E2AFEA4A193E85A2DBB8668D4EA0DC0B1A6AD63A010101066D79636F696E0000000000000005
```
8 years ago
Anton Kaliaev
62e6344473
update basecoin version
8 years ago
Anton Kaliaev
e1f268b9d2
[mintnet-kubernetes] upgrade to work with tm 0.10.0 and basecoin 0.5.0
8 years ago
Ethan Buchman
3d5abdc3bd
Merge pull request #31 from tendermint/develop
Develop
8 years ago
Ethan Buchman
76e18e7eba
[tm-monitor] update glide
8 years ago
Ethan Buchman
309812389a
[tm-monitor] update to tendermint 0.10.0
8 years ago
Ethan Buchman
1c1fbcd70f
update tm-bench glide to develop
8 years ago
Ethan Buchman
ec2e1d4460
update tm-monitor glide to develop
8 years ago
Ethan Buchman
f53fb46302
add terraforce deployment method
8 years ago
Anton Kaliaev
d07e164796
Merge pull request #13 from tendermint/bugfix/6-tm-monitor-does-not-reconnect-to-a-node
tm monitor does not reconnect to a node
8 years ago
Anton Kaliaev
35a2a58ac0
update minikube version
8 years ago
Anton Kaliaev
3b96458416
specify ubuntu version in readme
8 years ago
Anton Kaliaev
c94c1ff89a
[ansible-tendermint] add missing handler to readme
8 years ago
Anton Kaliaev
294292f586
[ansible-tendermint] specify what this role does
8 years ago
Anton Kaliaev
4911c66b6d
Merge pull request #25 from tendermint/23-tendermint-seeds
[ansible-tendermint] tendermint_validators variable (Refs #23 )
8 years ago
Anton Kaliaev
667e92e635
[ansible-tendermint] tendermint_validators variable (Refs #23 )
8 years ago
Anton Kaliaev
aa0fa0e6d8
Merge pull request #26 from tendermint/24-more-config-variables
[ansible-tendermint] more configuration options (Refs #24 )
8 years ago
Anton Kaliaev
19e332840b
[ansible-tendermint] more configuration options (Refs #24 )
8 years ago
Anton Kaliaev
649a485275
[ansible-tendermint] systemd template
8 years ago
Anton Kaliaev
4c4bce9469
[mintnet-kubernetes] use `tr -d` as per Frey suggestion
8 years ago
Anton Kaliaev
121926d898
[ansible-tendermint] quick fix for #22
8 years ago
Anton Kaliaev
5e5968801c
[ansible-tendermint] make seeds explicit
8 years ago
Anton Kaliaev
4750dbba77
[ansible-tendermint] rename playbook for clarity
8 years ago
Anton Kaliaev
5e56b2ea0e
[ansible-tendermint] add TOC
8 years ago
Anton Kaliaev
f33edeb23a
[ansible-tendermint] add image
8 years ago
Anton Kaliaev
a8d530dfda
change title
8 years ago
Anton Kaliaev
b552974a09
Merge pull request #20 from tendermint/mintnet-ansible
Ansible playbook for Tendermint
8 years ago
Anton Kaliaev
b708e91bce
mintnet-ansible
update readme, add license
rename mintnet-ansible to ansible-tendermint
fix name
text format for log file
include start into main
update readme
8 years ago
Anton Kaliaev
eee17f2a5c
[mintnet-kubernetes] make sure not to read and write the same file in the same pipeline
8 years ago
Anton Kaliaev
05e6a730eb
[mintnet-kubernetes] add rancher as an option for DO [ci skip]
8 years ago
Anton Kaliaev
9442a069a3
[tm-monitor] use BaseService.Reset method
8 years ago
Anton Kaliaev
ed9dda0c17
[mintnet-kubernetes] increase tm memory limit
8 years ago
Anton Kaliaev
115b1505f7
[tm-monitor] proposed solution for idea #1
8 years ago
Anton Kaliaev
5a9d14f025
[tm-monitor] expand ideas section
8 years ago
Anton Kaliaev
d00b637959
[tm-bench] remove .pre prefix from version
8 years ago
Anton Kaliaev
de94e9b4ea
[tm-bench] add missing flag in README
8 years ago
Anton Kaliaev
7522dea243
Merge pull request #15 from tendermint/bugfix/9-ws-performance
[tm-bench] go-rpc -> plain gorilla/websocket
8 years ago
Anton Kaliaev
08166b05f5
[tm-bench] use plain ws connection instead of go-rpc (Refs #9 , Fixes #14 )
Also:
- use go-kit/log
Reasoning:
I found that we just don't need this layer of abstraction here. Plus
go-rpc is buggy and lacking proper closing of ws connections.
8 years ago
Anton Kaliaev
14b0589d6b
[tm-bench] nice formatting for error
8 years ago
Anton Kaliaev
31ee29d2f0
[tm-bench] add Dockerfile
8 years ago
Anton Kaliaev
3044f66ba9
[tm-monitor] now EventMeter can be restarted multiple times (Refs #6 )
with one caveat: go-common and go-rpc need to be updated as well
8 years ago
Anton Kaliaev
c053c15231
[tm-monitor] only restart EventMeter
8 years ago
Anton Kaliaev
6e00ce9bbd
[tm-monitor] fix blocking issue
as you can see the mistake is that we listen for quit instead of closing
it.
8 years ago
Anton Kaliaev
dee06a92d9
[tm-monitor] rewrite eventmeter to use go-kit/log
8 years ago
Anton Kaliaev
06e5b8c2df
[mintnet-kubernetes] join commands in the QuickStart examples
8 years ago
Anton Kaliaev
a83c27a282
copy mintnet-kubernetes from https://github.com/tendermint/mintnet-kubernetes
8 years ago
Anton Kaliaev
1c8496406a
[tm-monitor] fix build-docker
8 years ago
Anton Kaliaev
81dbd7afc5
[tm-monitor] set current version to 0.2.1
8 years ago
Anton Kaliaev
7d95b5232f
Merge pull request #12 from tendermint/bugfix/11-nodes-not-sorted
preserve nodes ordering (Fixes #11 )
8 years ago