<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch v0.18.1.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.18.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-08-09T22:43:32Z</updated>
<entry>
<title>Merge pull request #8467</title>
<updated>2022-08-09T22:43:32Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-08-09T22:43:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9e8504cfb0cc539abf1d27057ff567df86d2e37'/>
<id>urn:sha1:b9e8504cfb0cc539abf1d27057ff567df86d2e37</id>
<content type='text'>
fac7c43 continue pool pruning even if a tx can't be found (j-berman)
</content>
</entry>
<entry>
<title>Merge pull request #8455</title>
<updated>2022-08-09T01:29:56Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-08-09T01:29:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c33f40cd8b75ad6f486fa1738df1f3462ca1ac1'/>
<id>urn:sha1:5c33f40cd8b75ad6f486fa1738df1f3462ca1ac1</id>
<content type='text'>
099fc1f Fixed get_block_template_backlog performance (SChernykh)
</content>
</entry>
<entry>
<title>continue pool pruning even if a tx can't be found</title>
<updated>2022-07-27T00:28:02Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-07-01T15:30:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fac7c4364427eacbf513ae7ab813179995722920'/>
<id>urn:sha1:fac7c4364427eacbf513ae7ab813179995722920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed get_block_template_backlog performance</title>
<updated>2022-07-22T11:50:21Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-07-22T11:50:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=099fc1f8a9cd897b10ebfa280cd62a99f5666fa8'/>
<id>urn:sha1:099fc1f8a9cd897b10ebfa280cd62a99f5666fa8</id>
<content type='text'>
Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load.

After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
</content>
</entry>
<entry>
<title>Publish submitted txs via zmq</title>
<updated>2022-07-21T18:53:31Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-07-09T22:08:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8cc3c9af4dde7a32d675c4297d673dee4a9c2514'/>
<id>urn:sha1:8cc3c9af4dde7a32d675c4297d673dee4a9c2514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix backoff delay logic when re-relaying txs</title>
<updated>2022-05-12T15:39:51Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-05-12T15:39:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9d2c788bc51364ccd8728345aeef64f5cbd3a15'/>
<id>urn:sha1:b9d2c788bc51364ccd8728345aeef64f5cbd3a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptonote_core: fix unused lambda warning</title>
<updated>2021-11-16T04:21:56Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-11-16T04:21:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=82828bfcb6718ea35af054e3ae470026e74e12aa'/>
<id>urn:sha1:82828bfcb6718ea35af054e3ae470026e74e12aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: full tx revalidation on fork boundaries</title>
<updated>2021-11-01T20:56:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-18T15:56:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bbe3b276b882af644139d9e35e016eb6ec9298fd'/>
<id>urn:sha1:bbe3b276b882af644139d9e35e016eb6ec9298fd</id>
<content type='text'>
avoids mining txes after a fork that are invalid by this fork's
rules, but were valid by the previous fork rules at the time
they were verified and added to the txpool.
</content>
</entry>
<entry>
<title>RPC and ZeroMQ APIs to support p2pool</title>
<updated>2021-09-11T13:15:07Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-08-26T08:20:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dfee15eee18a97be5a8fb9822527f98ebd1b33e9'/>
<id>urn:sha1:dfee15eee18a97be5a8fb9822527f98ebd1b33e9</id>
<content type='text'>
Adds the following:

- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts

Both provide the necessary data to create a custom block template. They are used by p2pool.

Data provided:

- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
</content>
</entry>
</feed>
