aboutsummaryrefslogtreecommitdiff
path: root/src/common/varint.h
Commit message (Collapse)AuthorAgeFilesLines
* cryptonote_basic: fix add_extra_nonce_to_tx_extra() lengthjeffro2562026-02-241-0/+10
| | | | Missing unit tests.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Pruningmoneromooo-monero2019-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Correct spelling mistakes.Edward Betts2018-03-051-2/+2
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* more typos fixedHenning Kopp2016-01-251-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni2014-09-251-24/+1
| | | | This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4.
* low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni2014-09-241-1/+24
|
* HOW DO I ENGLISH?jebes2014-09-111-1/+1
|
* mispelled brief, corrected itjebes2014-09-111-7/+7
|
* Documented varintjebes2014-09-111-36/+76
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+62