These 2 commits are when the Protocol Buffers files have changed:
Commit: | a998256 | |
---|---|---|
Author: | Christopher Gurnee | |
Committer: | Christopher Gurnee |
major code reorg * move most of btcrecover into a "proper" module * remove make-unicode.py and implement as a --utf8 command-line switch * add run-all-tests.py plus a mention of it in TUTORIAL.md * update unit tests to cleanly run under green * remove decorator.py; instructions for pyopencl will install it * some misc. minor bug fixes found along the way
The documentation is generated from this commit.
Commit: | 9083e68 | |
---|---|---|
Author: | Christopher Gurnee |
add initial support for bitcoinj wallets * not yet documented in the Tutorial * extract scripts are not yet supported * Unicode is supported, but there are no unit tests for it yet * unit test are being skipped by Travis at the moment