<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/string_tools.h, 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-03-09T05:23:59Z</updated>
<entry>
<title>Move hex-&gt;bin conversion to monero copyright files and with less includes</title>
<updated>2020-03-09T05:23:59Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-17T04:29:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5fcc23ae0a08e6846a4d0fbfdb51627559929068'/>
<id>urn:sha1:5fcc23ae0a08e6846a4d0fbfdb51627559929068</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove temporary std::string creation in some hex-&gt;bin calls</title>
<updated>2020-03-09T05:23:59Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-17T04:26:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=81c5943453fa7039912edadf51e68901a013b6a5'/>
<id>urn:sha1:81c5943453fa7039912edadf51e68901a013b6a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: fix peer ids being truncated on display</title>
<updated>2019-11-14T18:27:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-11T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=feef1c6aace7c320502feb179b64a33101a62f67'/>
<id>urn:sha1:feef1c6aace7c320502feb179b64a33101a62f67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: support unicode in parsed strings</title>
<updated>2019-08-16T17:06:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-30T19:16:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eeca5ca0c8d7275069d45adf40546ea83edf46cc'/>
<id>urn:sha1:eeca5ca0c8d7275069d45adf40546ea83edf46cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: some more minor JSON parsing speedup</title>
<updated>2019-03-25T14:29:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-27T19:15:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=59776a64ffad2523be7789d1d034031f7ee59a58'/>
<id>urn:sha1:59776a64ffad2523be7789d1d034031f7ee59a58</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>Merge pull request #5001</title>
<updated>2019-01-16T17:27:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-01-16T17:27:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3e9bb9626a16be6c3946e532ab9fa8c7b7090471'/>
<id>urn:sha1:3e9bb9626a16be6c3946e532ab9fa8c7b7090471</id>
<content type='text'>
a5ffc2d5 Remove boost::lexical_cast for uuid and unused uuid function (Lee Clagett)
</content>
</entry>
<entry>
<title>Remove boost::lexical_cast for uuid and unused uuid function</title>
<updated>2018-12-23T11:11:30Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2018-12-18T00:05:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a5ffc2d5ade4db49f31f169e8908065be8cdc0f2'/>
<id>urn:sha1:a5ffc2d5ade4db49f31f169e8908065be8cdc0f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: avoid string allocation when parsing a pod from string</title>
<updated>2018-12-08T02:00:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-26T00:19:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3a3858dc908934be82ffe4f0d693ebb518397a28'/>
<id>urn:sha1:3a3858dc908934be82ffe4f0d693ebb518397a28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: speed up parse_hexstr_to_binbuff a little</title>
<updated>2018-11-15T23:34:15Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2018-11-14T21:56:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f6187cd8111e5f7e812d7a153f8cd64ac2c04cb9'/>
<id>urn:sha1:f6187cd8111e5f7e812d7a153f8cd64ac2c04cb9</id>
<content type='text'>
</content>
</entry>
</feed>
