<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core, branch v0.18.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.18.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-09-10T16:30:34Z</updated>
<entry>
<title>build: prepare v0.18.3.0</title>
<updated>2023-09-10T16:30:34Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-09-10T13:55:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64ed9385a204920499dd2b3f0c5f71030fdbe9f4'/>
<id>urn:sha1:64ed9385a204920499dd2b3f0c5f71030fdbe9f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18]</title>
<updated>2023-07-09T06:38:18Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-12-14T00:08:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f137a35984985232a3aae50cd4c7b47634866594'/>
<id>urn:sha1:f137a35984985232a3aae50cd4c7b47634866594</id>
<content type='text'>
- `/getblocks.bin` respects the `RESTRICTED_TX_COUNT` (=100) when
returning pool txs via a restricted RPC daemon.
- A restricted RPC daemon includes a max of `RESTRICTED_TX_COUNT` txs
in the `added_pool_txs` field, and returns any remaining pool hashes
in the `remaining_added_pool_txids` field. The client then requests
the remaining txs via `/gettransactions` in chunks.
- `/gettransactions` no longer does expensive no-ops for ALL pool txs
if the client requests a subset of pool txs. Instead it searches for
the txs the client explicitly requests.
- Reset `m_pool_info_query_time` when a user:
  (1) rescans the chain (so the wallet re-requests the whole pool)
  (2) changes the daemon their wallets points to (a new daemon would
      have a different view of the pool)
- `/getblocks.bin` respects the `req.prune` field when returning
pool txs.
- Pool extension fields in response to `/getblocks.bin` are optional
with default 0'd values.
</content>
</entry>
<entry>
<title>wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18]</title>
<updated>2023-07-09T06:30:53Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2021-11-21T16:40:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=23f782b21113035b57e4560d6a9b522ac1f03cca'/>
<id>urn:sha1:23f782b21113035b57e4560d6a9b522ac1f03cca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: ensure base fee cannot reach 0</title>
<updated>2023-05-11T13:59:41Z</updated>
<author>
<name>Crypto City</name>
<email>cryptocity@example.com</email>
</author>
<published>2023-05-11T11:43:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1fad8cc919b2e309d306eedac009508e8fdd171f'/>
<id>urn:sha1:1fad8cc919b2e309d306eedac009508e8fdd171f</id>
<content type='text'>
reported by sech1
</content>
</entry>
<entry>
<title>Merge pull request #8805</title>
<updated>2023-04-03T00:53:20Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-04-03T00:53:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e06129bb4d1076f4f2cebabddcee09f1e9e30dcc'/>
<id>urn:sha1:e06129bb4d1076f4f2cebabddcee09f1e9e30dcc</id>
<content type='text'>
4f1262b build: prepare v0.18.2.2 (selsta)
</content>
</entry>
<entry>
<title>cryptonote core/protocol: don't drop peers for soft offenses</title>
<updated>2023-03-29T07:07:15Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-03-27T21:32:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=059b975388f346a4243273a75d86c16fd8e6990d'/>
<id>urn:sha1:059b975388f346a4243273a75d86c16fd8e6990d</id>
<content type='text'>
Also: txs with tx_extra which is too large will not get published to ZMQ

Co-authored-by: SChernykh &lt;sergey.v.chernykh@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: prepare v0.18.2.2</title>
<updated>2023-03-27T16:52:04Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-03-27T16:52:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4f1262bae9a02201b7ac91893dd4bb68dfb82b37'/>
<id>urn:sha1:4f1262bae9a02201b7ac91893dd4bb68dfb82b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8785</title>
<updated>2023-03-25T02:55:49Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-03-25T02:55:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25645e5d2384d922ef20758ac8cf19296ee4b11e'/>
<id>urn:sha1:25645e5d2384d922ef20758ac8cf19296ee4b11e</id>
<content type='text'>
cdeb286 build: prepare v0.18.2.1 (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #8784</title>
<updated>2023-03-18T22:23:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-03-18T22:23:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=225e5ba571264eb9ceb1e7defa732d8ea28ab5cb'/>
<id>urn:sha1:225e5ba571264eb9ceb1e7defa732d8ea28ab5cb</id>
<content type='text'>
5900ed3 Add a size limit for tx_extra in tx pool (tevador)
</content>
</entry>
<entry>
<title>build: prepare v0.18.2.1</title>
<updated>2023-03-18T20:23:42Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-03-18T20:23:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cdeb286359e37e47eb3c67181914fd92d059108c'/>
<id>urn:sha1:cdeb286359e37e47eb3c67181914fd92d059108c</id>
<content type='text'>
</content>
</entry>
</feed>
