<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.h, branch v0.9.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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<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>
<entry>
<title>Relay transactions when they linger too long in the pool</title>
<updated>2015-11-21T00:56:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-21T00:26:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=932994c0cb25d21ccc5795c23b0e342427260625'/>
<id>urn:sha1:932994c0cb25d21ccc5795c23b0e342427260625</id>
<content type='text'>
The last relayed time of a transaction is maintained, and
transactions will be relayed again if they are still in the
pool after a certain amount of time, which increases with
the transaction's age. All such transactions are resent,
whether or not they originated on the local node.
</content>
</entry>
<entry>
<title>Fixes changes to sort tx by fee per kb</title>
<updated>2015-05-14T00:27:06Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-05-14T00:27:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b1d92bcc371dbfeda7d245ef74e716f49d8c87d2'/>
<id>urn:sha1:b1d92bcc371dbfeda7d245ef74e716f49d8c87d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolved merge conflict in tx_pool.cpp</title>
<updated>2015-05-13T09:18:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-05-13T09:18:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=012164fff8fa43a83ae0a61fbc98e7935f63f552'/>
<id>urn:sha1:012164fff8fa43a83ae0a61fbc98e7935f63f552</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort txs by per-kb-fee for miners</title>
<updated>2015-04-30T05:02:12Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-04-30T05:02:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=385d7c0495348474993149c94aa734376c46da08'/>
<id>urn:sha1:385d7c0495348474993149c94aa734376c46da08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mempool output to daemon via command and RPC</title>
<updated>2015-04-23T14:04:36Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2015-04-23T12:13:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b76857f9d9a8bf45b854e9c3da56b550ade1a7c6'/>
<id>urn:sha1:b76857f9d9a8bf45b854e9c3da56b550ade1a7c6</id>
<content type='text'>
This is for the "print_pool" command and "get_transaction_pool" RPC
method.

Add mempool's spent key images to the results.
</content>
</entry>
<entry>
<title>Add compile-time support for both db implementations: in-memory and LMDB</title>
<updated>2015-02-02T19:53:09Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2015-01-26T05:36:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=84fe5fbd65100a731608471ef0a4c462ea8f5626'/>
<id>urn:sha1:84fe5fbd65100a731608471ef0a4c462ea8f5626</id>
<content type='text'>
Usage:

default is lmdb for blockchain branch:
$ make release

same as:
$ DATABASE=lmdb make release

for original in-memory implementation:
$ DATABASE=memory make release
</content>
</entry>
<entry>
<title>Integrate BlockchainDB into cryptonote_core</title>
<updated>2015-01-05T03:29:51Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2014-10-28T03:44:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=74a1a89e27c719811a1fcc0578e4795802555225'/>
<id>urn:sha1:74a1a89e27c719811a1fcc0578e4795802555225</id>
<content type='text'>
Probably needs more looking at -- lot of things were done...in a rushed
sort of way.  That said, it all builds and *should* be at least
testable.

update for rebase (warptangent 2015-01-04)
  fix conflicts with upstream CMakeLists.txt files

  src/CMakeLists.txt (remove edits from original commit)
  tests/CMakeLists.txt (remove edits from original commit)
  src/cryptonote_core/CMakeLists.txt (edit)
  - use blockchain db .cpp and .h files
  - add LMDB_LIBRARIES
</content>
</entry>
<entry>
<title>year updated in license</title>
<updated>2015-01-02T16:52:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-01-02T16:52:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4b69d553a249ace3694e3b4fd307ddffa156d7d'/>
<id>urn:sha1:f4b69d553a249ace3694e3b4fd307ddffa156d7d</id>
<content type='text'>
</content>
</entry>
</feed>
