Anton Kaliaev 3478de50a1 no need for map - tx responses should arrive in order (Refs #237)
```
me: so we are executing them in order and receiving them in order and there is no way we could receive them out of order (due to network or something else), correct?
ebuchman: if we receive them out of order, ABCI is broken
ebuchman: so it is possible, if the ABCI server we're talking to is not implementing the spec
ebuchman: but that shouldn't justify us building a map
```
2017-04-10 22:44:08 +04:00
2016-02-19 02:11:50 +00:00
2017-04-10 22:44:07 +04:00
2017-03-06 17:32:42 -05:00
2017-04-10 22:44:07 +04:00
2017-02-13 21:40:26 -05:00
2017-03-28 12:09:11 -04:00
2017-03-09 01:34:11 -05:00
2017-03-27 15:17:10 +04:00
2017-03-02 23:58:55 -05:00
2017-03-09 01:34:11 -05:00
2017-04-10 22:44:07 +04:00
2017-03-27 16:59:54 -04:00
2016-07-18 11:51:37 -04:00
2017-03-27 15:17:10 +04:00
2017-01-29 13:38:54 -08:00

Tendermint

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

version API Reference chat license

Branch Tests Coverage Report Card
develop CircleCI codecov Go Report Card
master CircleCI codecov Go Report Card

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 securely replicates it on many machines.

For more background, see the introduction.

To get started developing applications, see the application developers guide.

Install

To download pre-built binaries, see our downloads page.

To install from source, you should be able to:

go get -u github.com/tendermint/tendermint/cmd/tendermint

For more details (or if it fails), see the install guide.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Applications

More

Description
No description provided
Readme Apache-2.0 394 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%