Thane Thomson
9a0bfafef6
docs: fix links ( #3220 )
...
Because there's nothing worse than having to copy/paste a link from a
web page to navigate to it 😁
2019-01-28 17:41:39 +04:00
Ethan Buchman
d91ea9b59d
adr-033 update
2019-01-26 14:30:29 +04:00
Ismail Khoffi
d6dd43cdaa
adr: style fixes ( #3206 )
...
- links to issues
- fix a few markdown glitches
- inline code
- etc
2019-01-25 17:38:26 +04:00
Anton Kaliaev
1efacaa8d3
docs: update pubsub ADR ( #3131 )
...
* docs: update pubsub ADR
* third version
2019-01-24 11:33:58 +04:00
Gautham Santhosh
98b42e9eb2
docs: explain how someone can run his/her own ABCI app on localnet ( #3195 )
...
Closes #3192 .
2019-01-24 10:45:43 +04:00
Ethan Buchman
d9d4f3e629
Prepare v0.29.0 ( #3184 )
...
* update changelog and upgrading
* add note about max voting power in abci spec
* update version
* changelog
2019-01-21 19:32:10 -05:00
Ethan Buchman
7a8aeff4b0
update spec for Merkle RFC 6962 ( #3175 )
...
* spec: specify when MerkleRoot is on hashes
* remove unnecessary hash methods
* update changelog
* fix test
2019-01-21 10:02:57 -05:00
Ethan Buchman
4f8769175e
[types] hash of ConsensusParams includes only a subset of fields ( #3165 )
...
* types: dont hash entire ConsensusParams
* update encoding spec
* update blockchain spec
* spec: consensus params hash
* changelog
2019-01-19 16:08:57 -05:00
Henry Harder
4d36647eea
Add ParadigmCore to ecosystem.json ( #3145 )
...
Adding the OrderStream network client (alpha), ParadigmCore, to the `ecosystem.json` file.
2019-01-18 11:46:34 +04:00
Anton Kaliaev
87991059aa
docs: fix RPC links ( #3141 )
2019-01-17 08:42:57 -05:00
Gautham Santhosh
bc8874020f
docs: fix broken link ( #3142 )
2019-01-17 15:30:51 +04:00
Kunal Dhariwal
73ea5effe5
docs: update link for rpc docs ( #3129 )
2019-01-15 17:12:35 +04:00
Ethan Buchman
7b2c4bb493
update ADR-020 ( #3116 )
2019-01-14 11:53:43 -05:00
Dev Ojha
ec53ce359b
Simple merkle rfc compatibility ( #2713 )
...
* Begin simple merkle compatibility PR
* Fix query_test
* Use trillian test vectors
* Change the split point per RFC 6962
* update spec
* refactor innerhash to match spec
* Update changelog
* Address @liamsi's comments
* Write the comment requested by @liamsi
2019-01-13 18:02:38 -05:00
Ismail Khoffi
1f68318875
fix order of BlockID and Timestamp in Vote and Proposal ( #3078 )
...
* Consistent order fields of Timestamp/BlockID fields in CanonicalVote and
CanonicalProposal
* update spec too
* Introduce and use IsZero & IsComplete:
- update IsZero method according to spec and introduce IsComplete
- use methods in validate basic to validate: proposals come with a
"complete" blockId and votes are either complete or empty
- update spec: BlockID.IsNil() -> BlockID.IsZero() and fix typo
* BlockID comes first
* fix tests
2019-01-13 17:56:36 -05:00
Zarko Milosevic
1895cde590
[WIP] Fill in consensus core details in ADR 030 ( #2696 )
...
* Initial work towards making ConsensusCore spec complete
* Initial version of executor and complete consensus
2019-01-13 14:47:00 -05:00
Ethan Buchman
56a4fb4d72
add signing spec ( #3061 )
...
* add signing spec
* fixes from review
* more fixes
* fixes from review
2019-01-02 17:18:45 -08:00
srmo
49017a5787
3070 [docs] unindent text as it is supposed to behave the same as the parts before ( #3075 )
2019-01-01 10:42:39 +03:00
Zach
30f346fe44
docs: add rpc link to docs navbar and re-org sidebar ( #3041 )
...
* add rpc to docs navbar and close #3000
* Update config.js
2018-12-17 23:02:26 +04:00
Anton Kaliaev
4d8f29f79c
set allow_duplicate_ip to false ( #2992 )
...
* config: cors options are arrays of strings, not strings
Fixes #2980
* docs: update tendermint-core/configuration.html page
* set allow_duplicate_ip to false
* in `tendermint testnet`, set allow_duplicate_ip to true
Refs #2712
* fixes after Ismail's review
2018-12-17 11:52:33 -05:00
Zach
2182f6a702
update go version & other cleanup ( #3018 )
...
* update go version & other cleanup
* fix lints
* go one.eleven.four
* keep circle on 1.11.3 for now
2018-12-17 11:51:53 -05:00
Zach
0ff715125b
fix docs / proxy app ( #2988 )
...
* fix docs / proxy app, closes #2986
* counter_serial
* review comments
* list all possible options
* add changelog entries
2018-12-16 23:34:13 -05:00
Anton Kaliaev
b53a2712df
docs: networks/docker-compose: small fixes ( #3017 )
2018-12-15 15:38:13 -05:00
Hleb Albau
a75dab492c
#2980 fix cors doc ( #3013 )
2018-12-15 15:32:35 -05:00
Ethan Buchman
7c9e767e1f
2980 fix cors ( #3021 )
...
* config: cors options are arrays of strings, not strings
Fixes #2980
* docs: update tendermint-core/configuration.html page
* set allow_duplicate_ip to false
* in `tendermint testnet`, set allow_duplicate_ip to true
Refs #2712
* fixes after Ismail's review
* Revert "set allow_duplicate_ip to false"
This reverts commit 24c1094ebcf2bd35f2642a44d7a1e5fb5c178fb1.
2018-12-15 15:26:27 -05:00
Zach
f5cca9f121
docs: update DOCS_README ( #3019 )
...
Co-Authored-By: zramsay <zach.ramsay@gmail.com>
2018-12-15 23:01:28 +04:00
Zach
3fbe9f235a
docs: add edit on Github links ( #3014 )
2018-12-14 09:32:09 +04:00
Zach
9e075d8dd5
docs: enable full-text search ( #3004 )
2018-12-12 13:20:02 +04:00
Zach
8003786c9a
docs: fixes from 'first time' review ( #2999 )
2018-12-11 22:21:54 +04:00
Zach
68b467886a
docs: relative links in docs/spec/readme.md, js-amino lib ( #2977 )
...
Co-Authored-By: zramsay <zach.ramsay@gmail.com>
2018-12-07 19:41:19 +04:00
Anton Kaliaev
380afaa678
docs: update ecosystem.json: add Rust ABCI ( #2945 )
2018-11-29 15:57:11 +04:00
Ismail Khoffi
b30c34e713
rename Accum -> ProposerPriority: ( #2932 )
...
- rename fields, methods, comments, tests
2018-11-28 15:35:09 -05:00
Zach
3d15579e0c
docs: fix js-abci example ( #2935 )
2018-11-28 20:29:26 +04:00
Dev Ojha
4571f0fbe8
Enforce validators can only use the correct pubkey type ( #2739 )
...
* Enforce validators can only use the correct pubkey type
* adapt to variable renames
* Address comments from #2636
* separate updating and validation logic
* update spec
* Add test case for TestStringSliceEqual, clarify slice copying code
* Address @ebuchman's comments
* Split up testing validator update execution, and its validation
2018-11-28 09:09:27 -05:00
srmo
e291fbbebe
2871 remove proposalHeartbeat infrastructure ( #2874 )
...
* 2871 remove proposalHeartbeat infrastructure
* 2871 add preliminary changelog entry
2018-11-28 08:52:34 -05:00
Anton Kaliaev
ef9902e602
docs: small improvements ( #2933 )
...
* update docs
- make install_c cmd (install)
- explain node IDs (quick-start)
- update UPGRADING section (using-tendermint)
* use git clone with JS example
JS devs may not have Go installed and we should not force them to.
* rewrite sentence
2018-11-28 08:25:23 -05:00
Jernej Kos
99b9c9bf60
types: Emit tags from BeginBlock/EndBlock ( #2747 )
...
This commit makes both EventNewBlock and EventNewBlockHeader emit tags
on the event bus, so subscribers can use them in queries.
2018-11-26 22:21:42 -05:00
Ethan Buchman
47a0669d12
Fix fast sync stack with wrong block #2457 ( #2731 )
...
* fix fastsync may stuck by a wrong block
* fixes from updates
* fixes from review
* Align spec with the changes
* fmt
2018-11-26 15:31:11 -05:00
Ismail Khoffi
56052c0a87
update encoding spec ( #2903 )
...
Quick fix for #2902
2018-11-26 12:24:32 +04:00
Joe Bowman
72f86b5192
[pv] add ability to use ipc validator ( #2866 )
...
Ref #2827
(I have since seen #2847 which is a fix for the same issue; this PR has tests and docs too ;) )
2018-11-21 10:45:20 +04:00
Anton Kaliaev
7b883a5457
docs/install: prepend cp to /usr/local with sudo ( #2885 )
...
Closes #2884
2018-11-20 10:27:58 +04:00
cong
fd8d1d6b69
add BlockTimeIota to the config.toml ( #2878 )
...
Refs #2877
2018-11-19 20:15:23 +04:00
Anton Kaliaev
e6a0d098e8
small fixes to spec & http_server & Vagrantfile ( #2859 )
...
* Vagrantfile: install dev_tools
Follow-up on https://github.com/tendermint/tendermint/pull/2824
* update consensus params spec
* fix test name
* rpc_test: panic if failed to start listener
also
- remove http_server#MustListen
- align StartHTTPServer and StartHTTPAndTLSServer functions
* dep: allow minor releases for grpc
2018-11-16 12:58:30 -05:00
Zach
c033975a53
docs ADR ( #2828 )
...
* wip
* use same ADR template as SDK
* finish docs adr
* lil fixes
2018-11-15 18:08:24 -05:00
Anton Kaliaev
06225e332e
Config option for JSON output formatter ( #2843 )
...
* Introduce a structured logging option
* rename StructuredLog to LogFormat
* add changelog entry
* move log_format under log_level
2018-11-15 18:05:06 -05:00
Zach
be8c2d5018
use a github link ( #2849 )
2018-11-15 14:41:40 -05:00
zramsay
1ce24a6282
docs: update config: ref #2800 & #2837
2018-11-15 10:23:00 +04:00
Zach
3af11c43f2
cleanup ecosystem docs ( #2829 )
2018-11-14 14:52:01 +04:00
Zach
27fcf96556
update genesis docs, closes #2814 ( #2831 )
2018-11-14 14:34:10 +04:00
yutianwu
e11699038d
[R4R] Add adr-034: PrivValidator file structure ( #2751 )
...
* add adr-034
* update changelog
* minor changes
* do some refactor
2018-11-11 14:47:34 -05:00