Go to file
Ethan Buchman 3a0dff7db2 fix changelog 2018-07-01 11:51:06 -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 back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
blockchain Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
cmd [tendermint init] add default consensus params to genesis 2018-06-29 12:40:32 +04:00
config revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
consensus [config] remove MaxBlockSizeTxs and MaxBlockSizeBytes in favor of consensus params 2018-06-29 12:40:32 +04:00
crypto revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
docs Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 2018-07-01 11:39:43 -04:00
evidence revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04: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 fix empty packet size calculation 2018-06-29 12:40:32 +04:00
networks proper link to a docs module (#1822) 2018-06-27 10:54:01 +04:00
node [p2p] add godoc comments to Listener (#1828) 2018-06-29 11:48:52 +04:00
p2p Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 2018-07-01 11:39:43 -04:00
privval revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
proxy Move abci imports 2018-06-22 07:28:07 +02:00
rpc revert back to Jae's original payload size limit 2018-06-29 12:57:17 +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 set MaxTxs to 10000 (the same that was used in the config before) 2018-07-01 09:44:12 +04:00
version changelog and version 2018-07-01 00:50:49 -04: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 fix changelog 2018-07-01 11:51:06 -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.