Go to file
bruno 5a37f6acf1 Shell: mv p2p errors to shell services
Notes:
1. P2p_socket.Rejected -> P2p_errors.Rejected_socket_connection
   to avoid conflict with P2p_pool.Rejected
2. Connection_closed error in P2p_pool unused and redundant with one
   in P2p_io_scheduler
2018-03-01 12:28:04 +00:00
.github Symlink: fix missing symlink referent 2018-01-31 22:36:07 +00:00
.gitlab/issue_templates Issue template 2017-10-20 08:55:21 +00:00
docs Update compiler version: 4.06.0 -> 4.06.1 2018-02-26 13:35:47 +00:00
emacs Client: update typecheck program flags and michelson mode 2018-02-17 20:42:03 -05:00
scripts CI: add missing 'test' package in the cached opam repository 2018-02-26 11:58:39 -05:00
src Shell: mv p2p errors to shell services 2018-03-01 12:28:04 +00:00
vendors Fix indent 2018-02-20 18:29:56 +01:00
.dockerignore Client: split client-alpha into lib and commands and extract the baker 2018-02-15 22:54:39 +01:00
.gitignore Client: split client-alpha into lib and commands and extract the baker 2018-02-15 22:54:39 +01:00
.gitlab-ci.yml CI: doc in branch name triggers make doc-html 2018-02-20 22:40:40 +00:00
.ocp-indent First public release 2016-09-08 19:29:33 -07:00
jbuild Jbuilder: Move alpha/genesis/demo in their own two OPAM packages 2017-12-04 16:05:54 +01:00
jbuild-workspace Jbuilder: Move client & node libraries in their own OPAM packages 2017-12-04 19:15:26 +01:00
Makefile Makefile: add 'fix-indent' target 2018-02-26 14:02:40 +00:00
README.md Update the README 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.