package octez-libs

  1. Overview
  2. Docs
A package that contains multiple base libraries used by the Octez suite

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

Description

Published: 16 Feb 2024

README

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 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.

Dependencies (59)

  1. resto-acl >= "1.2"
  2. resto-cohttp-server >= "1.2"
  3. cohttp-lwt-unix >= "5.2.0"
  4. resto-cohttp-client >= "1.2"
  5. resto-cohttp >= "1.2"
  6. lwt-watcher = "0.2"
  7. tezos-sapling-parameters >= "1.1.0"
  8. tezos-rust-libs = "1.6"
  9. integers_stubs_js
  10. integers
  11. conf-rust
  12. irmin-pack >= "3.7.2" & < "3.8.0"
  13. irmin >= "3.7.2" & < "3.8.0"
  14. ringo >= "1.0.0"
  15. uutf
  16. conf-libev
  17. mtime >= "1.4.0" & < "2.0.0"
  18. ptime >= "1.1.0"
  19. ipaddr >= "5.3.0" & < "6.0.0"
  20. aches-lwt >= "1.0.0"
  21. octez-alcotezt = version
  22. octez-distributed-lwt-internal = version
  23. logs
  24. stdint
  25. repr
  26. ppx_deriving
  27. base-unix
  28. cmdliner >= "1.1.0"
  29. bigstringaf >= "0.5.0"
  30. ppx_repr >= "0.6.0"
  31. eqaf
  32. bigarray-compat
  33. alcotest >= "1.5.0"
  34. secp256k1-internal >= "0.4.0"
  35. re >= "1.10.0"
  36. bls12-381 = version
  37. resto-directory >= "1.2"
  38. resto >= "1.2"
  39. ezjsonm >= "1.3.0"
  40. ctypes >= "0.18.0"
  41. ctypes_stubs_js
  42. hacl-star-raw
  43. hacl-star >= "0.7.1" & < "0.8"
  44. lwt-canceler >= "0.3" & < "0.4"
  45. seqes >= "0.2"
  46. aches >= "1.0.0"
  47. zarith_stubs_js
  48. zarith >= "1.12" & < "1.13"
  49. hex >= "1.3.0"
  50. ppx_expect
  51. data-encoding >= "0.7.1" & < "1.0.0"
  52. pure-splitmix = "0.3"
  53. lwt >= "5.7.0"
  54. qcheck-alcotest >= "0.20"
  55. fmt >= "0.8.7"
  56. uri >= "3.1.0"
  57. tezt >= "4.0.0" & < "5.0.0"
  58. ocaml >= "4.14.1" & < "4.15"
  59. dune >= "3.11.1"

Dev Dependencies (2)

  1. bigstring with-test
  2. qcheck-core with-test

Used by (66)

  1. octez >= "19.1"
  2. octez-accuser-Proxford >= "19.1"
  3. octez-accuser-PtNairob >= "19.1"
  4. octez-baker-Proxford >= "19.1"
  5. octez-baker-PtNairob >= "19.1"
  6. octez-client >= "19.1"
  7. octez-codec >= "19.1"
  8. octez-crawler >= "19.1"
  9. octez-dac-client >= "19.1"
  10. octez-dac-node >= "19.1"
  11. octez-injector >= "19.1"
  12. octez-l2-libs >= "19.1"
  13. octez-node >= "19.1"
  14. octez-node-config >= "19.1"
  15. octez-proto-libs >= "19.1"
  16. octez-protocol-000-Ps9mPmXa-libs >= "19.1"
  17. octez-protocol-001-PtCJ7pwo-libs >= "19.1"
  18. octez-protocol-002-PsYLVpVv-libs >= "19.1"
  19. octez-protocol-003-PsddFKi3-libs >= "19.1"
  20. octez-protocol-004-Pt24m4xi-libs >= "19.1"
  21. octez-protocol-005-PsBabyM1-libs >= "19.1"
  22. octez-protocol-006-PsCARTHA-libs >= "19.1"
  23. octez-protocol-007-PsDELPH1-libs >= "19.1"
  24. octez-protocol-008-PtEdo2Zk-libs >= "19.1"
  25. octez-protocol-009-PsFLoren-libs >= "19.1"
  26. octez-protocol-010-PtGRANAD-libs >= "19.1"
  27. octez-protocol-011-PtHangz2-libs >= "19.1"
  28. octez-protocol-012-Psithaca-libs >= "19.1"
  29. octez-protocol-013-PtJakart-libs >= "19.1"
  30. octez-protocol-014-PtKathma-libs >= "19.1"
  31. octez-protocol-015-PtLimaPt-libs >= "19.1"
  32. octez-protocol-016-PtMumbai-libs >= "19.1"
  33. octez-protocol-017-PtNairob-libs >= "19.1"
  34. octez-protocol-018-Proxford-libs >= "19.1"
  35. octez-protocol-alpha-libs >= "19.1"
  36. octez-protocol-compiler >= "19.1"
  37. octez-proxy-server >= "19.1"
  38. octez-rpc-process >= "19.1"
  39. octez-shell-libs >= "19.1"
  40. octez-signer >= "19.1"
  41. octez-smart-rollup-node >= "19.1"
  42. octez-smart-rollup-node-alpha >= "19.1"
  43. octez-smart-rollup-node-lib >= "19.1"
  44. octez-smart-rollup-node-Proxford >= "19.1"
  45. octez-smart-rollup-node-PtNairob >= "19.1"
  46. octez-smart-rollup-wasm-debugger-lib >= "19.1"
  47. octez-version >= "19.1"
  48. tezos-benchmark >= "19.1"
  49. tezos-client-demo-counter >= "19.1"
  50. tezos-client-genesis >= "19.1"
  51. tezos-dac-client-lib >= "19.1"
  52. tezos-dac-lib >= "19.1"
  53. tezos-dac-node-lib >= "19.1"
  54. tezos-dal-node-lib >= "19.1"
  55. tezos-dal-node-services >= "19.1"
  56. tezos-protocol-011-PtHangz2 >= "19.1"
  57. tezos-protocol-012-Psithaca >= "19.1"
  58. tezos-protocol-013-PtJakart >= "19.1"
  59. tezos-protocol-014-PtKathma >= "19.1"
  60. tezos-protocol-015-PtLimaPt >= "19.1"
  61. tezos-protocol-016-PtMumbai >= "19.1"
  62. tezos-protocol-017-PtNairob >= "19.1"
  63. tezos-protocol-018-Proxford >= "19.1"
  64. tezos-protocol-alpha >= "19.1"
  65. tezos-proxy-server-config >= "19.1"
  66. tezt-tezos >= "19.1"

Conflicts (4)

  1. stdcompat < "19"
  2. result < "1.5"
  3. hacl_x25519
  4. checkseum = "0.5.0"
OCaml

Innovation. Community. Security.