Go to file
Rigel 58acbf5ee3 contributing guide typos (#1831)
* contributing guide typos

* fix git remote cmd
2018-06-29 11:09:16 +04:00
.circleci abci: Add comment for doc update 2018-06-22 20:36:29 +02:00
.github Update ISSUE_TEMPLATE to mention using pastebin (#1832) 2018-06-29 11:01:11 +04:00
DOCKER Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
abci docs: update abci links (#1796) 2018-06-23 00:16:51 +02:00
benchmarks Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
blockchain Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
cmd config: rename skip_upnp to upnp (#1827) 2018-06-28 11:09:39 +04:00
config config: rename skip_upnp to upnp (#1827) 2018-06-28 11:09:39 +04:00
consensus consensus: fix addProposalBlockPart 2018-06-27 18:14:45 +04:00
crypto crypto: Abstract pubkey / signature size when known to constants (#1808) 2018-06-29 11:08:01 +04:00
docs config: rename skip_upnp to upnp (#1827) 2018-06-28 11:09:39 +04:00
evidence Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
libs Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
lite Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections 2018-06-23 01:15:03 +02:00
mempool log total when adding new txs to the mempool 2018-06-27 18:14:45 +04:00
networks proper link to a docs module (#1822) 2018-06-27 10:54:01 +04:00
node Adding IPv6 support to peering (#1818) 2018-06-28 11:29:27 +04:00
p2p Adding IPv6 support to peering (#1818) 2018-06-28 11:29:27 +04:00
privval Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
proxy Move abci imports 2018-06-22 07:28:07 +02:00
rpc Feature/support https rpc client (#1816) 2018-06-27 15:03:47 +04:00
scripts Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
state Move abci imports 2018-06-22 07:28:07 +02:00
test ci: Setup abci in dependency step 2018-06-22 19:29:44 +02:00
types Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs 2018-06-23 00:55:31 +02: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 docs: update abci links (#1796) 2018-06-23 00:16:51 +02:00
CHANGELOG.md crypto: Abstract pubkey / signature size when known to constants (#1808) 2018-06-29 11:08:01 +04:00
CODE_OF_CONDUCT.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
CONTRIBUTING.md contributing guide typos (#1831) 2018-06-29 11:09:16 +04:00
Gopkg.lock limit number of open connections 2018-06-22 19:25:11 +04:00
Gopkg.toml Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections 2018-06-23 01:15:03 +02:00
LICENSE Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Makefile Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
README.md Broken link to docs/terraform-and-ansible corrected (#1823) 2018-06-28 11:28:41 +04: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
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

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.