<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests, branch v0.14.1.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.14.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-04-17T00:43:14Z</updated>
<entry>
<title>Remove unneeded SFINAE on check_tx/block verification in core_tests</title>
<updated>2019-04-17T00:43:14Z</updated>
<author>
<name>Doyle</name>
<email>doylet@protonmail.com</email>
</author>
<published>2019-04-10T03:45:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=299052bca3e938c42ad1c4266427262c80ef953c'/>
<id>urn:sha1:299052bca3e938c42ad1c4266427262c80ef953c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5409</title>
<updated>2019-04-16T20:34:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-16T20:34:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=45a4145f8745283ebce18b8059d65b8aa2f6a02e'/>
<id>urn:sha1:45a4145f8745283ebce18b8059d65b8aa2f6a02e</id>
<content type='text'>
ac874e2d tests: fix test_options initialization error (Dusan Klinec)
</content>
</entry>
<entry>
<title>Merge pull request #5400</title>
<updated>2019-04-16T20:30:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-16T20:30:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=46c477ab308f0c051b13e3356c24ebc2257bf0a6'/>
<id>urn:sha1:46c477ab308f0c051b13e3356c24ebc2257bf0a6</id>
<content type='text'>
5e673c03 blockchain_db: fix db txn ending too early (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain_db: fix db txn ending too early</title>
<updated>2019-04-14T08:35:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-05T09:28:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e673c03fec66024027b94229fa2e317d7767a20'/>
<id>urn:sha1:5e673c03fec66024027b94229fa2e317d7767a20</id>
<content type='text'>
The db txn in add_block ending caused the entire overarching
batch txn to stop.
Also add a new guard class so a db txn can be stopped in the
face of exceptions.

Also use a read only db txn in init when the db itself is
read only, and do not save the max tx size in that case.
</content>
</entry>
<entry>
<title>tests: trezor tests fixes and improvements</title>
<updated>2019-04-10T15:00:12Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-04-03T19:29:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c97a1f79d6be190b9952f47e28be2c5d16b154b6'/>
<id>urn:sha1:c97a1f79d6be190b9952f47e28be2c5d16b154b6</id>
<content type='text'>
- configurable hardforks via env vars
</content>
</entry>
<entry>
<title>tests: fix test_options initialization error</title>
<updated>2019-04-07T16:18:54Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-04-07T16:15:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ac874e2d402b9a1d366bcec304faa769553b46f9'/>
<id>urn:sha1:ac874e2d402b9a1d366bcec304faa769553b46f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5211</title>
<updated>2019-03-21T12:44:04Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-21T12:44:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48e3a341f8bb601895c94e7b637475f8911ae530'/>
<id>urn:sha1:48e3a341f8bb601895c94e7b637475f8911ae530</id>
<content type='text'>
c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec)
a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec)
d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
</content>
</entry>
<entry>
<title>tests/trezor: HF9 and HF10 tests</title>
<updated>2019-03-20T20:11:02Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-02-27T15:55:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c9b13fbbc23d065afca62a499484c283079c0fa5'/>
<id>urn:sha1:c9b13fbbc23d065afca62a499484c283079c0fa5</id>
<content type='text'>
- tests fixes for HF10, builder change, rct_config; fix_chain
- get_tx_key test
- proper testing after live refresh added
- live refresh synthetic test
- log available funds for easier test construction
- wallet::API tests with mocked daemon
</content>
</entry>
<entry>
<title>Merge pull request #5061</title>
<updated>2019-03-17T15:49:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-17T15:49:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c91eb23a0e2af645350cc13dd67de9f6ca54d2f'/>
<id>urn:sha1:4c91eb23a0e2af645350cc13dd67de9f6ca54d2f</id>
<content type='text'>
1f2930ce Update 2019 copyright (binaryFate)
</content>
</entry>
<entry>
<title>Merge pull request #4977</title>
<updated>2019-03-14T07:43:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-14T07:43:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c88e9921043d7c40f023d24c3a3f39f2e96f8738'/>
<id>urn:sha1:c88e9921043d7c40f023d24c3a3f39f2e96f8738</id>
<content type='text'>
5ea17909 device/trezor: debugging features, trezor tests (Dusan Klinec)
</content>
</entry>
</feed>
