aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blocksdat_file.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-1/+0
|/
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-1/+2
| | | | | | | | | | | | | | If the peer (whether pruned or not itself) supports sending pruned blocks to syncing nodes, the pruned version will be sent along with the hash of the pruned data and the block weight. The original tx hashes can be reconstructed from the pruned txes and theur prunable data hash. Those hashes and the block weights are hashes and checked against the set of precompiled hashes, ensuring the data we received is the original data. It is currently not possible to use this system when not using the set of precompiled hashes, since block weights can not otherwise be checked for validity. This is off by default for now, and is enabled by --sync-pruned-blocks
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+2
|
* precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+1
| | | | This shaves a lot of space off binaries
* DB cleanupHoward Chu2017-08-191-1/+0
| | | | | Hide LMDB-specific stuff behind blockchain_db.h. Nobody besides blockchain_db.cpp should ever be including DB-specific headers any more.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
|
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-10/+0
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* blockchain_export can now export to a blocks.dat formatmoneromooo-monero2015-10-171-0/+90
Also make the number of blocks endian independant, and add support for testnet