blog: add info to release notes

This commit is contained in:
selsta 2020-12-08 23:11:42 +01:00
parent 3694fd7159
commit b0dea3f856
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -15,13 +15,15 @@ image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
This is the v0.17.1.6 minor point release of the Monero software. This is a recommended release that contains P2P network layer improvements.
**A note for public RPC node operators upgrading to v0.17.1.6:** if youre using the \-\-rpc-restricted-bind-port option along with \-\-rpc-bind-ip currently you will need to add the new \-\-rpc-restricted-bind-ip arg or else the daemon will bind restricted RPC only to localhost.
Some highlights of this minor release are:
- P2P: add scoring system to drop peers that don't behave
- P2P: drop peers that decrease claimed height
- P2P: drop peers that spam peer lists
- P2P: drop peers that don't reply to queries
- Add --rpc-restricted-bind-ip option
- Add \-\-rpc-restricted-bind-ip option
- Do not use peer_id tracking method over i2p/tor
- Minor bug fixes