Files
tendermint/crypto/merkle
M. J. Fromberger 7878ca6a8a Delete the custom libs/json (tmjson) package. (#7673)
There are no further uses of this package anywhere in Tendermint.
All the uses in the Cosmos SDK are for types that now work correctly with the
standard encoding/json package.
2022-01-24 08:15:34 -08:00
..
2020-10-12 16:36:37 +04:00
2020-08-17 16:40:50 +02:00
2020-06-15 11:14:36 +02:00

Merkle Tree

For smaller static data structures that don't require immutable snapshots or mutability; for instance the transactions and validation signatures of a block can be hashed using this simple merkle tree logic.