Closed tjjfvi closed 1 year ago
IMO we should maybe just get rid off this merkle value. This is used no where in the spec and I only see it bringing confusion, than any help in understanding the spec or whatever.
It is referenced here, in the definition of the subvalue of a trie node.
@Noc2 Thanks; I would definitely be open to joining the committee. (I have been working on implementing the protocol, and do plan to contribute fixes back to the spec when I have time.)
Reverts #698
As discussed in the comments of that PR, the behavior described before by the spec was correct – a node is inlined only if
len < 32
.