Zach Ramsay
f9c39740cd
remove old abci scripts
6 years ago
Anton Kaliaev
59f624043c
reorder statements
6 years ago
Zach Ramsay
e786d3feca
add @zramsay & @jolesbi as docs owners
6 years ago
Zach Ramsay
82a43593ab
add linters to docs
6 years ago
Zach Ramsay
ccaad06eb5
lint markdown
6 years ago
Alexander Simmerl
5cfd8ebaa2
Merge pull request #1899 from tendermint/1839-shutdown-wal-properly
Properly shutdown consensus WAL
6 years ago
Alexander Simmerl
99e982669e
Merge pull request #1902 from tendermint/1766-wrong-field-access
fix wrong field access in LoadConsensusParams
6 years ago
Alexander Simmerl
48a1f6f9b3
state: Format panics
6 years ago
Anton Kaliaev
e565e348d5
fix wrong field access in LoadConsensusParams
Closes #1766
6 years ago
Anton Kaliaev
b242b15d40
wait until WAL closes the autogroup
Refs #1839
6 years ago
Anton Kaliaev
c1aeb08e4b
return error if power is negative
Refs #1893
6 years ago
Anton Kaliaev
dda8b67f37
state: err if 0 power validator is added to the validator set
Closes #1893
6 years ago
Ethan Buchman
bff68abe04
update abci spec
6 years ago
Ethan Buchman
19662ac8a1
Merge pull request #1895 from tendermint/zach/1874-docs-examples
docs/examples: remove node* directories, update docs for testnet command
6 years ago
Ethan Buchman
fa05b03956
Merge pull request #1894 from tendermint/ebuchman-patch-1
Update CHANGELOG.md
6 years ago
Zach Ramsay
fcf8bd94c2
docs/examples: update getting started and remove old script (now in scripts/install)
6 years ago
Ethan Buchman
087d3e54d2
Update CHANGELOG.md
Emphasize that all integers are encoded as strings in the rpc
6 years ago
Zach Ramsay
0821ccb603
docs/examples: remove node* files
6 years ago
Alexander Simmerl
7a61e8cf9d
Merge pull request #1862 from tendermint/zramsay-patch-1
Delete libs/common/array.go
6 years ago
Alexander Simmerl
4c373a6e78
Merge pull request #1872 from tendermint/1829-fill-in-missing-fields
overwrite pubkey and address for convenience
6 years ago
Alexander Simmerl
2f29aa9605
Merge pull request #1871 from tendermint/1774-remove-init-testnet-script
remove init_testnet script
6 years ago
Alexander Simmerl
eb77f662f2
Merge pull request #1886 from tendermint/zach/libs
cleanup repo merge artifacts
6 years ago
Alexander Simmerl
277e323d4a
Merge pull request #1888 from tendermint/zach/abci-spec-location
abci spec should be in one location
6 years ago
Zach Ramsay
8e4b803161
abci spec is in docs/abci-spec.md, closes #1847
6 years ago
Zach Ramsay
5fb3955c93
cleanup repo merge artifacts, closes #1873 , starts #1793
6 years ago
Anton Kaliaev
26a7d757cb
overwrite pubkey and address for convenience
Closes #1829
6 years ago
Anton Kaliaev
a42c58604d
remove init_testnet script
`tendermint testnet` cmd should be used instead
Closes #1774
6 years ago
Zach
489f2525bd
Delete libs/common/array.go
closes https://github.com/tendermint/tmlibs/issues/133
6 years ago
Ethan Buchman
9018acde5f
tmlibs -> tendermint/libs
6 years ago
Ethan Buchman
5453aa6169
Merge branch 'develop' into jae/literefactor4
6 years ago
Ethan Buchman
931b465a05
dev version bump
6 years ago
Ethan Buchman
dfa9a9a30a
Merge pull request #1840 from tendermint/release/v0.22.0
Release/v0.22.0
6 years ago
Ethan Buchman
5923b6288f
update changelog
6 years ago
Ethan Buchman
0f6f6bd3c0
Merge pull request #1606 from tendermint/bucky/hash
Bucky/hash
6 years ago
Ethan Buchman
ca3e337ef9
remove libs/merkle
6 years ago
Ethan Buchman
ec710395b7
RIPEMD160 -> SHA256
6 years ago
Ethan Buchman
d47b4ef12d
update some docs
6 years ago
Ethan Buchman
72475c800b
Merge pull request #1843 from tendermint/bucky/external_address
Bucky/external address
6 years ago
Ethan Buchman
c3504c111e
add test
6 years ago
Ethan Buchman
737c5c065d
fixes from review
6 years ago
Ethan Buchman
1c018d3fd2
p2p: external address
* new config option for external address to advertise
* if blank, defaults to best guess from listener
* if laddr ip address is also blank, default to IPv4
6 years ago
Ethan Buchman
60f233a4bc
Merge pull request #1842 from tendermint/bucky/merge-tmlibs
Bucky/merge tmlibs
6 years ago
Ethan Buchman
eccdce11c5
make linter happy
6 years ago
Dev Ojha
e8127456ca
tmbench: Make it more resilient to WSConn breaking ( #111 )
* tmbench: Make it more resilient to WSConn breaking
This commit changes the behavior of a broken connection from calling
os.Exit, to instead killing that connection. This also improves
the debug logging, by specifying connection index within errors.
* Rename connStatus to connsBroken
* change logging level
6 years ago
Ethan Buchman
3f4847331f
update grpc version. fix remotedb tests
6 years ago
Ethan Buchman
ff73e0aa55
fix test folder mishap
6 years ago
Ethan Buchman
965a55d2a8
remove tmlibs from dep
6 years ago
Ethan Buchman
d55243f0e6
fix import paths
6 years ago
Ethan Buchman
233b35a2a9
Revert "delete some things for the merge"
This reverts commit 2902ab1a14
.
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago