<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/debug_utilities/cn_deserialize.cpp, branch v0.17.1.9</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.9</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.9'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-07T02:36:54Z</updated>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Merge pull request #5201</title>
<updated>2019-03-19T08:59:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-19T08:59:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f2f725d8db3535055d1c7e102c0bba75b22a3409'/>
<id>urn:sha1:f2f725d8db3535055d1c7e102c0bba75b22a3409</id>
<content type='text'>
4921c794 cn_deserialize: remove some unused code (moneromooo-monero)
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cn_deserialize: remove some unused code</title>
<updated>2019-02-26T17:57:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-26T17:46:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4921c79494797ace9ada9dc99693d1a55f88f367'/>
<id>urn:sha1:4921c79494797ace9ada9dc99693d1a55f88f367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pruning</title>
<updated>2019-01-22T20:30:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-29T22:30:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b750fb27b0f20e9443827732b69a504a76036430'/>
<id>urn:sha1:b750fb27b0f20e9443827732b69a504a76036430</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>cn_deserialize: allow parsing partially valid tx extra</title>
<updated>2018-11-22T11:15:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-22T11:15:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b0d9d6051f4c3e548cb6d1da9e49279fd3a6b700'/>
<id>urn:sha1:b0d9d6051f4c3e548cb6d1da9e49279fd3a6b700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cn_deserialize: comment out pruned tx case</title>
<updated>2018-09-14T10:55:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-14T10:55:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=53a99ca112c288fcaf57af4b0022a85bfbed1564'/>
<id>urn:sha1:53a99ca112c288fcaf57af4b0022a85bfbed1564</id>
<content type='text'>
it's not merged yet
</content>
</entry>
<entry>
<title>cn_deserialize: extract payment ids from extra nonce</title>
<updated>2018-08-25T18:39:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-19T10:31:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5019852adc6133c5842ec9dd71ca63d648f282e8'/>
<id>urn:sha1:5019852adc6133c5842ec9dd71ca63d648f282e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cn_deserialize: support pruned transactions</title>
<updated>2018-08-25T18:39:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-19T10:31:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2af1ec3af7acd1dfd887cebeccbdaa8fd08360ed'/>
<id>urn:sha1:2af1ec3af7acd1dfd887cebeccbdaa8fd08360ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cn_deserialize: dump additional tx pubkeys</title>
<updated>2018-04-25T13:28:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-24T19:56:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3ca267b54697e2388bf0900dc083d6d4bf873b83'/>
<id>urn:sha1:3ca267b54697e2388bf0900dc083d6d4bf873b83</id>
<content type='text'>
</content>
</entry>
</feed>
