<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/hardfork.cpp, branch v0.9.2</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.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-05T18:01:10Z</updated>
<entry>
<title>unit_tests: fix hard fork unit test compilation</title>
<updated>2016-03-05T18:01:10Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-03-05T18:01:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dfca2ae1b56dc52eac9adea997e0be9afe5a74fb'/>
<id>urn:sha1:dfca2ae1b56dc52eac9adea997e0be9afe5a74fb</id>
<content type='text'>
Match changed BlockchainDB function declaration.
</content>
</entry>
<entry>
<title>unit_tests: fix hard fork unit test compilation</title>
<updated>2016-02-08T18:44:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-08T18:44:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8e4c2e6ebede73df1f54453003861ec4b7da898c'/>
<id>urn:sha1:8e4c2e6ebede73df1f54453003861ec4b7da898c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix hard fork unit tests and add a test for major too</title>
<updated>2016-02-01T20:07:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-01T20:07:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=119eb10d7c3759e93e5614135f46095cfe86d3e5'/>
<id>urn:sha1:119eb10d7c3759e93e5614135f46095cfe86d3e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b</title>
<updated>2016-01-16T16:10:16Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-16T16:10:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cf6e2b2c30926d7831358c18329c76f040eb0c6'/>
<id>urn:sha1:4cf6e2b2c30926d7831358c18329c76f040eb0c6</id>
<content type='text'>
Needed to add the corresponding (dummy) method to unit test hardfork
</content>
</entry>
<entry>
<title>unit_tests: initialize db object in ctor, not open</title>
<updated>2016-01-02T11:37:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-02T11:37:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a8caab1af193fd2ac9a074f59cbb1b157b8119c0'/>
<id>urn:sha1:a8caab1af193fd2ac9a074f59cbb1b157b8119c0</id>
<content type='text'>
open isn't actually called in those tests
</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>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>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>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>
</feed>
