package tezos-shell-context

  1. Overview
  2. Docs
Tezos: economic-protocols environment implementation for `tezos-node`

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v12.3.tar.bz2
sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d
sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a

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.

V3

Architecture word-size: refuse to execute on 32-bit machines

Data-encoding:

  • offer modern version of functions (notably to support string as well as bytes),

  • remove some unused functions

Addition of some time-lock related function https://gitlab.com/nomadic-labs/tezos/-/merge_requests/254

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.