<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/string_tools.h, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2024-12-09T20:34:34Z</updated>
<entry>
<title>epee: partially revert c56ee140 to fix linking errors</title>
<updated>2024-12-09T20:34:34Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-05-28T15:37:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8dfb3661ec4ea4e1d6aeb623506780c08079c348'/>
<id>urn:sha1:8dfb3661ec4ea4e1d6aeb623506780c08079c348</id>
<content type='text'>
On Linux Mint 21.3, g++ Ubuntu 11.4.0-1ubuntu1~22.04, I get linking error for an undefined reference to `epee::string_tools::trim_right`. This PR reverts the changes
to epee_readline.cpp in commit c56ee140, which turns a `boost::trim_right` callsite into an `epee::string_tools::trim_right` callsite.
</content>
</entry>
<entry>
<title>build: fix build with Boost 1.85 and remove instances of viewkey logging [RELEASE]</title>
<updated>2024-09-10T21:07:36Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-08-23T17:15:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65568d3a884857ce08d1170f5801a6891a5c187c'/>
<id>urn:sha1:65568d3a884857ce08d1170f5801a6891a5c187c</id>
<content type='text'>
1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs
2. Removed reimplementation of std::hash for boost::uuids::uuid
3. Removed &lt;&lt; operator overload for crypto::secret_key
4. Removed instances in code where private view key was dumped to the log in plaintext

Release version of #9450, containing C++14 modified assertions
</content>
</entry>
<entry>
<title>Cleanup string_tools.</title>
<updated>2024-03-15T15:49:39Z</updated>
<author>
<name>0xFFFC0000</name>
<email>0xFFFC0000@proton.me</email>
</author>
<published>2024-03-15T11:24:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d6b35e97be2c7b6809ff94ca076f4a02e4238898'/>
<id>urn:sha1:d6b35e97be2c7b6809ff94ca076f4a02e4238898</id>
<content type='text'>
1. Use boost::filesystem for already available operations.
2. Use boost::string for already available operations.
</content>
</entry>
<entry>
<title>Split epee/string_tools.h and encapsulate boost::lexical_cast</title>
<updated>2021-04-16T18:54:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2020-11-12T18:14:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc81e23e60f6539b5d273bd42024e765b6cdf2d5'/>
<id>urn:sha1:dc81e23e60f6539b5d273bd42024e765b6cdf2d5</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
