<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.h, branch v0.17.1.6</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.17.1.6</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.6'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-10-21T00:02:11Z</updated>
<entry>
<title>Fix timeout checks for forwarded and Dandelion++ stem txes</title>
<updated>2020-10-21T00:02:11Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-11-15T05:08:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e8468c5dcff72e1552c5c020af5f176259a0012c'/>
<id>urn:sha1:e8468c5dcff72e1552c5c020af5f176259a0012c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
<entry>
<title>tx_pool: mine stem txes in fake chain mode</title>
<updated>2020-07-09T14:52:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-20T15:32:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=332d60719a78875206f8231b1a2429335e4361e6'/>
<id>urn:sha1:332d60719a78875206f8231b1a2429335e4361e6</id>
<content type='text'>
This fixes the functional tests, since txes would not be mined
after being sent to the daemon (they'd be waiting for the
dandelion timeout first)
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Always reject duplicate key-images from second txid</title>
<updated>2020-03-30T17:52:42Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-26T12:24:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=571546067f1b1d0f51a2a796e2509c93133e1cf4'/>
<id>urn:sha1:571546067f1b1d0f51a2a796e2509c93133e1cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocol: request txpool contents when synced</title>
<updated>2020-03-22T16:03:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-27T00:09:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=054b4c7f412013e33c80efa8e0f0f33944572a11'/>
<id>urn:sha1:054b4c7f412013e33c80efa8e0f0f33944572a11</id>
<content type='text'>
A newly synced Alice sends a (typically quite small) list of
txids in the local tpxool to a random peer Bob, who then uses
the existing tx relay system to send Alice any tx in his txpool
which is not in the list Alice sent
</content>
</entry>
<entry>
<title>Adding support for hidden (anonymity) txpool</title>
<updated>2019-11-02T20:36:03Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-02T20:36:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5d7ae2d2791c0244a221872a7ac62627abb81896'/>
<id>urn:sha1:5d7ae2d2791c0244a221872a7ac62627abb81896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5919</title>
<updated>2019-10-22T15:06:10Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-10-22T15:06:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6f202844b5550b28674b27998cd2edc23c9735fe'/>
<id>urn:sha1:6f202844b5550b28674b27998cd2edc23c9735fe</id>
<content type='text'>
01f660f blockchain: fill in cumulative block weight for alt blocks (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5962</title>
<updated>2019-10-16T18:51:34Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-10-16T18:51:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=461a25e1b5d41fe65c46f27426fd883efd664574'/>
<id>urn:sha1:461a25e1b5d41fe65c46f27426fd883efd664574</id>
<content type='text'>
ec14abd tx_pool: make spent return-by-reference as intended (stoffu)
</content>
</entry>
<entry>
<title>blockchain: fill in cumulative block weight for alt blocks</title>
<updated>2019-10-10T20:26:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-09-17T17:03:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01f660f60fc95449130f0b6ffdb3931a6173c838'/>
<id>urn:sha1:01f660f60fc95449130f0b6ffdb3931a6173c838</id>
<content type='text'>
</content>
</entry>
</feed>
