Ron Kuris
Ron Kuris
The wiki https://github.com/kabukky/journey/wiki/Building-Journey-from-source will need some modifications to install dep after this change. To do this, just run 'brew install dep' or use any of the other options shown in...
Still needs some docs, and we need to include this automatically with NewClient, but that will be done under a different PR.
It's all through the code, and it's still to hard to explain. These terms are more easily understood. While we're making this change, we should also add the appName (formerly...
Hi, I have a need to encode a specific timestamp (instead of time.Now()) into a V1 UUID. There doesn't seem to be a way to do that. Before I start...
You must be in [non-canonical mode](https://www.gnu.org/software/libc/manual/html_node/Noncanonical-Input.html) and without setting O_NONBLOCK. References: - https://stackoverflow.com/questions/20154157/termios-vmin-vtime-and-blocking-non-blocking-read-operations - http://unixwiz.net/techtips/termios-vmin-vtime.html
Steps: 1 - Create some known data and insert it into merkledb 2 - Get the hashes from merkledb 3 - Create a test that inserts the same data into...
Work in progress for the new node store interface
We need some tooling to check a database consistency. The tool should: - Walk through the entire merkle trie and make sure there are no circular references - Walk through...
We shouldn't keep the StoreRevMut around in the Proposal, especially now since you can't iterate on a mutable revision.