Merge pull request #1899

blog: add hackerone credits to release notes
This commit is contained in:
luigi1111 2021-12-09 01:02:20 -05:00 committed by GitHub
commit 61d801d5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ Some highlights of this point release are:
- Daemon: allow socks5 proxy configuration with `--proxy` flag (#[7326](https://github.com/monero-project/monero/pull/7326), #[7616](https://github.com/monero-project/monero/pull/7616))
- Daemon: fix race condition (#[7873](https://github.com/monero-project/monero/pull/7873))
- Daemon: fix spurious rejection of downloaded blocks (#[8022](https://github.com/monero-project/monero/pull/8022))
- Daemon: disable restricted RPC from getting output dist. for pre-rct outputs, fix DoS (#[8084](https://github.com/monero-project/monero/pull/8084))
- Daemon: disable restricted RPC from getting output dist. for pre-rct outputs, fix DoS (#[8084](https://github.com/monero-project/monero/pull/8084)) [Reported by xfang/Haven]
- Daemon: add seed nodes (#[7664](https://github.com/monero-project/monero/pull/7664), #[7753](https://github.com/monero-project/monero/pull/7753))
- Wallet: fix key encryption when changing ask-password from 0/1 to 2 (#[8014](https://github.com/monero-project/monero/pull/8014))
- Wallet: fix key encryption when changing ask-password from 0/1 to 2 (#[8014](https://github.com/monero-project/monero/pull/8014)) [Reported by xfang/Haven]
- Wallet: fix precision when selecting decoys (#[7798](https://github.com/monero-project/monero/pull/7798))
- Wallet: decrease the "recent spend window" in decoy selection (#[7993](https://github.com/monero-project/monero/pull/7993))
- Wallet: don't truncate integrated address in CSV history export (#[7961](https://github.com/monero-project/monero/pull/7961))