Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-19 | Merge pull request #5201 | Riccardo Spagni | 1 | -50/+0 | |
4921c794 cn_deserialize: remove some unused code (moneromooo-monero) | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-02-26 | cn_deserialize: remove some unused code | moneromooo-monero | 1 | -50/+0 | |
2019-01-22 | Pruning | moneromooo-monero | 1 | -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. | |||||
2018-11-22 | cn_deserialize: allow parsing partially valid tx extra | moneromooo-monero | 1 | -2/+3 | |
2018-09-14 | cn_deserialize: comment out pruned tx case | moneromooo-monero | 1 | -0/+2 | |
it's not merged yet | |||||
2018-08-25 | cn_deserialize: extract payment ids from extra nonce | moneromooo-monero | 1 | -1/+10 | |
2018-08-25 | cn_deserialize: support pruned transactions | moneromooo-monero | 1 | -2/+5 | |
2018-04-25 | cn_deserialize: dump additional tx pubkeys | moneromooo-monero | 1 | -0/+3 | |
2018-01-28 | cn_deserialize: check for raw tx_extra | moneromooo-monero | 1 | -12/+22 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-25 | Merge pull request #2888 | Riccardo Spagni | 1 | -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) | |||||
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+1 | |
2017-12-06 | cn_deserialize: print tx extra fields in partly decoded tx extra | moneromooo-monero | 1 | -2/+6 | |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 1 | -1/+1 | |
https://sourceware.org/bugzilla/show_bug.cgi?id=21778 | |||||
2017-08-03 | cn_deserialize: move to new debug_utilities subdirectory | moneromooo-monero | 1 | -0/+191 | |