<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, 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>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>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>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>
<entry>
<title>verRctNonSemanticsSimpleCached: fix fragility</title>
<updated>2023-03-17T23:46:34Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-01-14T02:53:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c59e0096b671528036563c1c30f31763a615aa75'/>
<id>urn:sha1:c59e0096b671528036563c1c30f31763a615aa75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.18.2.0</title>
<updated>2023-02-08T21:18:30Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-02-08T21:18:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc18efa3d7647f38772135617e6ef9627a2361ad'/>
<id>urn:sha1:dc18efa3d7647f38772135617e6ef9627a2361ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8676</title>
<updated>2023-01-11T17:28:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-01-11T17:28:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c48f572e46cb7802fbb02ada94f88a69f217bc95'/>
<id>urn:sha1:c48f572e46cb7802fbb02ada94f88a69f217bc95</id>
<content type='text'>
29208a3 Cache successful erRctNonSemanticsSimple calls (SChernykh)
</content>
</entry>
<entry>
<title>Cache successful `verRctNonSemanticsSimple` calls</title>
<updated>2022-12-20T21:19:00Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-12-11T19:30:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29208a33cb6a1bb20d90a390eef4629a46aec886'/>
<id>urn:sha1:29208a33cb6a1bb20d90a390eef4629a46aec886</id>
<content type='text'>
</content>
</entry>
</feed>
