<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, branch v0.15.0.5</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.15.0.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-03-09T17:34:24Z</updated>
<entry>
<title>Merge pull request #6376</title>
<updated>2020-03-09T17:34:24Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-03-09T17:34:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=17ec003c06eb95207c91f0e9186889f83266e461'/>
<id>urn:sha1:17ec003c06eb95207c91f0e9186889f83266e461</id>
<content type='text'>
6177e49 Added logging for dropped local txes with no i2p/tor connections (vtnerd)
</content>
</entry>
<entry>
<title>Merge pull request #6373</title>
<updated>2020-03-09T17:32:22Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-03-09T17:32:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=137a11b39c690ba5ee2d5f0af318ba9cc10fe8ac'/>
<id>urn:sha1:137a11b39c690ba5ee2d5f0af318ba9cc10fe8ac</id>
<content type='text'>
62ab7fd p2p: plug tor to clearnet association vector (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6368</title>
<updated>2020-03-09T17:30:51Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-03-09T17:30:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7416bb7fc13e4572321bad56c3b40cb0f06482ac'/>
<id>urn:sha1:7416bb7fc13e4572321bad56c3b40cb0f06482ac</id>
<content type='text'>
ac1a34c build: prepare v0.15.0.5 update (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #6365</title>
<updated>2020-03-09T17:28:40Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-03-09T17:28:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7352e8f6167a837c44c9c89e76afdff6ba0d82e6'/>
<id>urn:sha1:7352e8f6167a837c44c9c89e76afdff6ba0d82e6</id>
<content type='text'>
d438e6a wallet: fix exceptions getting the hash of a pruned tx (moneromooo-monero)
</content>
</entry>
<entry>
<title>p2p: plug tor to clearnet association vector</title>
<updated>2020-03-07T18:14:06Z</updated>
<author>
<name>Aaron Hook</name>
<email>ahook@protonmail.com</email>
</author>
<published>2020-03-07T17:38:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=62ab7fdf04ba52065f35ba112f125997e0bc8de3'/>
<id>urn:sha1:62ab7fdf04ba52065f35ba112f125997e0bc8de3</id>
<content type='text'>
During the handshake for an incoming connection, the peer id is checked against the local node's peer id only for the specific zone of the incoming peer, in order to avoid linking public addresses to tor addresses:
https://github.com/monero-project/monero/blob/5d7ae2d2791c0244a221872a7ac62627abb81896/src/p2p/net_node.inl#L2343

However, on handshakes for outgoing connections, all zones are checked:
https://github.com/monero-project/monero/blob/5d7ae2d2791c0244a221872a7ac62627abb81896/src/p2p/net_node.inl#L1064

If an attacker wanted to link a specific tor node to a public node, they could potentially connect to as many public nodes as possible, get themselves added to the peer whitelist, maybe stuff some more attacker-owned addresses into the greylist, then disconnect, and for any future incoming connections, respond with the tor node's id in an attempt to link the public/tor addresses.
</content>
</entry>
<entry>
<title>Added logging for dropped local txes with no i2p/tor connections</title>
<updated>2020-03-07T00:02:31Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-07T23:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6177e4910dc3cd9fca45165aa05aa7768a396878'/>
<id>urn:sha1:6177e4910dc3cd9fca45165aa05aa7768a396878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.15.0.5 update</title>
<updated>2020-03-03T22:17:18Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-03-03T22:17:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ac1a34c5d07c87b4a8c9b8a74db255b851f3ed2d'/>
<id>urn:sha1:ac1a34c5d07c87b4a8c9b8a74db255b851f3ed2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: fix exceptions getting the hash of a pruned tx</title>
<updated>2020-03-01T22:44:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-12-30T03:09:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d438e6a28c53b1746d03c889dd276e3f342b8f79'/>
<id>urn:sha1:d438e6a28c53b1746d03c889dd276e3f342b8f79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make d2h et al. constant-time</title>
<updated>2019-11-19T09:20:04Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2019-11-08T06:26:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=443b1e9fee964873ede0fde61dc34d834473b47b'/>
<id>urn:sha1:443b1e9fee964873ede0fde61dc34d834473b47b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6152</title>
<updated>2019-11-18T20:59:10Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-11-18T20:59:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb3aad4b4603b4d40207a5ceaf0964cb5298014e'/>
<id>urn:sha1:cb3aad4b4603b4d40207a5ceaf0964cb5298014e</id>
<content type='text'>
74b0ca4 v0.15.0.1 version bump (moneromooo-monero)
</content>
</entry>
</feed>
