<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.h, branch v0.10.0</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.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-15T20:36:16Z</updated>
<entry>
<title>compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined</title>
<updated>2016-09-15T20:36:16Z</updated>
<author>
<name>rckngOpossum</name>
<email>rckngOpossum@@users.noreply.github.com</email>
</author>
<published>2016-09-15T20:36:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e49c161987d6f9c8fecc8e5f96f065d8686e53a7'/>
<id>urn:sha1:e49c161987d6f9c8fecc8e5f96f065d8686e53a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove original Cryptonote blockchain_storage blockchain format</title>
<updated>2016-08-28T20:27:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-05-26T20:48:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e82b694da120708652871b55f639d1ef306a7ec'/>
<id>urn:sha1:9e82b694da120708652871b55f639d1ef306a7ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: fix (hopefully) save/load of kept_by_block</title>
<updated>2016-04-05T23:11:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-05T23:11:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1aad759bf14c516318cdbac6f3fafe6f3db43a50'/>
<id>urn:sha1:1aad759bf14c516318cdbac6f3fafe6f3db43a50</id>
<content type='text'>
</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>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>Merge pull request #631</title>
<updated>2016-01-31T13:20:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-01-31T13:20:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=39d73d2a27730e6a5844c259d81a0ed9d4ee3000'/>
<id>urn:sha1:39d73d2a27730e6a5844c259d81a0ed9d4ee3000</id>
<content type='text'>
bcac101 daemon: fix a few issues reported by valgrind (moneromooo-monero)
a7e8174 tx_pool: fix serialization of new relayed data (moneromooo-monero)
601ad76 hardfork: fix mixup in indexing variable in get_voting_info (moneromooo-monero)
444e22f blockchain: remove unused timer (moneromooo-monero)
7edfdd8 blockchain: fix m_sync_counter uninitialized variable use (moneromooo-monero)
d97582c epee: use generate_random_bytes for new random uuids (moneromooo-monero)
17c7c9c epee: remove dodgy random code that nobody uses (moneromooo-monero)
</content>
</entry>
<entry>
<title>tx_pool: fix serialization of new relayed data</title>
<updated>2016-01-30T22:14:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-30T22:14:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7e817482cc85539d80eaa7bd71516edc9362ecf'/>
<id>urn:sha1:a7e817482cc85539d80eaa7bd71516edc9362ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: serialize missing kept_by_block flag</title>
<updated>2016-01-29T19:44:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-01-29T19:44:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b23714658f735351950112899a4412ecb309edd'/>
<id>urn:sha1:4b23714658f735351950112899a4412ecb309edd</id>
<content type='text'>
</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>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>
</feed>
