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
Ethan Buchman
da088e3ecd
Merge pull request #229 from tendermint/update-spec
specify DeliverTx/CheckTx Tags format
7 years ago
Anton Kaliaev
a6fe2a9854
specify DeliverTx/CheckTx Tags format
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
cc5f287c47
Add developer branch 0.8.3 to CHANGELOG
7 years ago
Jae Kwon
9b2a8f07a3
[common] Add ASCIITrim
7 years ago
Anton Kaliaev
d94e312673
add MarshalJSON and UnmarshalJSON to BitArray ( #200 )
See CHANGELOG
7 years ago
Jae Kwon
8fa4211bbd
Fixes TestParallelAbort nondeterministic failure #201 ( #202 )
7 years ago
Jae Kwon
b42d5a2211
blockID -> block_id for JSON
7 years ago
Jae Kwon
e328006bfe
Jae/fixprefixdb ( #199 )
* Fix PrefixDB Iterator
* PrefixDB Iterator/ReverseIterator fixes
* Bump version 0.8.2
* Update CHANGELOG.md about DebugDB
* Keep invalid source to be closed
* Use prefixBatch instead of memBatch
7 years ago
Jae Kwon
b20e777f53
lower_case json field names
7 years ago
Yelong Zhang
92102a84dc
upgrade tendermint to v0.19.0 ( #88 )
* upgrade tendermint to v0.19.0
* rm test
* typo fix
* rm test
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
Zach
d02e4f344f
Merge pull request #227 from tendermint/tm-1422-commit-hash
[docs/Commit] all application instances must return the same hash
7 years ago
Greg Szabo
5b5acbb343
Ansible README update and small fixes
7 years ago
Ethan Buchman
a2930cd723
Merge pull request #1474 from tendermint/release/v0.19.0
Release/v0.19.0
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
Anton Kaliaev
44a8a23932
[docs/Commit] all application instances must return the same hash
Refs https://github.com/tendermint/tendermint/issues/1422
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
Greg Szabo
a88ccb9396
Matt's wallet changed ( #85 )
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