Ethan Buchman
1188dfe7ee
Merge pull request #1511 from tendermint/bucky/rpc-fixes
Various RPC fixes
7 years ago
Ethan Buchman
c45ba2967a
fixes from review
7 years ago
Ethan Buchman
f67c5a9e7b
forgot wire.go file
7 years ago
Ethan Buchman
593a785ae2
set NodeInfo on switch before starting RPC server
should fix #1199
7 years ago
Ethan Buchman
94e823cc91
p2p: NodeInfo.Channels is HexBytes
7 years ago
Ethan Buchman
47e4d64973
add validator address to /status
7 years ago
Ethan Buchman
a2d77cbe4e
add MarshalJSON methods to fix dump_consensus_state
7 years ago
Ethan Buchman
390b592dec
Merge pull request #1510 from tendermint/bucky/docs-and-fixes
JSON Indent and some docs
7 years ago
Ethan Buchman
9ab1fafdf1
some amino json for #1504
7 years ago
Ethan Buchman
94c016a04e
use MarshalJSONIndent for init files. closes #1506
7 years ago
Ethan Buchman
97f3ada9c2
update godep
7 years ago
Ethan Buchman
d7d4471072
Merge pull request #1507 from tendermint/bucky/docs-pre-amino
document pre-amino pubkeys/addresses
7 years ago
Ethan Buchman
d48a6f930d
document pre-amino pubkeys/addresses
7 years ago
Ethan Buchman
389a6ffa16
Merge pull request #1500 from tendermint/bucky/spec-updates
Bucky/spec updates
7 years ago
Ethan Buchman
f1ead2df70
typo
7 years ago
Ethan Buchman
e5951acfb4
SHA256 -> RIPEMD160
7 years ago
Ethan Buchman
0e1414ef9d
spec: add Address spec. notes about Query
7 years ago
Ethan Buchman
97be1eef87
add abci notes
7 years ago
Anton Kaliaev
0d9004a854
[cmd] Turn off strict routability when using testnet cmd ( #1493 )
* [cmd] Turn off strict routability when using testnet cmd
Refs https://github.com/tendermint/tendermint/pull/1454
* use "testnet" instead of "it"
7 years ago
Ethan Buchman
91c81ef9a1
spec: note on byte arrays, clean up bitarrays and more, add merkle proof, add crypto.go script
7 years ago
Ethan Buchman
e2f0778c14
spec: update encoding.md
7 years ago
Anton Kaliaev
63f8c58009
Merge pull request #1471 from tendermint/greg/devopstools
Greg/devopstools
7 years ago
Greg Szabo
9ba208c1f5
wrapper.sh logfile check fix
7 years ago
Greg Szabo
6ce6b20993
Renamed remotenet to sentrynet to match the purpose better.
7 years ago
Anton Kaliaev
5361073439
Merge pull request #1483 from tendermint/jae/lower_case_round_state
Jae/lower case round state
7 years ago
suyuhuang
6c04465d3d
Fix `Prove` int abci.ABCIQuery ( #1485 )
* fix Prove in abci query
* fix Prove in abci query
* fix doc
* fix doc
7 years ago
Greg Szabo
089ce6744c
Added ansible playbook to remote networks to ship logs to logz.io
7 years ago
Max Levy
17a5c6fa1a
typo fix
7 years ago
Rigel
18c3f8f3f1
writeDefaultCondigFile -> writeDefaultConfigFile ( #1490 )
7 years ago
Jae Kwon
b42d5a2211
blockID -> block_id for JSON
7 years ago
Jae Kwon
b20e777f53
lower_case json field names
7 years ago
Greg Szabo
659762736c
Makefile targets for remotenet fixed
7 years ago
Anton Kaliaev
ece3f678da
[docs/spec] update msg type and Tendermint behavior ( #1468 )
Refs #1422
7 years ago
Greg Szabo
5b5acbb343
Ansible README update and small fixes
7 years ago
Ethan Buchman
45a05b4726
Merge pull request #1461 from tendermint/update-changelog
update changelog
7 years ago
Greg Szabo
8bdfe15de9
Dockerfile, localnode, sentry node scripts changes
- Updated Dockerfile and created build-docker target
- Changed localnode docker image to set permissions to more permissive (docker has different user than host system)
- Added sentry node terraform and ansible script
7 years ago
Greg Szabo
b3904b8da8
ShellChecked wrapper.sh
7 years ago
Greg Szabo
f2dae2a2d8
Moved to networks folder, introduced cloud server scripts using terraform and ansible (sentry nodes)
7 years ago
Anton Kaliaev
1706ce6f7f
update changelog for 0.19.0 release
7 years ago
Jae Kwon
d0beaba7e8
Bump version to 0.19.0
7 years ago
Anton Kaliaev
c28784de5e
Merge pull request #1453 from tendermint/fix-localnet
Fix permissions and folder structure for localnet
7 years ago
Anton Kaliaev
d06390638d
[localnet] use routable IPs
7 years ago
Anton Kaliaev
3a0edc561d
log error from AddrBook#AddAddress in DialPeersAsync
Refs #1434
7 years ago
Anton Kaliaev
f8ed578325
[localnet] execute cmd from root
not secure, but we don't care because it's local tooling
7 years ago
Anton Kaliaev
5babaf9a88
[localnet] fix folder permissions errors
7 years ago
Greg Szabo
c0610b2c32
Greg/localnet ( #1450 )
* Added new Makefile targets for local testnet running using docker
* Added localnode docker image description, some documentation and refactored to use the tendermint testnet command
* Fixes for the new tendermint testnet command
* More fixes on tendermint testnet and docker-compose
* Changed logging
* Added missing targets to phony
7 years ago
Anton Kaliaev
1db2224241
do not use mask in testnet cmd ( #1451 )
fix node ids
7 years ago
Anton Kaliaev
0323b03daf
improve testnet cmd ( #1449 )
* improve testnet cmd
* allow non-validators
* configurable prefix
* populating of persistent peers
* relax permissions
* cleanup output dir every time
* do not remove dir
* remove panic comments
7 years ago
Anton Kaliaev
379f9f875b
update docs for latest develop ( #1448 )
* update docs for latest develop
* latest_app_hash, not app_hash
7 years ago
Thomas Corbière
ab00bf7c8b
standardize PRNG access ( #1411 )
* replace math/rand with tmlibs equivalent.
* update tmlibs dependency
7 years ago