Skip to content
Snippets Groups Projects
Select Git revision
  • functori@fit-refutation-tests-for-explorus
  • master default protected
  • functori@close-operation-stream-on-worker-close
  • functori@dal-refutation-proofs-II-serialization
  • functori@dal-refutation-proofs-II
  • functori@octez-explorus.first_page_with_vue_js
  • functori@octez-explorus.first_rpc_js_console_print
  • functori@octez-explorus.main-explorus-run-command
  • functori@octez-explorus.rpc-without-js-compatible
  • functori@octez-explorus.first_js_console_print
  • functori@octez-explorus
  • functori@octez-explorus.rpc-encoding
  • mehdi@remove_ithaca_python_tests
  • andrea@scoru-make-rollup-node-state-persistent
  • functori@scoru@tezt-scenario
  • functori@scoru@sc_rollup_refute_in_operation_core
  • pierrick@wasm-block-continuation
  • igarnier-compare-workloads
  • functori@scoru@add-messages-with-history-issue-1
  • scoru@add_timeout_per_challenger
  • v14.0-rc1
  • v13.0
  • v12.4
  • 12.4.0
  • v13.0-rc1
  • v12.3
  • 12.3.0
  • v12.2
  • 12.2.0
  • v12.1
  • 12.1.0
  • v12.0
  • v12.0-rc2
  • v11.1
  • 11.1.0
  • v12.0-rc1
  • v11.0+no_adx
  • v11.0
  • 11.0.0
  • v11.0-rc2
40 results

tezos

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Tezos / tezos
    31901 commits behind the upstream repository.
    Marge Bot's avatar
    Merge tezos/tezos!7766: Internal events: fix parenthesis appearing at the end of every log
    Marge Bot authored
    Co-authored-by: default avatarRémy El Sibaïe <remy.el-sibaie@nomadic-labs.com>
    
    Approved-by: default avatarAlbin Coquereau <pro.acoquer@protonmail.com>
    Approved-by: default avatarVictor Allombert <victor.allombert@tezcore.com>
    
    See merge request tezos/tezos!7766
    c26abe85
    History

    Tezos Octez implementation

    Introduction

    Tezos is a blockchain that offers both consensus and meta-consensus, by which we mean that Tezos comes to consensus both about the state of its ledger, and also about how the protocol and the nodes should adapt and upgrade. For more information about the project, see https://tezos.com.

    Getting started

    Instructions to install, start using, and taking part in the consensus are available at https://tezos.gitlab.io/.

    The Tezos software

    This repository hosts Octez, an implementation of the Tezos blockchain. Octez provides a node, a client, a baker, an accuser, and other tools, distributed with the Tezos economic protocols of Mainnet for convenience.

    In more detail, this git repository contains:

    • the source code, in directory src/
    • tests (mainly system tests):
      • in a Python testing and execution framework, under tests_python/
      • in an OCaml system testing framework for Tezos called Tezt, under tezt/
    • the developer documentation of the Tezos software, under docs/
    • a few third-party libraries, adapted for Tezos, under vendors/

    The Tezos software may run either on the nodes of the main Tezos network (mainnet) or on various Tezos test networks.

    The documentation for developers, including developers of the Tezos software and developer of Tezos applications and tools, is available online at https://tezos.gitlab.io/. This documentation is always in sync with the master branch which may however be slightly desynchronized with the code running on the live networks.

    The source code of Octez is placed under the MIT Open Source License.

    Contributing

    Development workflow

    All development of the Tezos code happens on GitLab at https://gitlab.com/tezos/tezos. Merge requests (https://gitlab.com/tezos/tezos/-/merge_requests) should usually target the master branch; see the contribution instructions.

    The issue tracker at https://gitlab.com/tezos/tezos/issues can be used to report bugs and to request new simple features. The Tezos Agora forum is another great place to discuss the future of Tezos with the community at large.

    Continuous Integration

    Running CI pipelines in your forks using GitLab's shared runners may fail, for instance because tests may take too long to run. The CI of tezos/tezos (i.e. https://gitlab.com/tezos/tezos) uses custom runners that do not have this issue. If you create a merge request targeting tezos/tezos, pipelines for your branch will run using those custom runners. To trigger those pipelines you need to be a developer in the tezos/tezos project. Otherwise, reviewers can do that for you.

    Development of the Tezos protocol

    The core of the Tezos software that implements the economic ruleset is called the protocol. Unlike the rest of the source code, updates to the protocol must be further adopted through the Tezos on-chain voting procedure. Protocol contributors are encouraged to synchronize their contributions to minimize the number of protocol proposals that the stakeholders have to study and to maximize the throughput of the voting procedure.

    Community

    Links to community websites are gathered at https://tezos.gitlab.io/introduction/tezos.html#the-community.