claimtrie/trie
Tzu-Jung Lee f4a5c5ee8d trie: change the Value.Hash() to return pointer.
When nil is returned by Hash(), the merkle generation will treat it as a
nil node, and ignore the hash along the way.
2018-07-16 23:20:11 -07:00
..
cmd/triesh trie: change the Value.Hash() to return pointer. 2018-07-16 23:20:11 -07:00
commit.go cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00
errors.go cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00
node.go trie: change the Value.Hash() to return pointer. 2018-07-16 23:20:11 -07:00
node_test.go cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00
README.md cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00
stage.go trie: update merkle hash when stage is commited 2018-07-11 09:54:41 -07:00
stage_test.go cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00
test.go trie: change the Value.Hash() to return pointer. 2018-07-16 23:20:11 -07:00
trie.go trie: change the Value.Hash() to return pointer. 2018-07-16 23:20:11 -07:00
trie_test.go cleanup: bring the merkletrie in as trie. 2018-07-09 10:48:33 -07:00

MerkleTrie

coming soon

Installation

coming soon

Usage

coming soon

Running from Source

This project requires Go v1.10 or higher.

go get -v github.com/lbryio/trie

Examples

Refer to triesh

Testing

go test -v github.com/lbryio/trie
gocov test -v github.com/lbryio/trie 1>/dev/null

Contributing

coming soon

License

This project is MIT licensed.

Security

We take security seriously. Please contact security@lbry.io regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @lyoshenka (grin@lbry.io)