<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db, branch v0.14.1.2</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.14.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-06-18T10:31:38Z</updated>
<entry>
<title>db_lmdb: commit pruning txn at checkpoints</title>
<updated>2019-06-18T10:31:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-15T09:49:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba035bf827537ada447a51f0954679e247c10ff2'/>
<id>urn:sha1:ba035bf827537ada447a51f0954679e247c10ff2</id>
<content type='text'>
to avoid errors when the txn is too large
</content>
</entry>
<entry>
<title>ensure no NULL is passed to memcpy</title>
<updated>2019-06-14T08:48:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-29T08:17:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=434e617a1d7f2f6f6b4507ada00f9ab69d0bd27e'/>
<id>urn:sha1:434e617a1d7f2f6f6b4507ada00f9ab69d0bd27e</id>
<content type='text'>
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
</content>
</entry>
<entry>
<title>core: do not commit half constructed batch db txn</title>
<updated>2019-05-25T16:25:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-24T08:33:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f2a99d8ab1d3ea23c1968d6b3f1b43fd7faff89'/>
<id>urn:sha1:8f2a99d8ab1d3ea23c1968d6b3f1b43fd7faff89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wide difficulty conversion with some versions of boost</title>
<updated>2019-05-01T19:58:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-01T19:57:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9809382109765ce53fcbd95e1fc593d9b19e184'/>
<id>urn:sha1:e9809382109765ce53fcbd95e1fc593d9b19e184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testdb: add override keyword where missing</title>
<updated>2019-04-17T01:26:25Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2019-04-09T09:38:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5fafb90e91cf5288505e4b8a669bc8340eb906e7'/>
<id>urn:sha1:5fafb90e91cf5288505e4b8a669bc8340eb906e7</id>
<content type='text'>
and delete obsolete BlockchainBDB::get_tx_output_indices along the way
</content>
</entry>
<entry>
<title>blockchain_db: fix db txn ending too early</title>
<updated>2019-04-14T08:35:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-05T09:28:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e673c03fec66024027b94229fa2e317d7767a20'/>
<id>urn:sha1:5e673c03fec66024027b94229fa2e317d7767a20</id>
<content type='text'>
The db txn in add_block ending caused the entire overarching
batch txn to stop.
Also add a new guard class so a db txn can be stopped in the
face of exceptions.

Also use a read only db txn in init when the db itself is
read only, and do not save the max tx size in that case.
</content>
</entry>
<entry>
<title>cryptonote: rework block blob size sanity check</title>
<updated>2019-04-05T09:35:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-04T00:15:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=089c7637a64652c8bcf6c437065237c23266d4a9'/>
<id>urn:sha1:089c7637a64652c8bcf6c437065237c23266d4a9</id>
<content type='text'>
Use the actual block weight limit, assuming that weight is always
greater or equal to size
</content>
</entry>
<entry>
<title>Make difficulty 128 bit instead of 64 bit</title>
<updated>2019-03-24T21:03:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-31T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91f4c7f45f794fc7bee99356e56853369c98c410'/>
<id>urn:sha1:91f4c7f45f794fc7bee99356e56853369c98c410</id>
<content type='text'>
Based on Boolberry work by:
  jahrsg &lt;jahr@jahr.me&gt;
  cr.zoidberg &lt;crypto.zoidberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #5256</title>
<updated>2019-03-21T12:48:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-21T12:48:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ac46c5310d68faf05e2f525a9a0c9e834f4f404'/>
<id>urn:sha1:5ac46c5310d68faf05e2f525a9a0c9e834f4f404</id>
<content type='text'>
4b21d38d blockchain: speed up getting N blocks weights/long term weights (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain: speed up getting N blocks weights/long term weights</title>
<updated>2019-03-08T12:04:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-21T00:13:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b21d38dfda29fe916700887c99d44edeb8fe06f'/>
<id>urn:sha1:4b21d38dfda29fe916700887c99d44edeb8fe06f</id>
<content type='text'>
</content>
</entry>
</feed>
