|
Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
|
||
|---|---|---|
| .. | ||
| bench_test.go | ||
| doc.go | ||
| hash.go | ||
| proof.go | ||
| proof_key_path.go | ||
| proof_key_path_test.go | ||
| proof_op.go | ||
| proof_test.go | ||
| proof_value.go | ||
| README.md | ||
| rfc6962_test.go | ||
| tree.go | ||
| tree_test.go | ||
| types.go | ||
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.