<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db/blockchain_db.h, branch v0.9.3</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.9.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-21T10:12:23Z</updated>
<entry>
<title>Revert "Print stack trace upon exceptions"</title>
<updated>2016-03-21T10:12:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-21T10:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09'/>
<id>urn:sha1:f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09</id>
<content type='text'>
Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
</content>
</entry>
<entry>
<title>Print stack trace upon exceptions</title>
<updated>2016-03-19T21:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-19T21:48:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fff238ec94ac6d45fc18c315d7bc590ddfaad63d'/>
<id>urn:sha1:fff238ec94ac6d45fc18c315d7bc590ddfaad63d</id>
<content type='text'>
Useful for debugging users' logs
</content>
</entry>
<entry>
<title>read txn/cursor stuff</title>
<updated>2016-02-23T20:47:15Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-02-18T12:09:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8cc7a36f0be2f90b62a6ffce840817e046e928a0'/>
<id>urn:sha1:8cc7a36f0be2f90b62a6ffce840817e046e928a0</id>
<content type='text'>
Could wrap more later.
</content>
</entry>
<entry>
<title>Merge pull request #657</title>
<updated>2016-02-13T17:54:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-02-13T17:54:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63e2d4195ba6cbe20f80c5c1fc3d9e1ecbf7ebc0'/>
<id>urn:sha1:63e2d4195ba6cbe20f80c5c1fc3d9e1ecbf7ebc0</id>
<content type='text'>
1995923 BlockchainLMDB: Deal with DB exceptions at block level with particularity (warptangent)
c16cc20 BlockchainLMDB: Add sanity check for inconsistent state (warptangent)
9118d0a BlockchainLMDB: Call destructor on allocated txn if setup fails (warptangent)
f5581c3 BlockchainLMDB: Replace remaining txn pointer NULLs with nullptr (warptangent)
</content>
</entry>
<entry>
<title>BlockchainLMDB: Deal with DB exceptions at block level with particularity</title>
<updated>2016-02-13T13:12:39Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-13T12:10:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=199592355998e801f9a5028e434aa364f4b58d8c'/>
<id>urn:sha1:199592355998e801f9a5028e434aa364f4b58d8c</id>
<content type='text'>
Add another DB error exception type to distinguish failed txn setup from
general use of txn.

This keeps the error handling flow the same as before the block-level
txn setup changes that moved control up a layer to BlockchainDB.
</content>
</entry>
<entry>
<title>blockchain_db: pass hard fork object as a simple pointer</title>
<updated>2016-02-08T20:56:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-08T20:56:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8649b9f1ef53375b40ac4a489bb8e56b82bb968c'/>
<id>urn:sha1:8649b9f1ef53375b40ac4a489bb8e56b82bb968c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make HardFork object available to BlockchainDB and derived DB implementations</title>
<updated>2016-02-08T17:28:17Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-08T15:51:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3800875406fecab5123564e58ddb698bce550441'/>
<id>urn:sha1:3800875406fecab5123564e58ddb698bce550441</id>
<content type='text'>
This will later allow the HardFork object's DB update functions to be
called when the DB transaction that persists across block add/remove is
open.
</content>
</entry>
<entry>
<title>BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove</title>
<updated>2016-02-08T17:28:14Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-08T16:32:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3a60000946c86a42abbac3b8c4d9e6865b9cefb'/>
<id>urn:sha1:f3a60000946c86a42abbac3b8c4d9e6865b9cefb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_import: Add --drop-hard-fork command</title>
<updated>2016-02-08T16:50:47Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-05T01:15:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c657e772c4efbfee8ff698883f1532a38117a70a'/>
<id>urn:sha1:c657e772c4efbfee8ff698883f1532a38117a70a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hf when import with verify off</title>
<updated>2016-01-15T17:26:19Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-15T14:00:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=30f92f5630bbc7507708275a29a9ae7acf633a5b'/>
<id>urn:sha1:30f92f5630bbc7507708275a29a9ae7acf633a5b</id>
<content type='text'>
Delete the hf tables, so the next open will rescan and regenerate
</content>
</entry>
</feed>
