<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch v0.9.4</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.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-04-02T03:02:07Z</updated>
<entry>
<title>Merge pull request #767</title>
<updated>2016-04-02T03:02:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-04-02T03:02:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a38ad63f8f0c9941ea964519f8e9d25db5e594b2'/>
<id>urn:sha1:a38ad63f8f0c9941ea964519f8e9d25db5e594b2</id>
<content type='text'>
24b3e90 Convey tx verification failure reasons to the RPC client (moneromooo-monero)
</content>
</entry>
<entry>
<title>minor corrections/clarifications</title>
<updated>2016-03-30T15:55:54Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2016-03-30T15:55:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f746c9d01b9fe5f8adb69a8f9ef26683c2a5e9e6'/>
<id>urn:sha1:f746c9d01b9fe5f8adb69a8f9ef26683c2a5e9e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convey tx verification failure reasons to the RPC client</title>
<updated>2016-03-27T11:37:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-27T11:35:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=24b3e9007a8ad0684edcee51df444b21a033e4ba'/>
<id>urn:sha1:24b3e9007a8ad0684edcee51df444b21a033e4ba</id>
<content type='text'>
This allows appropriate action to be taken, like displaying
the reason to the user.

Do just that in simplewallet, which should help a lot in
determining why users fail to send.

Also make it so a tx which is accepted but not relayed is
seen as a success rather than a failure.
</content>
</entry>
<entry>
<title>Transaction pool documentation (and some cleanup)</title>
<updated>2016-03-25T00:03:02Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2016-03-25T00:03:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6bb201a07d84e195be901acda2fcd0b886bf66f'/>
<id>urn:sha1:c6bb201a07d84e195be901acda2fcd0b886bf66f</id>
<content type='text'>
tx_pool.h doxygen documentation completed.
Many notes made on areas for improvement, be that functionality or
code clarity.
Commented code and unused code removed.
</content>
</entry>
<entry>
<title>tx_pool: do not accept txes not in a block if they timed out before</title>
<updated>2016-01-29T17:21:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T17:15:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=94b98fb5fa98ca317664b96d6a564159945de95e'/>
<id>urn:sha1:94b98fb5fa98ca317664b96d6a564159945de95e</id>
<content type='text'>
This is intended to avoid cases where a timed out tx will be
re-relayed by another peer for which it has not timed out yet,
which would cause the tx to stay in the network's pool for a
long time (until all peers time it out before another one
tries to relay it again).
</content>
</entry>
<entry>
<title>tx_pool: fix use of invalidated iterator</title>
<updated>2016-01-29T17:21:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T16:49:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eadbdf354a3a3135fd235ce3cce47d8b89f7b279'/>
<id>urn:sha1:eadbdf354a3a3135fd235ce3cce47d8b89f7b279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix V1/V2 use of hard fork related parameters</title>
<updated>2016-01-29T17:21:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T15:09:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b1d7e03fcc1caa8898ced33e127f6ba09d66df8'/>
<id>urn:sha1:3b1d7e03fcc1caa8898ced33e127f6ba09d66df8</id>
<content type='text'>
Some of it uses hardcoded height, which will need some thinking
for next (voted upon) fork.
</content>
</entry>
<entry>
<title>core: do not use the persistent pool state for tests</title>
<updated>2015-12-31T14:24:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-31T14:24:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40f97ce83da9199acfc7dc9105712888a7af099c'/>
<id>urn:sha1:40f97ce83da9199acfc7dc9105712888a7af099c</id>
<content type='text'>
Fixes intermittent test failures when the pool contains
unexpected transactions that were brought in from the
live pool.
</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>Replace tabs with two spaces for consistency with rest of codebase</title>
<updated>2015-12-15T14:22:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-14T04:54:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=725acc7f17e47e0ea0e7e690f241ee8a286411ea'/>
<id>urn:sha1:725acc7f17e47e0ea0e7e690f241ee8a286411ea</id>
<content type='text'>
Remove trailing whitespace in same files.
</content>
</entry>
</feed>
