Raphaël Proust 28abac0fb9 Alpha/endorser: bugfix
The `max_past` parameter, supposed to stop endorsing of blocks that are
too old, compared absolute times rather than relative times.
Specifically, it would check whether the block timestamp or the current
time was more recent than 110 seconds after epoch.

The new version checks whether the difference between the block
timestamp and the current time is greater than 110seconds.
2018-06-19 03:06:21 +02:00
2017-10-20 08:55:21 +00:00
2018-06-19 03:06:21 +02:00
2018-06-18 11:39:37 +00:00
2018-06-06 10:54:33 +02:00
2018-06-06 10:54:33 +02:00
2016-09-08 19:29:33 -07:00
2018-05-30 12:59:59 +02:00
2018-02-20 22:40:43 +00:00

Tezos

Tezos is a distributed consensus platform with meta-consensus capability. Tezos not only comes to consensus about the state of its ledger, like Bitcoin or Ethereum. It also attempts to come to consensus about how the protocol and the nodes should adapt and upgrade.

The Tezos Alpha (test) network has been live and open since February 2017.

The source code of Tezos is currently under exclusive copyright of Dynamic Ledger Solutions, and will be open sourced under the MIT license when the main network lunches.

Description
Languages
OCaml 84.6%
TypeScript 7.1%
JavaScript 4%
CSS 1.4%
Shell 0.8%
Other 2%