ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
...
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
2018-07-18 08:38:44 -07:00
Zach
bbf2bd1d81
Deprecate/refactor content in docs/specification ( #1934 )
...
* docs: deprecate specification dir, closes #1814
* update genesis
* old spec dir, deprecation complete
* rm a file
2018-07-11 23:45:10 +04:00
Alexander Simmerl
4f7fac8076
Merge pull request #1950 from tendermint/1891-follow-up
...
remove print statements
2018-07-11 13:04:12 +02:00
Jack Zampolin
a3640ef809
Add OSX install script ( #1947 )
...
* Add OSX install script
* Address PR comments
2018-07-11 14:47:59 +04:00
Anton Kaliaev
1034a35b3a
remove print statements
...
Refs https://github.com/tendermint/tendermint/pull/1891#discussion_r201339918
2018-07-11 10:04:32 +04:00
Ethan Frey
f9ae7730fe
abciClient.BeginBlockSync should not hang on crashed server ( #1891 )
...
* Add test showing normal Sync call
* Show hanging response if server dies during BeginBlock
* Flush all in-flight requests on shutdown, not just pending requests
* Add bugfix to CHANGELOG
2018-07-11 09:59:16 +04:00
Dev Ojha
b980ef8bea
tools/tm-bench: Remove testing flags from help ( #1949 )
2018-07-11 09:54:59 +04:00
Ethan Buchman
f5ad8ef860
Merge pull request #1943 from tendermint/zach/merge-tools
...
Merge in the tools repo w/ commit history
2018-07-10 19:46:43 -04:00
Zach
8ce588d984
fixes for tools repo merge ( #1945 )
...
fixes for tools repo merge (#1943 )
2018-07-10 16:42:27 -04:00
Zach Ramsay
44dad6d70b
Revert "detele everything"
...
This reverts commit d02c5d1e30 .
2018-07-10 11:22:25 -04:00
Zach Ramsay
2f4ab0c068
mv tools files to tools repo
2018-07-10 11:15:39 -04:00
Zach Ramsay
65487586f8
fix conflict
2018-07-10 11:13:39 -04:00
Zach Ramsay
d02c5d1e30
detele everything
2018-07-10 11:12:46 -04:00
Ethan Buchman
9d81a74429
dev version
2018-07-10 10:12:55 -04:00
Ethan Buchman
5ff65274b8
Merge pull request #1935 from tendermint/release/v0.22.2
...
Release/v0.22.2
v0.22.2
2018-07-10 10:01:55 -04:00
Ethan Buchman
ac3b764b52
update changelog
v0.22.2-rc0
2018-07-10 09:55:15 -04:00
Ethan Buchman
223095d12f
remove Wait from consensus reactor OnStop
2018-07-10 09:48:01 -04:00
Ethan Buchman
af697d3c4a
changelog, version
2018-07-10 09:47:40 -04:00
Ethan Buchman
7c06a98b71
Merge branch 'master' into develop
2018-07-10 09:46:31 -04:00
Ethan Buchman
ce824d0b70
Merge pull request #1915 from tendermint/release/v0.22.1
...
Release/v0.22.1
v0.22.1
2018-07-10 09:11:46 -04:00
Anton Kaliaev
4de9d42e4c
limit the number of requests in flights for Prometheus server ( #1927 )
...
* limit the number of requests in flights for Prometheus server
Closes #1804
Default to 1 because usually there's just one collector.
* config: Up default for prom connections
2018-07-10 15:49:48 +04:00
Alexander Simmerl
ce33914f70
Merge pull request #1928 from tendermint/646-decode-msg
...
Unexport DecodeMessage
2018-07-10 12:50:33 +02:00
Alexander Simmerl
1cd7d862fa
Merge pull request #1929 from tendermint/1901-changelog-2
...
Add missing changelog entry
2018-07-09 19:48:08 +02:00
Anton Kaliaev
22133ef97a
add missing changelog entry
...
Refs #1901
2018-07-09 13:54:32 +04:00
Peng Zhong
0030a8e697
Peng/deprecate aib data ( #1926 )
...
* include ecosystem.json
* update changelog
* also include zarko's interview
2018-07-09 13:19:45 +04:00
Anton Kaliaev
a19e857f2e
[pex] switch to MustMarshalBinaryBare and UnmarshalBinaryBare
...
Refs #646
2018-07-09 13:11:41 +04:00
Anton Kaliaev
9120fd5d14
unexport DecodeMessage functions
...
Refs #646
2018-07-09 13:01:23 +04:00
Alexander Simmerl
523d29256e
Merge pull request #1911 from tendermint/1901-changelog
...
Add missing changelog entry
2018-07-07 15:14:43 +02:00
Alexander Simmerl
397d89e40b
Merge pull request #1906 from tendermint/zach/1793-repo-consolidation
...
clean up abci/libs directories
2018-07-07 11:53:58 +02:00
Anton Kaliaev
ed01638076
remove doc. about no longer existing config option
2018-07-07 11:50:34 +02:00
Anton Kaliaev
7b153bde31
add missing changelog entry
...
Closes #1901
2018-07-07 11:50:31 +02:00
Alexander Simmerl
f93798f72d
Merge branch 'master' into release/v0.22.1
2018-07-07 11:45:20 +02:00
Alexander Simmerl
8d2d94c1c0
Merge pull request #1922 from tendermint/zach/fix-md
...
docs: md fixes & latest tm-bench/monitor
2018-07-07 11:43:16 +02:00
Zach Ramsay
bef04114ef
docs: md fixes & latest tm-bench/monitor
2018-07-06 14:25:04 -04:00
Alexander Simmerl
0e85ae6179
Merge pull request #1918 from tendermint/docs-staging
...
Re-organize docs into directories
2018-07-06 19:53:15 +02:00
Zach Ramsay
539722c02d
ports
2018-07-06 13:31:39 -04:00
Ethan Buchman
8544e18eaf
Merge pull request #1919 from tendermint/jae/rpc_int_noquote
...
WIP RPC HTTP does not require quotes around int64/int/uint64/uint types
2018-07-06 13:05:13 -04:00
Ethan Buchman
379e5a15cc
Uint64
2018-07-06 07:56:00 -04:00
Ethan Buchman
bd47ed989f
rpc/lib/server: add test for int parsing
2018-07-06 07:55:15 -04:00
Jae Kwon
d336cfe5d3
RPC HTTP does not require quotes around int64/int/uint64/uint types
2018-07-05 23:36:49 -07:00
Zach Ramsay
e54c0f804f
docs re-orgnization
2018-07-05 16:08:42 -04:00
Zach Ramsay
79d6bd8ce0
TEST
2018-07-05 13:27:54 -04:00
Zach Ramsay
14b6010240
move a file
2018-07-05 13:22:06 -04:00
Ethan Buchman
2fa9962835
changelog and version
2018-07-05 12:03:23 -04:00
Ethan Buchman
64bae01d00
Merge pull request #1913 from tendermint/zach/path-fix
...
HOTFIX: fix url path because cloudfront
2018-07-05 11:48:12 -04:00
Zach
e282b3d761
Merge branch 'master' into zach/path-fix
2018-07-05 10:10:11 -04:00
Zach
07747de305
add docs/DOCS_README.md for devs, closes #1885 ( #1905 )
2018-07-05 11:44:15 +04:00
Zach
030c782e6f
Zach/1793 repo consolidation v2 ( #1907 )
2018-07-04 17:11:34 -04:00
Alexander Simmerl
1f215eb875
Merge pull request #1898 from tendermint/1893-err-if-zero-power-val
...
state: err if 0 power validator is added to the validator set
2018-07-04 23:05:22 +02:00
Ethan Buchman
82a5e9604c
Merge pull request #1903 from tendermint/zach/lint-md
...
lint the docs markdown & fix codeblocks for website
2018-07-04 16:03:38 -04:00