Go to file
mossid f31a6f043f add test 2018-07-16 19:25:04 -07:00
.circleci abci: Add comment for doc update 2018-06-22 20:36:29 +02:00
.github add config to issue template 2018-06-19 11:59:14 +04:00
DOCKER Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
abci fixed all tests 2018-07-12 00:27:50 -07:00
benchmarks Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
blockchain Refactor "lite" to handle delayed validator set changes. 2018-06-25 17:12:25 -07:00
cmd Add logs to lite/*; Fix rpc status to return consensus height, not blockstore height 2018-06-26 16:53:06 -07:00
config bump max connections number to 900 2018-06-22 22:48:20 +04:00
consensus fixed all tests 2018-07-12 00:27:50 -07:00
crypto add test 2018-07-16 19:25:04 -07:00
docs first commit 2018-07-05 01:18:41 -07:00
evidence Delay validator set changes by 1 block. 2018-06-25 16:59:00 -07:00
libs Refactor "lite" to handle delayed validator set changes. 2018-06-25 17:12:25 -07:00
lite fixed all tests 2018-07-12 00:27:50 -07:00
mempool Move abci imports 2018-06-22 07:28:07 +02:00
networks Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
node Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections 2018-06-23 01:15:03 +02:00
p2p review comments: 2018-06-21 11:51:46 -07:00
privval Refactor "lite" to handle delayed validator set changes. 2018-06-25 17:12:25 -07:00
proxy Move abci imports 2018-06-22 07:28:07 +02:00
rpc fixed all tests 2018-07-12 00:27:50 -07:00
scripts remove no longer needed install_abci_apps script 2018-06-26 11:10:54 +04:00
state Delay validator set changes by 1 block. 2018-06-25 16:59:00 -07:00
test Fix test/p2p/pex circle tests; update consensus 2018-06-27 16:24:21 -07:00
types first commit 2018-07-05 01:18:41 -07:00
version Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
.editorconfig merge 2 rules in .editorconfig 2017-12-04 15:01:28 -06:00
.gitignore Fix test/p2p/pex circle tests; update consensus 2018-06-27 16:24:21 -07:00
CHANGELOG.md limit number of open connections 2018-06-22 19:25:11 +04:00
CODE_OF_CONDUCT.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
CONTRIBUTING.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Gopkg.lock fixed all tests 2018-07-12 00:27:50 -07:00
Gopkg.toml fixed all tests 2018-07-12 00:27:50 -07:00
LICENSE Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Makefile Delay validator set changes by 1 block. 2018-06-25 16:59:00 -07:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
ROADMAP.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
SECURITY.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Vagrantfile Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
appveyor.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
bump Try to fix circle... 2018-06-27 04:22:30 -07:00
codecov.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
docker-compose.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
foo.sh Try to fix circle... 2018-06-27 04:22:30 -07:00

README.md

Tendermint

Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.

version API Reference Go version riot.im license

Branch Tests Coverage
master CircleCI codecov
develop CircleCI codecov

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines.

For protocol details, see the specification.

A Note on Production Readiness

While Tendermint is being used in production in private, permissioned environments, we are still working actively to harden and audit it in preparation for use in public blockchains, such as the Cosmos Network. We are also still making breaking changes to the protocol and the APIs. Thus we tag the releases as alpha software.

In any case, if you intend to run Tendermint in production, please contact us :)

Security

To report a security vulnerability, see our bug bounty program.

For examples of the kinds of bugs we're looking for, see SECURITY.md

Minimum requirements

Requirement Notes
Go version Go1.9 or higher

Install

See the install instructions

Quick Start

Resources

Tendermint Core

For details about the blockchain data structures and the p2p protocols, see the the Tendermint specification.

For details on using the software, Read The Docs. Additional information about some - and eventually all - of the sub-projects below, can be found at Read The Docs.

Sub-projects

  • ABCI, the Application Blockchain Interface
  • Go-Wire, a deterministic serialization library
  • Go-Crypto, an elliptic curve cryptography library
  • TmLibs, an assortment of Go libraries used internally
  • IAVL, Merkleized IAVL+ Tree implementation

Tools

Applications

More

Contributing

Yay open source! Please see our contributing guidelines.

Versioning

SemVer

Tendermint uses SemVer to determine when and how the version changes. According to SemVer, anything in the public API can change at any time before version 1.0.0

To provide some stability to Tendermint users in these 0.X.X days, the MINOR version is used to signal breaking changes across a subset of the total public API. This subset includes all interfaces exposed to other processes (cli, rpc, p2p, etc.), but does not include the in-process Go APIs.

That said, breaking changes in the following packages will be documented in the CHANGELOG even if they don't lead to MINOR version bumps:

  • types
  • rpc/client
  • config
  • node

Exported objects in these packages that are not covered by the versioning scheme are explicitly marked by // UNSTABLE in their go doc comment and may change at any time. Functions, types, and values in any other package may also change at any time.

Upgrades

In an effort to avoid accumulating technical debt prior to 1.0.0, we do not guarantee that breaking changes (ie. bumps in the MINOR version) will work with existing tendermint blockchains. In these cases you will have to start a new blockchain, or write something custom to get the old data into the new chain.

However, any bump in the PATCH version should be compatible with existing histories (if not please open an issue).

Code of Conduct

Please read, understand and adhere to our code of conduct.