summaryrefslogtreecommitdiff
path: root/src/debug_utilities/cn_deserialize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-091-0/+12
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5201Riccardo Spagni2019-03-191-50/+0
|\ | | | | | | 4921c794 cn_deserialize: remove some unused code (moneromooo-monero)
| * cn_deserialize: remove some unused codemoneromooo-monero2019-02-261-50/+0
| |
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Pruningmoneromooo-monero2019-01-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The blockchain prunes seven eighths of prunable tx data. This saves about two thirds of the blockchain size, while keeping the node useful as a sync source for an eighth of the blockchain. No other data is currently pruned. There are three ways to prune a blockchain: - run monerod with --prune-blockchain - run "prune_blockchain" in the monerod console - run the monero-blockchain-prune utility The first two will prune in place. Due to how LMDB works, this will not reduce the blockchain size on disk. Instead, it will mark parts of the file as free, so that future data will use that free space, causing the file to not grow until free space grows scarce. The third way will create a second database, a pruned copy of the original one. Since this is a new file, this one will be smaller than the original one. Once the database is pruned, it will stay pruned as it syncs. That is, there is no need to use --prune-blockchain again, etc.
* cn_deserialize: allow parsing partially valid tx extramoneromooo-monero2018-11-221-2/+3
|
* cn_deserialize: comment out pruned tx casemoneromooo-monero2018-09-141-0/+2
| | | | it's not merged yet
* cn_deserialize: extract payment ids from extra noncemoneromooo-monero2018-08-251-1/+10
|
* cn_deserialize: support pruned transactionsmoneromooo-monero2018-08-251-2/+5
|
* cn_deserialize: dump additional tx pubkeysmoneromooo-monero2018-04-251-0/+3
|
* cn_deserialize: check for raw tx_extramoneromooo-monero2018-01-281-12/+22
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #2888Riccardo Spagni2017-12-251-2/+6
|\ | | | | | | | | ca18ff64 wallet2: detect spends in txes without a valid public tx key (moneromooo-monero) 6afcd8e3 cn_deserialize: print tx extra fields in partly decoded tx extra (moneromooo-monero)
| * cn_deserialize: print tx extra fields in partly decoded tx extramoneromooo-monero2017-12-061-2/+6
| |
* | move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
|/
* Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero2017-10-141-1/+1
| | | | https://sourceware.org/bugzilla/show_bug.cgi?id=21778
* cn_deserialize: move to new debug_utilities subdirectorymoneromooo-monero2017-08-031-0/+191