package tezos-protocol-environment-sigs
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2
sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93
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.