<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db/berkeleydb, branch v0.9.4</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.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-26T21:10:43Z</updated>
<entry>
<title>New RPC and daemon command to get output histogram</title>
<updated>2016-03-26T21:10:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-26T14:30:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c'/>
<id>urn:sha1:600a3cf0c0ca0a99dbdc91d32138db3c8aa4165c</id>
<content type='text'>
This is a list of existing output amounts along with the number
of outputs of that amount in the blockchain.

The daemon command takes:
- no parameters: all outputs with at least 3 instances
- one parameter: all outputs with at least that many instances
- two parameters: all outputs within that many instances

The default starts at 3 to avoid massive spamming of all dust
outputs in the blockchain, and is the current minimum mixin
requirement.

An optional vector of amounts may be passed, to request
histogram only for those outputs.
</content>
</entry>
<entry>
<title>Use boost::thread instead of std::thread</title>
<updated>2016-03-11T15:09:50Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-11T12:25:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b937a2c915861900d047d4d4a24af31c454e3540'/>
<id>urn:sha1:b937a2c915861900d047d4d4a24af31c454e3540</id>
<content type='text'>
and all other associated IPC
</content>
</entry>
<entry>
<title>Merge pull request #686</title>
<updated>2016-02-29T22:29:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-02-29T22:29:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d60bf4ee36b5687bbbfd78e8ecefb2e1133846d2'/>
<id>urn:sha1:d60bf4ee36b5687bbbfd78e8ecefb2e1133846d2</id>
<content type='text'>
7db89ed ARMv7: fix unaligned accesses (Howard Chu)
5a07cef Wrap some more actions in a larger read txn (Howard Chu)
8cc7a36 read txn/cursor stuff (Howard Chu)
86a7f2b core: check whether an update is needed straight away (moneromooo-monero)
ea5fa5e core: print "update needed" hard fork notifications in red (moneromooo-monero)
</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>db_bdb: add missing include for std::condition_variable</title>
<updated>2016-02-20T15:38:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-20T15:38:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0eb4d054f6821ac76d3bb049b04ac32835beae97'/>
<id>urn:sha1:0eb4d054f6821ac76d3bb049b04ac32835beae97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BlockchainBDB: Check if hard fork subdbs need reset</title>
<updated>2016-02-18T14:38:56Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-18T14:38:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57e75fa33faba71c7cba17eeaa72bb780a95bc4c'/>
<id>urn:sha1:57e75fa33faba71c7cba17eeaa72bb780a95bc4c</id>
<content type='text'>
See f7e337e6254c1c4115a8430964a6f6b54305b3ae for LMDB equivalent.
</content>
</entry>
<entry>
<title>BlockchainBDB: Support blockchain_import --drop-hard-fork command</title>
<updated>2016-02-18T14:37:45Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-17T13:56:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=47f6cf8beaffa441f3af9ad97b3dfde243d75338'/>
<id>urn:sha1:47f6cf8beaffa441f3af9ad97b3dfde243d75338</id>
<content type='text'>
See c657e772c4efbfee8ff698883f1532a38117a70a for LMDB equivalent.
</content>
</entry>
<entry>
<title>Shutup about VERSION 0</title>
<updated>2016-02-17T05:06:19Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-02-17T04:05:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b13a7473eef3696b4d85109df085250697ff48e'/>
<id>urn:sha1:3b13a7473eef3696b4d85109df085250697ff48e</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>
</feed>
