<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch v0.10.3.1</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.10.3.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.3.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-03-23T09:46:57Z</updated>
<entry>
<title>Merge pull request #1911</title>
<updated>2017-03-23T09:46:57Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-23T09:46:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a73a886cb16c42a57d10c93e50eb4f84d965c124'/>
<id>urn:sha1:a73a886cb16c42a57d10c93e50eb4f84d965c124</id>
<content type='text'>
91d41090 tx_pool: ensure txes loaded from poolstate.bin have their txid cached (moneromooo-monero)
aaeb164c tx_pool: remove transactions if they're in the blockchain (moneromooo-monero)
558cfc31 core, wallet: faster tx pool scanning (moneromooo-monero)
f065234b core: cache tx and block hashes in the respective classes (moneromooo-monero)
</content>
</entry>
<entry>
<title>tx_pool: ensure txes loaded from poolstate.bin have their txid cached</title>
<updated>2017-03-23T09:25:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T20:26:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91d410902399befd81589fd0153e5b7994bcdaa2'/>
<id>urn:sha1:91d410902399befd81589fd0153e5b7994bcdaa2</id>
<content type='text'>
The txid is not saved, and we want to make sure the transactions
have their txid cached while in the pool, since get_transactions
copies the transaction object, so any txid calculation on those
copies would not benefit any later caller, since the original tx
would be left without a cached txid.
</content>
</entry>
<entry>
<title>tx_pool: remove transactions if they're in the blockchain</title>
<updated>2017-03-23T09:25:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T20:21:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aaeb164cf6fa5ff4c8631dd77e434c3259d6b14e'/>
<id>urn:sha1:aaeb164cf6fa5ff4c8631dd77e434c3259d6b14e</id>
<content type='text'>
When starting up, if the pool state was not saved, the pool
might contain transactions which made it into the blockchain,
so these need removing
</content>
</entry>
<entry>
<title>core, wallet: faster tx pool scanning</title>
<updated>2017-03-23T09:25:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T18:03:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=558cfc31caeb88398fe5bab9292246739586374d'/>
<id>urn:sha1:558cfc31caeb88398fe5bab9292246739586374d</id>
<content type='text'>
Includes a new RPC to get tx pool hashes fast.
</content>
</entry>
<entry>
<title>tx_pool: silence use of uninitialized warning</title>
<updated>2017-03-21T12:21:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-21T12:21:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2242d8ebd6fe2ab53a6a7db55f6e1a1a1ebdf52c'/>
<id>urn:sha1:2242d8ebd6fe2ab53a6a7db55f6e1a1a1ebdf52c</id>
<content type='text'>
The result is not actually used when uninitialized
</content>
</entry>
<entry>
<title>tx_pool: use new filling algorithm from v5 only</title>
<updated>2017-03-20T18:46:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-20T18:01:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=266492e919dc702ba5017a0654ea7c398296b251'/>
<id>urn:sha1:266492e919dc702ba5017a0654ea7c398296b251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add intervening v5 fork for increased min block size</title>
<updated>2017-03-15T08:32:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-14T19:28:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3396a9f2aff1b4e3c12a663e0458934c8d42b32f'/>
<id>urn:sha1:3396a9f2aff1b4e3c12a663e0458934c8d42b32f</id>
<content type='text'>
Minimum mixin 4 and enforced ringct is moved from v5 to v6.
v5 is now used for an increased minimum block size (from 60000
to 300000) to cater for larger typical/minimum transaction size.

The fee algorithm is also changed to decrease the base per kB
fee, and add a cheap tier for those transactions which we do
not care if they get delayed (or even included in a block).
</content>
</entry>
<entry>
<title>tx_pool: log separately "not ready" and "double spend" cases</title>
<updated>2017-03-03T22:32:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-03T22:32:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cd71774d772fc26d48f8abd285744b8e0caf3bb6'/>
<id>urn:sha1:cd71774d772fc26d48f8abd285744b8e0caf3bb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: revert template filling changes</title>
<updated>2017-02-20T22:43:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-20T22:43:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c32830937ce33852ff642eca8fb5de2d199bfc0e'/>
<id>urn:sha1:c32830937ce33852ff642eca8fb5de2d199bfc0e</id>
<content type='text'>
They are not ready yet
</content>
</entry>
</feed>
