<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db, branch v0.10.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.10.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-12-01T14:31:40Z</updated>
<entry>
<title>db_lmdb: add info in an error message when we can't get an output</title>
<updated>2016-12-01T14:31:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-01T14:31:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e18f4652200bbfd1173ad44f9766b9740a75524'/>
<id>urn:sha1:0e18f4652200bbfd1173ad44f9766b9740a75524</id>
<content type='text'>
Will be useful to debug
</content>
</entry>
<entry>
<title>db_lmdb: guard against going out of sync on unexpected db results</title>
<updated>2016-12-01T14:29:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-01T14:29:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c96f9b0255dc8b62055a693a24bfdc8e1b6e1b90'/>
<id>urn:sha1:c96f9b0255dc8b62055a693a24bfdc8e1b6e1b90</id>
<content type='text'>
m_num_outputs keeps track of the number of outputs, which should
be the same as the size of both the output_txs and output_amounts
databases. If one goes out of sync, we need to throw to abort
whatever it is we were doing.
</content>
</entry>
<entry>
<title>db_lmdb: minor pedantic tweaks</title>
<updated>2016-12-01T14:28:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-01T14:28:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bef51e677e4338291b03eb32a34731c445678be0'/>
<id>urn:sha1:bef51e677e4338291b03eb32a34731c445678be0</id>
<content type='text'>
Add consts in a few places where it makes sense, avoid unnecessary
memory reallocation where we know the full size needed at the outset,
simplify and avoid memory copy.
</content>
</entry>
<entry>
<title>db_lmdb: set same packing format for output_data_t and pre_rct_output_data_t</title>
<updated>2016-12-01T14:26:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-12-01T14:26:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3465c4ebc7d38b9825e2bc95a9279de7f03e7594'/>
<id>urn:sha1:3465c4ebc7d38b9825e2bc95a9279de7f03e7594</id>
<content type='text'>
For safety, though it seems to have been the case already.

Also add a comment about the necessary layout identity.
</content>
</entry>
<entry>
<title>wallet: select part of the fake outs from recent outputs</title>
<updated>2016-10-15T17:17:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-17T14:45:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=88faec75fe768a5702c3f8d9384c0913e4af22aa'/>
<id>urn:sha1:88faec75fe768a5702c3f8d9384c0913e4af22aa</id>
<content type='text'>
25% of the outputs are selected from the last 5 days (if possible),
in order to avoid the common case of sending recently received
outputs again. 25% and 5 days are subject to review later, since
it's just a wallet level change.
</content>
</entry>
<entry>
<title>Merge pull request #1139</title>
<updated>2016-10-04T10:11:03Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-10-04T10:11:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cb13485488c825fa605291485069d41584991f1'/>
<id>urn:sha1:4cb13485488c825fa605291485069d41584991f1</id>
<content type='text'>
01ec195 Update CMakeLists.txt (codehalo)
446ebbc Update CMakeLists.txt (codehalo)
bd773e7 Update CMakeLists.txt (codehalo)
3627cea Cleanup. Dropped "bit" from bitmonero. (Randi Joseph)
2a51396 Dropped "bit" from bitmonero. (Randi Joseph)
78b13d6 Cleanup. Dropped "bit" from bitmonero. (Randi Joseph)
1e6aedb Cleanup. Dropped "bit" from bitmonero. (Randi Joseph)
9e54616 Dropped "bit" from bitmonero. (Randi Joseph)
</content>
</entry>
<entry>
<title>Merge pull request #1128</title>
<updated>2016-09-29T20:16:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-29T20:16:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=995dde4f950ced36a9630c6754e9b9e9fe261b3d'/>
<id>urn:sha1:995dde4f950ced36a9630c6754e9b9e9fe261b3d</id>
<content type='text'>
d2e11f3 db_lmdb: do not error if dropping a non existent hard fork table (moneromooo-monero)
</content>
</entry>
<entry>
<title>Dropped "bit" from bitmonero.</title>
<updated>2016-09-26T21:22:30Z</updated>
<author>
<name>Randi Joseph</name>
<email>randi@codehalo.com</email>
</author>
<published>2016-09-26T14:42:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e54616924c781def53f7f6ece73c0d921e81995'/>
<id>urn:sha1:9e54616924c781def53f7f6ece73c0d921e81995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>db_lmdb: do not error if dropping a non existent hard fork table</title>
<updated>2016-09-24T15:15:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-24T15:15:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2e11f374a191f8331c65e30f2b623a44b8668de'/>
<id>urn:sha1:d2e11f374a191f8331c65e30f2b623a44b8668de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minor typo in "need resize" message.</title>
<updated>2016-09-21T19:40:07Z</updated>
<author>
<name>Myagui</name>
<email>andre@crespolopes.com</email>
</author>
<published>2016-09-21T19:40:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12427dd8d3721b0ab64e6a78881a18c49e15c931'/>
<id>urn:sha1:12427dd8d3721b0ab64e6a78881a18c49e15c931</id>
<content type='text'>
Message observed while synchronizing a node from scratch.
"LMDB memory map needs resized"
Proposing a change to:
"LMDB memory map needs to be resized"</content>
</entry>
</feed>
