<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests, 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-31T06:39:56Z</updated>
<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>unit_tests: remove an unused variable</title>
<updated>2015-12-30T17:30:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T17:30:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18137365627bd1f30bc59755ac2614bdd11aaa44'/>
<id>urn:sha1:18137365627bd1f30bc59755ac2614bdd11aaa44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix hardfork test build</title>
<updated>2015-12-30T17:30:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T17:30:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=70dd34634cd20c19ede2eb1d19fa2419aa760e56'/>
<id>urn:sha1:70dd34634cd20c19ede2eb1d19fa2419aa760e56</id>
<content type='text'>
The dummy blockchain class needed to have the newly added
is_read_only virtual function.
</content>
</entry>
<entry>
<title>tests: add a unit test for canonical decomposed amounts</title>
<updated>2015-12-26T11:41:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-26T11:41:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b90e14d9274aac4fb01f8eb14a97333a1fd3af7d'/>
<id>urn:sha1:b90e14d9274aac4fb01f8eb14a97333a1fd3af7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix hard fork tests</title>
<updated>2015-12-24T16:12:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-24T16:12:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6c868595b7898ab66919919e260f37155fcf0f99'/>
<id>urn:sha1:6c868595b7898ab66919919e260f37155fcf0f99</id>
<content type='text'>
A couple stopped passing when the hard fork code was made
to reject incoming hard fork versions it did not know about.
</content>
</entry>
<entry>
<title>unit_tests: new test for IP blocking</title>
<updated>2015-12-24T16:05:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-24T16:05:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8b0200adf82119766e78dd452ade21be45bbf444'/>
<id>urn:sha1:8b0200adf82119766e78dd452ade21be45bbf444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix block reward test using post hard fork settings</title>
<updated>2015-12-13T11:18:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:18:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eee44e62bc924f82bb4371bc28ff8992450e04c5'/>
<id>urn:sha1:eee44e62bc924f82bb4371bc28ff8992450e04c5</id>
<content type='text'>
This would fail, as the post hard fork settings would yield
different data, and the test expects pre hard fork data.
</content>
</entry>
<entry>
<title>tests: fix a typo in test name</title>
<updated>2015-12-13T11:10:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:10:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44f1267a39db7db57d99612516bdc080145ebb37'/>
<id>urn:sha1:44f1267a39db7db57d99612516bdc080145ebb37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_db: make the indexing base a BlockchainDB virtual function</title>
<updated>2015-12-05T18:41:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-05T18:41:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a3c5ca077c27b7a8fe5ee0a7afdc1d30b6f8ffe8'/>
<id>urn:sha1:a3c5ca077c27b7a8fe5ee0a7afdc1d30b6f8ffe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hardfork: fix more major/minor issues</title>
<updated>2015-11-24T20:47:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-24T20:46:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d887c18e333aefb74b168931f23edcaf21b642d9'/>
<id>urn:sha1:d887c18e333aefb74b168931f23edcaf21b642d9</id>
<content type='text'>
Also add some more tests, and rename some instances of
"version" and "add" for clarity.

NOTE: the starting height values are sometimes wrong.
I suspect this is due to the hard fork reorg code being
buggy, since they're good when syncing after the fact.
However, they're not actually used by the consensus code,
so I'm ignoring this for now, but this needs debugging.
</content>
</entry>
</feed>
