<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch v0.18.0.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.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-05-12T15:39:51Z</updated>
<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>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>Merge pull request #7025</title>
<updated>2020-12-01T22:23:49Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-12-01T22:23:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4f401f6fca64a8ef6c9325d4c737c89bbb4c8091'/>
<id>urn:sha1:4f401f6fca64a8ef6c9325d4c737c89bbb4c8091</id>
<content type='text'>
b10878f10 Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s (Lee Clagett)
</content>
</entry>
<entry>
<title>Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s</title>
<updated>2020-11-18T02:45:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-11-18T02:45:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b10878f1087aec914560781bde9e0e36bc682dfe'/>
<id>urn:sha1:b10878f1087aec914560781bde9e0e36bc682dfe</id>
<content type='text'>
A 20% fluff probability increases the precision of a spy connected to
every node by 10% on average, compared to a network using 0% fluff
probability. The current value (10% fluff) should increase precision by
~5% compared to baseline.

This decreases the expected stem length from 10 to 5. The embargo
timeout was therefore lowered to 39s; the fifth node in a stem is
expected to have a 90% chance of being the first to timeout, which is
the same probability we currently have with an expected stem length of
10 nodes.
</content>
</entry>
<entry>
<title>Fix timeout checks for forwarded and Dandelion++ stem txes</title>
<updated>2020-11-15T05:08:10Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-11-15T05:08:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d73cb95dfa5d6a5a70764fe53df46568af52bfbb'/>
<id>urn:sha1:d73cb95dfa5d6a5a70764fe53df46568af52bfbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: silence spammy harmless warning till we fix the bug</title>
<updated>2020-10-12T14:07:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-10-12T13:41:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11b20229c999889d25b7f9c3542f205b6f94fcdc'/>
<id>urn:sha1:11b20229c999889d25b7f9c3542f205b6f94fcdc</id>
<content type='text'>
</content>
</entry>
</feed>
