<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core, branch v0.9.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.9.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-01-15T13:22:31Z</updated>
<entry>
<title>added checkpoints</title>
<updated>2016-01-15T13:22:31Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-15T13:22:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9c7ba180d8301425dd18363adf9a096b307357c'/>
<id>urn:sha1:b9c7ba180d8301425dd18363adf9a096b307357c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hardfork: fix accepting v2 blocks too early</title>
<updated>2016-01-15T11:54:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-15T11:34:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=945ac788d488eb1907b0fdb037e1a212b4161af8'/>
<id>urn:sha1:945ac788d488eb1907b0fdb037e1a212b4161af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #587</title>
<updated>2015-12-31T20:34:57Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T20:34:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b98d88c17e1650fbdca03fb13bb843f071e673c5'/>
<id>urn:sha1:b98d88c17e1650fbdca03fb13bb843f071e673c5</id>
<content type='text'>
1e07110 Nicer looking exit when blockchain.bin is found (moneromooo-monero)
</content>
</entry>
<entry>
<title>Nicer looking exit when blockchain.bin is found</title>
<updated>2015-12-31T17:09:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T17:09:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e07110a7aabf7374f1b1197a1fbbac614acb386'/>
<id>urn:sha1:1e07110a7aabf7374f1b1197a1fbbac614acb386</id>
<content type='text'>
Do not print the exception message, and write the important bit
in red, since people will only read the last line otherwise.
</content>
</entry>
<entry>
<title>core: do not use the persistent pool state for tests</title>
<updated>2015-12-31T14:24:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T14:24:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40f97ce83da9199acfc7dc9105712888a7af099c'/>
<id>urn:sha1:40f97ce83da9199acfc7dc9105712888a7af099c</id>
<content type='text'>
Fixes intermittent test failures when the pool contains
unexpected transactions that were brought in from the
live pool.
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed copyrights with bad year references</title>
<updated>2015-12-31T06:37:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:37:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=810a11267c19512a49921c2e2884f6fd7dbf4206'/>
<id>urn:sha1:810a11267c19512a49921c2e2884f6fd7dbf4206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: kill ioservice on scope end, rather than manually</title>
<updated>2015-12-30T16:08:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T16:08:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=576effe11a513507b14275c7a2e6fc3b18de5e17'/>
<id>urn:sha1:576effe11a513507b14275c7a2e6fc3b18de5e17</id>
<content type='text'>
This ensures this will be done without fail, as the error prone
matching of every return with a call to KILL_IOSERVICE leads to
hard to debug corruption when one is missing.
</content>
</entry>
<entry>
<title>miner: minor fixes on stop</title>
<updated>2015-12-30T16:06:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T16:06:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ed5d017c0f95cfec4a068c78684b98675027f74e'/>
<id>urn:sha1:ed5d017c0f95cfec4a068c78684b98675027f74e</id>
<content type='text'>
- only try to stop if actually started
- print number of threads before zeroing it

This fixes the suspiciously doubled "Mining has been stopped"
message on exit.
</content>
</entry>
<entry>
<title>Merge pull request #573</title>
<updated>2015-12-30T07:39:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-30T07:39:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ddc6d45f96c393688182583101993857318062a1'/>
<id>urn:sha1:ddc6d45f96c393688182583101993857318062a1</id>
<content type='text'>
0953355 blockchain_db: inform user about new format if blockchain.bin is found (moneromooo-monero)
</content>
</entry>
</feed>
