Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-13 | rename cn_deserialize | Riccardo Spagni | 1 | -1/+1 | |
2016-10-30 | Revert "remove cn_deserialize" | moneromooo-monero | 1 | -0/+22 | |
This is useful (to me). This reverts commit f968ccb9d3d34d163dc5638006e6b87c78ddfdb3. | |||||
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -4/+4 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -8/+16 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-09-03 | remove blockchain_dump | Riccardo Spagni | 1 | -27/+0 | |
2016-09-03 | rename blockchain utils | Riccardo Spagni | 1 | -3/+3 | |
2016-09-03 | remove cn_deserialize | Riccardo Spagni | 1 | -27/+0 | |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -33/+0 | |
2016-02-18 | blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not. | warptangent | 1 | -4/+4 | |
This also avoids warnings. | |||||
2016-02-17 | blockchain_import: Check bit width for more than just WIN32 | warptangent | 1 | -0/+10 | |
Pass the CMake bit width setting to compile flags for blockchain_import and blockchain_converter. For LMDB on 32-bit, hyc has found that batch size of 100 appears to be a good default. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-11-22 | cn_deserialize: a new tool to decode blocks and transactions | moneromooo-monero | 1 | -0/+26 | |
2015-10-25 | blockchain_utilities: new blockchain_dump diagnostic tool | moneromooo-monero | 1 | -0/+27 | |
It dumps data from the blockchain to a JSON format, and is intended to help detect differences between data held in different database formats. | |||||
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 1 | -0/+4 | |
Also make the number of blocks endian independant, and add support for testnet | |||||
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -0/+118 | |
Update appropriate files (CMakeLists.txt, README.md) |