Nix packaging for https://gitlab.com/ligolang/ligo
a08d6b8cd9
The new checkpoint is the current `last_allowed_fork_level` of the new head. When updating the checkpoint the shell tags as invalid all blocks with a level strictly higher to the new checkpoint that are inconstant with it. And it removes from the disk all the block with a level lower or equal to the new checkpoint that do not belongs to the current chain. Though, the shell removes nothing from the disk when the current head is below the current checkpoint: this will allow to configure an expected checkpoint when bootstraping a node. The first patch is very conservative and only detects new incompatible blocks when they are stored on disk (i.e. after the validation). Fiture patches try to detect earlier such incompatible block. |
||
---|---|---|
.github | ||
.gitlab/issue_templates | ||
docs | ||
emacs | ||
scripts | ||
src | ||
vendors | ||
.dockerignore | ||
.gitignore | ||
.gitlab-ci.yml | ||
.ocp-indent | ||
jbuild | ||
jbuild-workspace | ||
Makefile | ||
README.md |
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.
- Developer documentation is available online at http://doc.tzalpha.net
- The page https://www.tezos.com/ contains more information about the project, even though it is frozen in time due to external reasons
- All development now happens on Gitlab at https://gitlab.com/tezos/tezos
The Tezos Alpha (test) network has been live and open since February 2017.
- More information on joining the Alphanet at http://doc.tzalpha.net/introduction/alphanet.html
- Several community built block explorers are available:
- A few community run websites collect useful Tezos links:
- There is a matrix channel Tezos that you can join via https://riot.im/app/#/room/#tezos:matrix.org
- There is a #tezos channel on freenode that is reserved for technical discussions
- There is also a community FAQ at https://github.com/tezoscommunity/faq
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.