<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git, branch v0.17.1.9</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.1.9</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.9'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-01-08T01:55:23Z</updated>
<entry>
<title>Merge pull request #7292</title>
<updated>2021-01-08T01:55:23Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2021-01-08T01:55:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8fef32e45c80aec41f25be9d1d8fb75adc883c64'/>
<id>urn:sha1:8fef32e45c80aec41f25be9d1d8fb75adc883c64</id>
<content type='text'>
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #7287</title>
<updated>2021-01-08T01:55:13Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2021-01-08T01:55:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7f1a83b852a3bcacea3cc01693ea7722344e338c'/>
<id>urn:sha1:7f1a83b852a3bcacea3cc01693ea7722344e338c</id>
<content type='text'>
89fe0e1c8 storages: overridable limits for loading portable_storage from binary (moneromooo-monero)
</content>
</entry>
<entry>
<title>storages: overridable limits for loading portable_storage from binary</title>
<updated>2021-01-07T20:24:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-01-06T13:19:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=89fe0e1c81718afe1882e526a2f0244e4dadae5c'/>
<id>urn:sha1:89fe0e1c81718afe1882e526a2f0244e4dadae5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7282</title>
<updated>2021-01-07T02:11:53Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-01-07T02:11:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b06ccc0416a171e0c12a8990968a864c233916cd'/>
<id>urn:sha1:b06ccc0416a171e0c12a8990968a864c233916cd</id>
<content type='text'>
5d2dd7a epee: also limit number of strings in portable_storage (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #7267</title>
<updated>2021-01-07T02:09:36Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-01-07T02:09:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83fa752a84c35ea134e86000968c8de9b092556c'/>
<id>urn:sha1:83fa752a84c35ea134e86000968c8de9b092556c</id>
<content type='text'>
c2295f5 protocol: handle receiving a block hash we've not added yet (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #7248</title>
<updated>2021-01-07T02:08:11Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-01-07T02:08:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7ecdc53e11e01366ee24ed2096291f360aa50402'/>
<id>urn:sha1:7ecdc53e11e01366ee24ed2096291f360aa50402</id>
<content type='text'>
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
</content>
</entry>
<entry>
<title>epee: also limit number of strings in portable_storage</title>
<updated>2021-01-05T17:56:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-01-05T17:54:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5d2dd7a328101946b8fe22bba757f7917cc0e7cd'/>
<id>urn:sha1:5d2dd7a328101946b8fe22bba757f7917cc0e7cd</id>
<content type='text'>
They require at least 24 bytes
</content>
</entry>
<entry>
<title>Merge pull request #7269</title>
<updated>2021-01-04T02:29:39Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2021-01-04T02:29:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3de67bc2159960377845271f2657aa6b552e4b3'/>
<id>urn:sha1:f3de67bc2159960377845271f2657aa6b552e4b3</id>
<content type='text'>
1128146c4 blockchain: lock access to m_blocks_hash_of_hashes (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #7264</title>
<updated>2021-01-04T02:29:19Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2021-01-04T02:29:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=51057105b905fcde5f8ef719b30fcb7b1a625a56'/>
<id>urn:sha1:51057105b905fcde5f8ef719b30fcb7b1a625a56</id>
<content type='text'>
31b2572ec build: prepare v0.17.1.9 (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #7262</title>
<updated>2021-01-04T02:28:50Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2021-01-04T02:28:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=54cf799f0f04249299a07e9e2cf425a9cdd3b450'/>
<id>urn:sha1:54cf799f0f04249299a07e9e2cf425a9cdd3b450</id>
<content type='text'>
0add7ec1c portable_storage: better sanity checking (moneromooo-monero)
</content>
</entry>
</feed>
