Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-04 | blockchain_converter: add --testnet for converting testnet blockchain | moneromooo-monero | 1 | -1/+6 | |
2015-01-04 | blockchain_converter: a bit more user friendly output | moneromooo-monero | 1 | -2/+9 | |
2015-01-04 | blockchain_converter: only call data path function once | moneromooo-monero | 1 | -5/+4 | |
2015-01-04 | blockchain_converter: delete blockchain on succesful exit | moneromooo-monero | 1 | -0/+1 | |
While the dtor implementation does not actually do anything, other paths do delete it, and the dtor might do someting later. | |||||
2015-01-04 | blockchain_converter: use the actual blockchain location | moneromooo-monero | 1 | -3/+5 | |
2015-01-04 | ~ didn't work, need hard path. debug print. | Thomas Winget | 1 | -3/+5 | |
2015-01-04 | very, VERY primitive blockchain converter | Thomas Winget | 2 | -0/+150 | |
hard-coded config folder, hard-coded BlockchainDB subclass. Needs finessing, but should be testable this way. update for rebase (warptangent 2015-01-04) fix conflicts with upstream CMakeLists.txt files src/CMakeLists.txt (edit original commit) src/blockchain_converter/CMakeLists.txt (add) |