package tezos-protocol-environment-structs

  1. Overview
  2. Docs
Tezos: restricted typing environment for the economic protocols

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v9.7.tar.bz2
sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2
sha512=d352bfe6cc4559f1b7d8a30c343c1fdfe921976f5bde21b20cd4ae20ca51ab65f091fc202e29295884e0931d22de36769e943d780eb68800516a5f2ae3587c06

CHANGES.md.html

Tezos Environment Changelog

This document lists changes to the Tezos Environment

Changes are grouped by environment version and listed in reverse chronological order.

V2

Everywhere: update version dependencies for data-encoding, resto and lwt-canceler https://gitlab.com/tezos/tezos/-/merge_requests/2570

Proxy mode: uses Irmin to implement the cache https://gitlab.com/tezos/tezos/-/merge_requests/2562

lib_crypto: add hacl checks https://gitlab.com/tezos/tezos/-/merge_requests/2580

More wrapping unwrapping of errors in proto https://gitlab.com/tezos/tezos/-/merge_requests/2566

Proto V2: improve the Context.Tree.kind API to not load values https://gitlab.com/tezos/tezos/-/merge_requests/2583

Add safe arrays to the version 2 of the environment https://gitlab.com/tezos/tezos/-/merge_requests/2467

Add [numbits] in the version 2 of the protocol environment https://gitlab.com/tezos/tezos/-/merge_requests/2464

proto-env no structs/v2/option https://gitlab.com/tezos/tezos/-/merge_requests/2546

Add trees to the env v2 https://gitlab.com/tezos/tezos/-/merge_requests/2457

Storage: abstract the type of Tezos_storage_memory.Context.t https://gitlab.com/tezos/tezos/-/merge_requests/2550

Env: use tezos-storage.context instead of implementing a new memory context https://gitlab.com/tezos/tezos/-/merge_requests/2466

introduce Lwtreslib.Option and Lwtreslib.Result https://gitlab.com/tezos/tezos/-/merge_requests/2054

Improve the context API https://gitlab.com/tezos/tezos/-/merge_requests/2440

traces are abstract in the env v2 https://gitlab.com/tezos/tezos/-/merge_requests/2484

environment V2 https://gitlab.com/tezos/tezos/-/merge_requests/2444

Storage: rename context functions https://gitlab.com/tezos/tezos/-/merge_requests/2461

Add new client mode: proxy https://gitlab.com/tezos/tezos/-/merge_requests/1943

Sapling: rename sapling in tezos-sapling https://gitlab.com/tezos/tezos/-/merge_requests/2417

Tests: quickcheck that memory_context is an array theory https://gitlab.com/tezos/tezos/-/merge_requests/2282

V1

See 008 changelog.