<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/cryptonote_core.cpp, branch v0.9.0</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.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T20:34:57Z</updated>
<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>blockchain_db: inform user about new format if blockchain.bin is found</title>
<updated>2015-12-28T23:03:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T21:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09533557b59a19fc450f7a38997928cd6895b305'/>
<id>urn:sha1:09533557b59a19fc450f7a38997928cd6895b305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace tabs with two spaces for consistency with rest of codebase</title>
<updated>2015-12-15T14:22:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-14T04:54:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=725acc7f17e47e0ea0e7e690f241ee8a286411ea'/>
<id>urn:sha1:725acc7f17e47e0ea0e7e690f241ee8a286411ea</id>
<content type='text'>
Remove trailing whitespace in same files.
</content>
</entry>
<entry>
<title>add a --fakechain argument for tests</title>
<updated>2015-12-13T11:38:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:38:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=10da0a0b7cc70fad0ffde60bdd04926484fb043a'/>
<id>urn:sha1:10da0a0b7cc70fad0ffde60bdd04926484fb043a</id>
<content type='text'>
The core tests use the blockchain, and reset it to be able
to add test data to it. This does not play nice with the
databases, since those will save that data without an explicit
save call.
We add a fakechain flag that the tests will set, which tells
the core and blockchain code to use a separate database, as
well as skip a few things like checkpoints and fixup, which
only make sense for real data.
</content>
</entry>
<entry>
<title>Register daemon command line arguments to core if they're used in core</title>
<updated>2015-12-08T23:06:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-08T23:06:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=336b37580f6b889d57f888acfc883a179d69e35c'/>
<id>urn:sha1:336b37580f6b889d57f888acfc883a179d69e35c</id>
<content type='text'>
This fixes coretests, which does not register daemon specific arguments,
but uses core, which uses those arguments. Also gets rid of an unwanted
dependency on daemon code from core.
</content>
</entry>
<entry>
<title>Relay transactions when they linger too long in the pool</title>
<updated>2015-11-21T00:56:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-21T00:26:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=932994c0cb25d21ccc5795c23b0e342427260625'/>
<id>urn:sha1:932994c0cb25d21ccc5795c23b0e342427260625</id>
<content type='text'>
The last relayed time of a transaction is maintained, and
transactions will be relayed again if they are still in the
pool after a certain amount of time, which increases with
the transaction's age. All such transactions are resent,
whether or not they originated on the local node.
</content>
</entry>
<entry>
<title>core: add consts where appropriate</title>
<updated>2015-09-19T15:47:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-09-19T10:25:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7177610b31a32fde7975af00f0d2c4cfee9ba67'/>
<id>urn:sha1:a7177610b31a32fde7975af00f0d2c4cfee9ba67</id>
<content type='text'>
</content>
</entry>
</feed>
