<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-04-11T14:27:56Z</updated>
<entry>
<title>tx_pool: fix loading with colliding key images</title>
<updated>2018-04-11T14:27:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-11T14:27:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08343abaf432c56124651a20099d0e5b029aa62e'/>
<id>urn:sha1:08343abaf432c56124651a20099d0e5b029aa62e</id>
<content type='text'>
A key image may be present more than once if all but one of the
txes spending that key image are coming from blocks. When loading
a txpool from storage, we must load the one that's not from a
block first to avoid rejection
</content>
</entry>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>txpool: Don't bail out when blob_size == tx_size_limit</title>
<updated>2018-02-16T15:27:08Z</updated>
<author>
<name>Leon Klingele</name>
<email>git@leonklingele.de</email>
</author>
<published>2018-01-30T15:16:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7c1a607c40218a9a6cee6e2107cd7d6314a1fe98'/>
<id>urn:sha1:7c1a607c40218a9a6cee6e2107cd7d6314a1fe98</id>
<content type='text'>
Previously, when blob_size == tx_size_limit, the "m_too_big" property was set
and the transaction was rejected. This should not have been the case.
</content>
</entry>
<entry>
<title>Merge pull request #3210</title>
<updated>2018-02-16T13:22:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:22:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bfddb2283b711b951c1f971e77a34d73f28a729b'/>
<id>urn:sha1:bfddb2283b711b951c1f971e77a34d73f28a729b</id>
<content type='text'>
39992134 txpool: Properly bail out when outputs_amount == inputs_amount (Leon Klingele)
</content>
</entry>
<entry>
<title>tx_pool: add a max pool size, settable with --max-txpool-size</title>
<updated>2018-02-07T13:42:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-29T21:20:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc61ae69bfb20d2bdfa3d3716691e316bdbb6cb5'/>
<id>urn:sha1:bc61ae69bfb20d2bdfa3d3716691e316bdbb6cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>txpool: Properly bail out when outputs_amount == inputs_amount</title>
<updated>2018-01-31T23:48:45Z</updated>
<author>
<name>Leon Klingele</name>
<email>git@leonklingele.de</email>
</author>
<published>2018-01-30T15:16:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=399921347fd5b4ceaecd52484fb8f470cdb9ef03'/>
<id>urn:sha1:399921347fd5b4ceaecd52484fb8f470cdb9ef03</id>
<content type='text'>
Previously, when outputs_amount == inputs_amount, the "m_overspend" property
was set, whereas "m_fee_too_low" would have been the correct property to set.

This is unlikely to ever occur and just something I've noticed while reading
through the code.
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix exceptions not finding txpool txes when relaying</title>
<updated>2017-12-20T13:02:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-14T17:09:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ae8602303a0285abd28c044309a8456c748b34a3'/>
<id>urn:sha1:ae8602303a0285abd28c044309a8456c748b34a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove "using namespace std" from headers</title>
<updated>2017-11-14T16:56:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-10T14:47:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=383ff4f68943c5d998fba8caa20aee481583f214'/>
<id>urn:sha1:383ff4f68943c5d998fba8caa20aee481583f214</id>
<content type='text'>
It's nasty, and actually breaks on Solaris, where if.h fails to
build due to:

  struct map *if_memmap;
</content>
</entry>
<entry>
<title>Merge pull request #2615</title>
<updated>2017-11-14T12:53:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-11-14T12:53:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fd0740e5e7d53e4cf2f7c03501c111545e30836a'/>
<id>urn:sha1:fd0740e5e7d53e4cf2f7c03501c111545e30836a</id>
<content type='text'>
10013e94 Protect node privacy by proper filtering in restricted-mode RPC answers (binaryFate)
</content>
</entry>
</feed>
