Ismail Khoffi
fc073746a0
privval: Switch to amino encoding in SignBytes ( #2459 )
...
* switch to amino for SignBytes and add Reply with error message
- currently only Vote is done
* switch Reply type in socket for other messages
- add error description on error
* add TODOs regarding error handling
* address comments from peer review session (thx @xla)
- contains all changes besides the test-coverage / error'ing branches
* increase test coverage:
- add tests for each newly introduced error'ing code path
* return error if received wrong response
* add test for wrong response branches (ErrUnexpectedResponse)
* update CHANGELOG_PENDING and related documentation (spec)
* fix typo: s/CanonicallockID/CanonicalBlockID
* fixes from review
2018-09-28 19:57:29 -04:00
Zach
886a83dfb8
docs: Add assets/instructions for local docs build ( #2453 )
...
* ungitignore
* add docs/.vuepress to enable local builds
* config.js needs to be here, one less step
* docs: make spec in sidebar nicer
* docs: local build instructions
2018-09-21 13:39:55 +02:00
xiaoping
dea4e96f66
fix docs links ( #2352 )
2018-09-10 10:42:48 +04:00
Ethan Buchman
8b94deca73
Merge pull request #2354 from tendermint/anton/fix-typos-in-spec
...
Fix typos in spec
2018-09-07 07:28:50 -04:00
Ethan Buchman
4cd2e40fb1
TMBIN -> Amino
2018-09-07 07:28:58 -04:00
Anton Kaliaev
47dc4e6428
fix a few typos in spec
2018-09-07 11:40:16 +04:00
Ethan Buchman
6fd79d1545
docs/spec/blockchain: remove tags from result for now
2018-09-06 12:47:26 -04:00
Ethan Buchman
e0fa827a53
docs/spec/blockchain: specify consensus params in state.md
2018-09-06 12:41:57 -04:00
Ethan Buchman
bdf3238710
docs/spec/blockchain: bring blockchain.md up-to-date
2018-09-06 12:41:33 -04:00
Ethan Buchman
ed9e00a8a7
docs/spec/blockchain: fix encoding JSON
2018-09-06 12:41:02 -04:00
Ethan Buchman
91f8af8fd8
docs/spec/blockchain: update vote, signature, time
2018-09-05 19:14:18 -04:00
Ethan Buchman
80c217089a
docs/spec/blockchain: remove json tags, dont use HexBytes
2018-09-05 18:57:54 -04:00
Zach
7f6bd5c161
docs & spec: deduplicate block-structure.md ( #2331 )
2018-09-05 12:21:04 -04:00
Zach
92185c017c
Several minor docs & spec cleanup ( #2330 )
...
* addr_book_strick=false on local nets
* link to spec
* spec: remove TODO, see #1749 instead
* spec: make issues from TODOs
* update docs on addr_book_strict option
2018-09-05 10:30:36 +04:00
Peng Zhong
20e35654c6
lint markdown docs using a stop-words and write-good linters ( #2195 )
...
* lint docs with write-good, stop-words
* remove package-lock.json
* update changelog
* fix wrong paragraph formatting
* fix some docs formatting
* fix docs format
* fix abci spec format
2018-08-27 11:33:46 +04:00
Anton Kaliaev
bec9d5cba9
add proposer address to block's Header
...
Refs #1134
Validation:
- ignored in block.ValidateBasic since it's stateful information
- checked in blockExec.ValidateBlock
2018-08-05 15:16:49 -04:00
Zarko Milosevic
08ad162daa
docs: Modify blockchain spec to reflect validator set changes ( #2107 )
2018-07-31 20:19:57 +02: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
Ethan Buchman
ec710395b7
RIPEMD160 -> SHA256
2018-07-02 14:27:43 -04:00
Ethan Buchman
d47b4ef12d
update some docs
2018-07-02 14:20:27 -04:00
Ethan Buchman
da4632c651
docs/spec: update address spec to sha2 for ed25519
2018-07-01 01:29:28 -04:00
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
...
protobuf -> proto
protobuf version X -> protoX
2018-06-23 09:29:46 -04:00
Liamsi
8329b86570
more changes from #1721
2018-06-20 20:25:08 -07:00
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
...
This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
Liamsi
96a3502126
delete everything
2018-06-20 15:19:08 -07:00
Ethan Buchman
506cf6c9c7
docs/spec: DuplicateVoteEvidence
2018-06-15 23:19:42 -07:00
Ethan Buchman
b8f340afd0
docs/spec: some organizational cleanup
2018-06-15 22:56:26 -07:00
Ethan Buchman
8be27494bb
update abci spec. add address spec
2018-06-06 16:11:58 -07:00
Liamsi
7030d5c2a7
remove notes column
...
according to: https://github.com/tendermint/go-crypto/pull/110#issuecomment-394048086
2018-06-02 13:04:40 +01:00
Liamsi
978277a4c1
make slightly more readable
2018-05-31 20:40:01 +01:00
Liamsi
58eb76f34d
simplify & update documentation, fiy typo
2018-05-31 20:13:41 +01:00
Zach Ramsay
2aa5285c66
fix from self-review
2018-05-23 10:08:57 -04:00
Zach Ramsay
423fef1416
docs: use absolute links ( #1617 )
2018-05-23 10:01:32 -04:00
Ethan Buchman
1ef415728d
docs/spec: blockchain and consensus dirs
2018-05-20 00:28:47 -04:00