<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests/chaingen.h, 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-02-13T19:49:36Z</updated>
<entry>
<title>core_tests: fix a compile problem with CLANG</title>
<updated>2016-02-13T19:49:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-13T19:49:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d56b2e5baf2a7e3e723a6f30ee49200461ab7de0'/>
<id>urn:sha1:d56b2e5baf2a7e3e723a6f30ee49200461ab7de0</id>
<content type='text'>
It doesn't like const objects from classes that do not have
a user defined ctor, apparently.

Reported by othe.
</content>
</entry>
<entry>
<title>core_tests: add tests for hard fork behaviors (MRL-0004)</title>
<updated>2016-02-08T18:52:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-08T18:47:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a333c42cdeab4675c22df25255313752d81a2d4e'/>
<id>urn:sha1:a333c42cdeab4675c22df25255313752d81a2d4e</id>
<content type='text'>
We also replace the --fakechain option with an optional structure
containing details about configuration for the core/blockchain,
for test purposes. This seems more future friendly.
</content>
</entry>
<entry>
<title>core_tests: allow setting miner tx max_outs when creating a block</title>
<updated>2016-02-08T18:50:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-08T18:47:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=945fe90e080c862f547064bca81e621cb961057e'/>
<id>urn:sha1:945fe90e080c862f547064bca81e621cb961057e</id>
<content type='text'>
</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>core_tests: deinit core before destroying it</title>
<updated>2015-12-30T16:05:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T16:05:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b2452151931ffe98337181567aaf797c1f530c3f'/>
<id>urn:sha1:b2452151931ffe98337181567aaf797c1f530c3f</id>
<content type='text'>
This fixes a use after free by ioservice threads
</content>
</entry>
<entry>
<title>core_tests: bump default test fee to 0.02 monero</title>
<updated>2015-12-13T13:56:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T13:56:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49'/>
<id>urn:sha1:c3d208fcbe7d32d2764a3cb8fae5653ae5de0f49</id>
<content type='text'>
The current monero consensus uses 0.01 per kB fees, so use enough
for 2 kB transactions for now. It'll probably have to be either
bumped further or changed to calculate the proper fee.
</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>tests: remove data-dir argument registration</title>
<updated>2015-12-09T17:31:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-09T17:30:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f141869cac2c099da0e121c4723951d4ac7c36f6'/>
<id>urn:sha1:f141869cac2c099da0e121c4723951d4ac7c36f6</id>
<content type='text'>
It is already registered in cryptonote::core::init_options,
which we now call
</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>Fix tests building -- function signatures changed</title>
<updated>2015-03-01T07:21:19Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-02-05T12:21:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76289d0e3bf514db589169a464c0f6d45dae7043'/>
<id>urn:sha1:76289d0e3bf514db589169a464c0f6d45dae7043</id>
<content type='text'>
</content>
</entry>
</feed>
