mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
3308ac7d8393c991914458bb30894f9f2e72a822
For the tests its better to not use the timeout_commit, and to wait for all the votes, because otherwise we can end up with timing dependencies in the testing code which can lead to nondeterministic failures. That was part of the reason for this change originally.
Tendermint
Simple, Secure, Scalable Blockchain Platform
Branch | Tests | Coverage | Report Card |
---|---|---|---|
develop | |||
master |
NOTE: This is yet pre-alpha non-production-quality software.
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and replicates it on many machines. See the application developers guide to get started.
Contributing
Yay open source! Please see our contributing guidelines.
Resources
Tendermint Core
- Introduction
- Validators
- Byzantine Consensus Algorithm
- Block Structure
- RPC
- Genesis
- Configuration
- Light Client Protocol
- Roadmap for V2
Sub-projects
Install
go get -u github.com/tendermint/tendermint/cmd/tendermint
For more details, see the install guide.
Description
Languages
Go
72.6%
C
17.7%
Shell
3.2%
Python
1.6%
Makefile
1%
Other
3.7%