<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core, 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-25T11:29:36Z</updated>
<entry>
<title>Merge pull request #1924</title>
<updated>2017-03-25T11:29:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T11:29:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e3d2b135e79b1284c07d27f7a23cb334bcfffe84'/>
<id>urn:sha1:e3d2b135e79b1284c07d27f7a23cb334bcfffe84</id>
<content type='text'>
6d315459 core: avoid possible reordering bugs wth tx/bloch hash cache (moneromooo-monero)
</content>
</entry>
<entry>
<title>core: avoid possible reordering bugs wth tx/bloch hash cache</title>
<updated>2017-03-25T09:18:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T09:18:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6d315459b6d001ecee3a6048ba70255b1ecf381a'/>
<id>urn:sha1:6d315459b6d001ecee3a6048ba70255b1ecf381a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in v5 hard fork finalized date</title>
<updated>2017-03-25T01:06:55Z</updated>
<author>
<name>Derek Zhang</name>
<email>derekdyzhang@gmail.com</email>
</author>
<published>2017-03-25T01:06:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2bee92dbd0986e6928bdae8fe92704edc2d16ddc'/>
<id>urn:sha1:2bee92dbd0986e6928bdae8fe92704edc2d16ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: offset v5 addition date on testnet</title>
<updated>2017-03-24T10:01:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-24T10:01:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a7983585e8814974613c76daaaa65b4daee60ac'/>
<id>urn:sha1:5a7983585e8814974613c76daaaa65b4daee60ac</id>
<content type='text'>
to silence the update warning, since v5 was done very early
on testnet
</content>
</entry>
<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>core: cache tx and block hashes in the respective classes</title>
<updated>2017-03-23T09:25:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T18:01:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f065234b71f2e3d374d44435d47db4cd75ab1294'/>
<id>urn:sha1:f065234b71f2e3d374d44435d47db4cd75ab1294</id>
<content type='text'>
An idea from smooth
</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>
</feed>
