Ethan Buchman
44613da2b0
ansible: update tendermint and basecoin versions
8 years ago
Ethan Buchman
1ce930157f
minor readme fixes
8 years ago
Ethan Buchman
b25e2b4eeb
Merge pull request #33 from Greg-Szabo/master
Refactor and finish ansible playbooks, refactor and simplify terraform config
8 years ago
Greg Szabo
92438185fc
Clarified Ansible installation instructions and added slacknotification.py script.
8 years ago
Greg Szabo
ee74f9a3a8
Enhancements to README.md
8 years ago
Greg Szabo
07baf56cde
Typo fixes and enhancements to README.md
8 years ago
Greg Szabo
ab5802a50f
Fixed typo in README.md
8 years ago
Greg Szabo
457516b194
tendermint+basecoin configuration fixes
8 years ago
Greg Szabo
4e16ee6d78
Refactored Ansible, added tendermint and basecoin configuration and multiple playbooks
8 years ago
Anton Kaliaev
f427590622
[mintnet-kubernetes] fix tr command in basecoin readme
8 years ago
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
Gary Tomato
fb457c2c9c
DigitalOcean example and genesis file creation added
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