tendermint/docs
Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598)
* WIP: switching to fixed offsets for SignBytes

* add version field to sign bytes and update order

* more comments on test-cases and add a tc with a chainID

* remove amino:"write_empty" tag

- it doesn't affect if default fixed size fields ((u)int64) are
written or not
- add comment about int->int64 casting

* update CHANGELOG_PENDING

* update documentation

* add back link to issue #1622 in documentation

* remove JSON tags and add (failing test-case)

* fix failing test

* update test-vectors due to added `Type` field

* change Type field from string to byte and add new type alias

- SignedMsgType replaces VoteTypePrevote, VoteTypePrecommit and adds new
ProposalType to separate votes from proposal when signed

- update test-vectors

* fix remains from rebasing

* use SignMessageType instead of byte everywhere

* fixes from review
2018-10-12 19:21:46 -04:00
..
.vuepress add spec/abci/readme to sidebar (#2551) 2018-10-05 09:51:23 -04:00
app-dev update docs links & sidebar (#2541) 2018-10-04 17:22:41 -04:00
architecture add adr (#2553) 2018-10-05 23:44:53 -04:00
imgs docs: fix links & other imrpvoements 2018-08-07 19:47:51 -04:00
interviews Peng/deprecate aib data (#1926) 2018-07-09 13:19:45 +04:00
introduction update docs links & sidebar (#2541) 2018-10-04 17:22:41 -04:00
networks Minor doc fix regarding testnet on non-linux OS (#2601) 2018-10-11 10:03:34 -04:00
research Minor docs cleanup (#2472) 2018-09-23 02:25:33 -04:00
spec [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
tendermint-core Add additional metrics (#2500) 2018-10-10 18:27:43 +02:00
tools update docs links & sidebar (#2541) 2018-10-04 17:22:41 -04:00
.python-version Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
.textlintrc.json lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
DOCS_README.md docs/spec/abci: consensus params and general merkle (#2524) 2018-09-30 15:08:01 -04:00
README.md docs/spec/abci: consensus params and general merkle (#2524) 2018-09-30 15:08:01 -04:00
package-lock.json docs: Add assets/instructions for local docs build (#2453) 2018-09-21 13:39:55 +02:00
package.json lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
stop-words.txt lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00
yarn.lock lint markdown docs using a stop-words and write-good linters (#2195) 2018-08-27 11:33:46 +04:00

README.md

Tendermint

Welcome to the Tendermint Core documentation!

Tendermint Core is a blockchain application platform; it provides the equivalent of a web-server, database, and supporting libraries for blockchain applications written in any programming language. Like a web-server serving web applications, Tendermint serves blockchain applications.

More formally, Tendermint Core performs Byzantine Fault Tolerant (BFT) State Machine Replication (SMR) for arbitrary deterministic, finite state machines. For more background, see What is Tendermint?.

To get started quickly with an example application, see the quick start guide.

To learn about application development on Tendermint, see the Application Blockchain Interface.

For more details on using Tendermint, see the respective documentation for Tendermint Core, benchmarking and monitoring, and network deployments.

Contribute

To contribute to the documentation, see this file for details of the build process and considerations when making changes.

Version

This documentation is built from the following commit: