<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/tx_pool.cpp, branch v0.17.3.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.17.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-09-21T18:28:11Z</updated>
<entry>
<title>RPC and ZeroMQ APIs to support p2pool</title>
<updated>2021-09-21T18:28:11Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-09-21T18:28:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d51e3f21f778d6fc3ae6fed1d47503e0d41df522'/>
<id>urn:sha1:d51e3f21f778d6fc3ae6fed1d47503e0d41df522</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>Merge pull request #7028</title>
<updated>2020-11-24T19:19:07Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-11-24T19:19:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=551e6c9168b1e10d44c7b65b601468e503344391'/>
<id>urn:sha1:551e6c9168b1e10d44c7b65b601468e503344391</id>
<content type='text'>
9b7ed2fd8 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-10-21T13:11:07Z</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=9b7ed2fd8ba387e9e9dc6368430a337b4a5c798b'/>
<id>urn:sha1:9b7ed2fd8ba387e9e9dc6368430a337b4a5c798b</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-10-21T00:02:11Z</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=e8468c5dcff72e1552c5c020af5f176259a0012c'/>
<id>urn:sha1:e8468c5dcff72e1552c5c020af5f176259a0012c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: silence spammy harmless warning till we fix the bug</title>
<updated>2020-10-12T13:41:12Z</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=250c48a289becc9d458e7ef5a891e95c53d9ae15'/>
<id>urn:sha1:250c48a289becc9d458e7ef5a891e95c53d9ae15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid some temporary strings when reading off the database</title>
<updated>2020-08-17T14:02:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-28T22:55:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=55363c59411cbaf8347d55e6ac7cdda3b34db7d2'/>
<id>urn:sha1:55363c59411cbaf8347d55e6ac7cdda3b34db7d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6354</title>
<updated>2020-08-09T13:42:49Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-09T13:42:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c108c5e2f0594476171d1a154a479a9b6a62cfc8'/>
<id>urn:sha1:c108c5e2f0594476171d1a154a479a9b6a62cfc8</id>
<content type='text'>
67ade8005 Add randomized delay when forwarding txes from i2p/tor -&gt; ipv4/6 (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
<entry>
<title>tx_pool: mine stem txes in fake chain mode</title>
<updated>2020-07-09T14:52:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-20T15:32:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=332d60719a78875206f8231b1a2429335e4361e6'/>
<id>urn:sha1:332d60719a78875206f8231b1a2429335e4361e6</id>
<content type='text'>
This fixes the functional tests, since txes would not be mined
after being sent to the daemon (they'd be waiting for the
dandelion timeout first)
</content>
</entry>
<entry>
<title>Fix D++ block template check</title>
<updated>2020-06-13T02:05:52Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-06-13T02:05:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4d8d12146227b4c11cb52e131ba21242a956ec29'/>
<id>urn:sha1:4d8d12146227b4c11cb52e131ba21242a956ec29</id>
<content type='text'>
</content>
</entry>
</feed>
