https://gitlab.com/tezos/tezos
Revision 4aef5a9f6db03f1d4d3a5d1f5680a67fea890e08 authored by Thomas Letan on 16 March 2023, 10:34:03 UTC, committed by Marge Bot on 29 March 2023, 11:03:04 UTC
The current implementation of the durable storage forces to hash only
values. We extend the API to allow to hash arbitrary subtrees.
1 parent 8b8129d
Raw File
Tip revision: 4aef5a9f6db03f1d4d3a5d1f5680a67fea890e08 authored by Thomas Letan on 16 March 2023, 10:34:03 UTC
WASM: Modify the API of the durable storage to hash any subtrees
Tip revision: 4aef5a9
.ocamlformat
version=0.24.1
ocaml-version=4.14
wrap-fun-args=false
let-binding-spacing=compact
field-space=loose
break-separators=after
space-around-arrays=false
space-around-lists=false
space-around-records=false
space-around-variants=false
dock-collection-brackets=true
space-around-records=false
sequence-style=separator
doc-comments=before
margin=80
module-item-spacing=sparse
parens-tuple=always
back to top