<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/CMakeLists.txt, branch v0.16.0.0</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.16.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-19T10:31:51Z</updated>
<entry>
<title>easylogging++: sanitize log payload</title>
<updated>2020-05-19T10:31:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-04-28T13:28:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f52697729dc5d17293db4239d73ce072afe83d2b'/>
<id>urn:sha1:f52697729dc5d17293db4239d73ce072afe83d2b</id>
<content type='text'>
Some of it might be coming from untrusted sources

Reported by itsunixiknowthis
</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>performance_tests: better stats, and keep track of timing history</title>
<updated>2019-01-28T15:45:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-28T12:38:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1eef05658812a881af9b143aed723102e015908b'/>
<id>urn:sha1:1eef05658812a881af9b143aed723102e015908b</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 #4929</title>
<updated>2018-12-31T21:31:01Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-12-31T21:31:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3adac4ee2b8432816d85802a91b7b6d67a234bf6'/>
<id>urn:sha1:3adac4ee2b8432816d85802a91b7b6d67a234bf6</id>
<content type='text'>
5a76933 Add glibc back compat code (TheCharlatan)
</content>
</entry>
<entry>
<title>move int-util.h to epee</title>
<updated>2018-12-04T15:14:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-18T10:17:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ec1a62b50dedb65f14db30dbafb1035018cf3421'/>
<id>urn:sha1:ec1a62b50dedb65f14db30dbafb1035018cf3421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add glibc back compat code</title>
<updated>2018-12-04T01:21:06Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-10-13T15:07:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a76933903ef2f29532588d359862831a3644128'/>
<id>urn:sha1:5a76933903ef2f29532588d359862831a3644128</id>
<content type='text'>
To ensure that the binaries compiled by gitian run across many linux
distributions, enforce 2.17 as the minimum libc version supported.
</content>
</entry>
<entry>
<title>Fix issue 4793 - M/N multisig transaction signature</title>
<updated>2018-11-20T13:50:41Z</updated>
<author>
<name>naughtyfox</name>
<email>mail.for.milo@gmail.com</email>
</author>
<published>2018-11-12T17:46:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6732fc7fde22d37a78318d350baaeb1c03158fab'/>
<id>urn:sha1:6732fc7fde22d37a78318d350baaeb1c03158fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common: Windows 'spawn' support for tx and block notifications</title>
<updated>2018-10-01T22:53:27Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2018-10-01T06:39:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d5541e44feaa2be10c6a4ffb2746d59bb01a2b26'/>
<id>urn:sha1:d5541e44feaa2be10c6a4ffb2746d59bb01a2b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4333</title>
<updated>2018-09-29T20:20:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:18:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83d8f03c2338e865ce72f4e2d46d43a48530ab10'/>
<id>urn:sha1:83d8f03c2338e865ce72f4e2d46d43a48530ab10</id>
<content type='text'>
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
</content>
</entry>
</feed>
