Movatterモバイル変換


[0]ホーム

URL:


packagetezos-store

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

Tezos: store for `octez-node`

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

Description

This library provides abstraction for storing and iterating over blocks.tezos-store is a virtual library that provides two implementations:

  • tezos-store.real is the default implementation, used in production
  • tezos-store.mocked is used for testing purposes.

Published:21 Aug 2023

README

Tezos Octez implementation

Introduction

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

Getting started

Instructions toinstall,start using, andtaking part in the consensus are available at https://tezos.gitlab.io/.

The Tezos software

This repository hostsOctez, 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 onvarious 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 theMIT 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 themaster branch; seethe contribution instructions.

The issue tracker at https://gitlab.com/tezos/tezos/issues can be used to report bugs and to request new simple features. TheTezos 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 oftezos/tezos (i.e. https://gitlab.com/tezos/tezos) uses custom runners that do not have this issue. If you create a merge request targetingtezos/tezos, pipelines for your branch will run using those custom runners. To trigger those pipelines you need to be a developer in thetezos/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 theprotocol. Unlike the rest of the source code, updates to the protocol must be further adopted through theTezos 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 athttps://tezos.gitlab.io/introduction/tezos.html#the-community.

Dependencies (24)

  1. tezos-rpc= version
  2. prometheus>= "1.2"
  3. tar-unix>= "2.0.1" & < "3.0.0"
  4. tar
  5. camlzip>= "1.11" & < "1.12"
  6. lwt-watcher= "0.2"
  7. tezos-stdlib= version
  8. tezos-protocol-updater= version
  9. tezos-shell-context= version
  10. tezos-context-ops= version
  11. tezos-context= version
  12. tezos-protocol-environment= version
  13. irmin-pack>= "3.6.1" & < "3.7.0"
  14. index>= "1.6.0" & < "1.7.0"
  15. tezos-version= version
  16. tezos-validation= version
  17. aches-lwt>= "1.0.0"
  18. aches>= "1.0.0"
  19. tezos-shell-services= version
  20. tezos-crypto= version
  21. tezos-base= version
  22. tezos-stdlib-unix= version
  23. ocaml>= "4.14" & < "5.0"
  24. dune>= "3.0"

Dev Dependencies (8)

  1. tezos-test-helperswith-test & = version
  2. octez-alcoteztwith-test & = version
  3. tezos-protocol-plugin-alphawith-test & = version
  4. tezos-protocol-alphawith-test & = version
  5. tezos-embedded-protocol-alphawith-test & = version
  6. tezos-embedded-protocol-genesiswith-test & = version
  7. tezos-embedded-protocol-demo-noopswith-test & = version
  8. teztwith-test & >= "3.1.0"

Used by (3)

  1. octez-node= "17.3"
  2. octez-node-config= "17.3"
  3. tezos-shell>= "17.3"

Conflicts (1)

  1. checkseum= "0.5.0"

[8]ページ先頭

©2009-2025 Movatter.jp