<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_basic/cryptonote_format_utils.h, branch v0.15.0.1</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.15.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-10-11T12:08:36Z</updated>
<entry>
<title>cryptonote: add function to get weight from a pruned tx</title>
<updated>2019-10-11T12:08:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-10T10:45:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9447e7276dbcaf37e5fe81738db3d62b5a443839'/>
<id>urn:sha1:9447e7276dbcaf37e5fe81738db3d62b5a443839</id>
<content type='text'>
The weight of the prunable data is deterministic from the
unpruned data, so it can be determined from a pruned tx
</content>
</entry>
<entry>
<title>RandomX integration</title>
<updated>2019-09-25T20:29:42Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2019-04-23T19:32:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8'/>
<id>urn:sha1:81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8</id>
<content type='text'>
Support RandomX PoW algorithm
</content>
</entry>
<entry>
<title>functional_tests: add more blockchain related tests</title>
<updated>2019-04-11T11:07:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-23T16:20:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=064ab123401814b755c776d8e53f132f6a151657'/>
<id>urn:sha1:064ab123401814b755c776d8e53f132f6a151657</id>
<content type='text'>
Related to emission, reorgs, getting tx data back, output
distribution and histogram
</content>
</entry>
<entry>
<title>cryptonote: block parsing + hash calculation speedup</title>
<updated>2019-03-25T13:43:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-13T19:47:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=547a9708de91c175ceab0ddde93785ba93c9efca'/>
<id>urn:sha1:547a9708de91c175ceab0ddde93785ba93c9efca</id>
<content type='text'>
This saves a duplicate serialization step
</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>core: avoid calculating tx prefix hash when we don't need it</title>
<updated>2019-03-05T11:57:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-12T23:22:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f75d51abda4c83ef58236bdc217f5a4c967084d2'/>
<id>urn:sha1:f75d51abda4c83ef58236bdc217f5a4c967084d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>db: speedup block addition</title>
<updated>2019-03-05T10:28:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-11T13:39:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e69477bf25630c94a5aff666433f3da9ab29298c'/>
<id>urn:sha1:e69477bf25630c94a5aff666433f3da9ab29298c</id>
<content type='text'>
by avoiding repeated (de)serialization
</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 #4308</title>
<updated>2018-10-26T20:18:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-26T20:18:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1c91963dcd95871b294f2c9411a90b0a8eaa6f20'/>
<id>urn:sha1:1c91963dcd95871b294f2c9411a90b0a8eaa6f20</id>
<content type='text'>
9907ea06 cryptonote: sort tx_extra fields (moneromooo-monero)
</content>
</entry>
<entry>
<title>tx_pool: avoid parsing a whole tx if only the prefix is needed</title>
<updated>2018-10-08T10:18:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-16T18:30:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6844ae1b8d6b9fcbe4fda5ac5cb0e5a4242d850a'/>
<id>urn:sha1:6844ae1b8d6b9fcbe4fda5ac5cb0e5a4242d850a</id>
<content type='text'>
</content>
</entry>
</feed>
