You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
M. J. Fromberger 7878ca6a8a
Delete the custom libs/json (tmjson) package. (#7673)
2 years ago
..
README.md lint: add markdown linter (#5254) 4 years ago
doc.go revert back to Jae's original payload size limit 6 years ago
hash.go crypto/merkle: optimize merkle tree hashing (#6513) 3 years ago
proof.go Delete the custom libs/json (tmjson) package. (#7673) 2 years ago
proof_key_path.go crypto/merkle: remove simple prefix (#4989) 4 years ago
proof_key_path_test.go tests: remove panics from test fixtures (#7522) 2 years ago
proof_op.go light/rpc: fix ABCIQuery (#5375) 4 years ago
proof_test.go testing: pass testing.T to assert and require always, assertion cleanup (#7508) 2 years ago
proof_value.go linter: fix nolintlint warnings (#6257) 3 years ago
rfc6962_test.go merkle: return hashes for empty merkle trees (#5193) 4 years ago
tree.go crypto/merkle: optimize merkle tree hashing (#6513) 3 years ago
tree_test.go libs: internalize some packages (#6366) 3 years ago
types.go proto: leftover amino (#4986) 4 years ago

README.md

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.