package tezos-protocol-environment

  1. Overview
  2. No Docs
Interface layer between the protocols and the shell

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v13.0.tar.bz2
sha256=e9f47a476c7c8fd359f6fb2bd0f2807de1774c96220e51f83e0a9939faf1b5ab
sha512=9d67a2cb737956741b53a5155b743ef611785eb393789cfe8d4d7680e87d097d67b93f489efbdce63ad4c783d0e397ebb1400c46636906ed0debe76de47c5562

Description

The protocol-environment is a two-sided component sitting between the shell and the protocols.

On one side, it provides a restricted typing environment to compile the protocols against. This is a series of modules which replace the standard library of OCaml. These modules purposefully omit many functionalities, thus preventing the protocols from, say, directly writing to disk.

On the other side, it provides the shell with specific call-sites in the protocols. These are the only entry-points into the otherwise black-box protocols.

Published: 03 Jun 2022

Dependencies (16)

  1. tezos-event-logging = version
  2. tezos-context = version
  3. tezos-micheline = version
  4. tezos-sapling = version
  5. tezos-base = version
  6. ringo-lwt = "0.8"
  7. ringo = "0.8"
  8. zarith_stubs_js
  9. zarith >= "1.12" & < "1.13"
  10. bls12-381 >= "3.0.0" & < "3.1.0"
  11. data-encoding >= "0.5.3" & < "0.6"
  12. tezos-lwt-result-stdlib = version
  13. tezos-crypto = version
  14. tezos-stdlib = version
  15. ocaml >= "4.12"
  16. dune >= "2.9"

Dev Dependencies (4)

  1. lwt with-test & >= "5.4.0"
  2. qcheck-alcotest with-test & >= "0.18"
  3. tezos-test-helpers with-test & = version
  4. alcotest-lwt with-test & >= "1.5.0"

Used by (45)

  1. tezos-baking-012-Psithaca = "13.0"
  2. tezos-baking-012-Psithaca-commands = "13.0"
  3. tezos-baking-013-PtJakart < "14.0"
  4. tezos-baking-013-PtJakart-commands < "14.0"
  5. tezos-baking-alpha = "13.0"
  6. tezos-baking-alpha-commands = "13.0"
  7. tezos-client-001-PtCJ7pwo-commands >= "13.0"
  8. tezos-client-002-PsYLVpVv-commands >= "13.0"
  9. tezos-client-003-PsddFKi3-commands >= "13.0"
  10. tezos-client-004-Pt24m4xi-commands >= "13.0"
  11. tezos-client-005-PsBabyM1-commands >= "13.0"
  12. tezos-client-006-PsCARTHA-commands >= "13.0"
  13. tezos-client-007-PsDELPH1-commands >= "13.0"
  14. tezos-client-007-PsDELPH1-commands-registration >= "13.0"
  15. tezos-client-008-PtEdo2Zk-commands >= "13.0"
  16. tezos-client-008-PtEdo2Zk-commands-registration >= "13.0"
  17. tezos-client-009-PsFLoren-commands >= "13.0"
  18. tezos-client-009-PsFLoren-commands-registration >= "13.0"
  19. tezos-client-010-PtGRANAD-commands >= "13.0"
  20. tezos-client-010-PtGRANAD-commands-registration >= "13.0"
  21. tezos-client-011-PtHangz2-commands >= "13.0"
  22. tezos-client-011-PtHangz2-commands-registration >= "13.0"
  23. tezos-client-012-Psithaca-commands >= "13.0"
  24. tezos-client-012-Psithaca-commands-registration >= "13.0"
  25. tezos-client-013-PtJakart-commands
  26. tezos-client-013-PtJakart-commands-registration
  27. tezos-client-alpha-commands >= "13.0"
  28. tezos-client-alpha-commands-registration >= "13.0"
  29. tezos-client-genesis = "13.0"
  30. tezos-mockup = "13.0"
  31. tezos-mockup-proxy = "13.0"
  32. tezos-mockup-registration = "13.0"
  33. tezos-protocol-008-PtEdo2Zk-parameters >= "13.0"
  34. tezos-protocol-009-PsFLoren-parameters >= "13.0"
  35. tezos-protocol-010-PtGRANAD-parameters >= "13.0"
  36. tezos-protocol-011-PtHangz2-parameters >= "13.0"
  37. tezos-protocol-012-Psithaca-parameters >= "13.0"
  38. tezos-protocol-013-PtJakart-parameters
  39. tezos-protocol-alpha-parameters >= "13.0"
  40. tezos-protocol-compiler = "13.0"
  41. tezos-protocol-updater = "13.0"
  42. tezos-proxy = "13.0"
  43. tezos-shell-context = "13.0"
  44. tezos-shell-context-test
  45. tezos-validator = "13.0"

Conflicts

None