<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/functional_tests/txpool.py, branch v0.16.0.3</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.16.0.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-06-11T12:47:29Z</updated>
<entry>
<title>functional_tests: add simple relay_tx test</title>
<updated>2020-06-11T12:47:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-28T12:48:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=23df29d8d618a08b813e4bf3034a03833e3576ca'/>
<id>urn:sha1:23df29d8d618a08b813e4bf3034a03833e3576ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert functional test changes in babf25d2e and 571546067</title>
<updated>2020-04-24T22:30:23Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-04-24T22:30:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=afe5a55e96e96bb46f682bdfaa6569468adb1ebc'/>
<id>urn:sha1:afe5a55e96e96bb46f682bdfaa6569468adb1ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow unrestricted rpc calls to get full txpool info</title>
<updated>2020-03-30T17:52:42Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-26T12:24:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=babf25d2ec133833dcad0b42121a187463ecccb0'/>
<id>urn:sha1:babf25d2ec133833dcad0b42121a187463ecccb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>functional_tests: pop exactly what we need to test before testing</title>
<updated>2019-09-17T11:38:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-26T18:14:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1fac83858a8bbf778272172c4995609d60a75805'/>
<id>urn:sha1:1fac83858a8bbf778272172c4995609d60a75805</id>
<content type='text'>
</content>
</entry>
<entry>
<title>functional_tests: add get_transaction_pool_stats</title>
<updated>2019-09-17T11:38:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-09T18:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d53a55204fd0c10845b8872837ff14aff17ff1c0'/>
<id>urn:sha1:d53a55204fd0c10845b8872837ff14aff17ff1c0</id>
<content type='text'>
Also fix part of the RPC results being returned as binary.
This makes the RPC backward incompatible.
</content>
</entry>
<entry>
<title>functional_tests: fix python3 compatibility</title>
<updated>2019-05-29T11:59:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-29T11:45:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77594c4f4acf58656344fbb2bd84e63da58d2703'/>
<id>urn:sha1:77594c4f4acf58656344fbb2bd84e63da58d2703</id>
<content type='text'>
Also add missing bans test to the default tests
</content>
</entry>
<entry>
<title>functional_tests: reset blockchain on test start</title>
<updated>2019-04-20T11:28:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-19T22:47:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aba2b2e7a2cb5cf3983d4d7e7e2946fbdb5e22be'/>
<id>urn:sha1:aba2b2e7a2cb5cf3983d4d7e7e2946fbdb5e22be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>functional_tests: move RPC API to utils, it is not test specific</title>
<updated>2019-03-22T15:29:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-22T14:35:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=22b644f47ee2de8a962d00588579076e7a55455a'/>
<id>urn:sha1:22b644f47ee2de8a962d00588579076e7a55455a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>functional_tests: add txpool RPC tests</title>
<updated>2019-03-21T19:28:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-17T14:15:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e979ffa22b20bc3c11f508ae09647922bf18952'/>
<id>urn:sha1:9e979ffa22b20bc3c11f508ae09647922bf18952</id>
<content type='text'>
</content>
</entry>
</feed>
