celestiaorg / smt

A Go library that implements a Sparse Merkle tree for a key-value map.
https://godoc.org/github.com/celestiaorg/smt
MIT License
138 stars 53 forks source link

fuzz: add .Delete fuzzing #52

Closed odeke-em closed 3 years ago

odeke-em commented 3 years ago

Adds an oss-fuzz pass for fuzzing just .Delete in which a tree is populated by corpus generated by *[...]

/cc @cuonglm

cuonglm commented 3 years ago

LGTM. Thanks again!

Sorry to hjack you here @liamsi, would you mind answering my question in https://github.com/celestiaorg/smt/pull/51#issuecomment-887152900.

Thanks!

liamsi commented 3 years ago

replied here: https://github.com/celestiaorg/smt/pull/51#issuecomment-888975911