Update CHANGELOG.md

This commit is contained in:
Shrenuj Bansal 2023-06-28 13:52:19 -04:00 committed by GitHub
parent 1337d83b8f
commit bd43d9fdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
# v1.23.2 / 2023-06-28
This is a patch release on top of 1.23.2 containing the fix for https://github.com/filecoin-project/lotus/issues/10906
This fixes the syncing issue seen by many node operators/SPs, usually when performing actions which would result in msgs staying in their mpool for longer periods of time (ex. PSD) resulting in these msgs being republished multiple times and possibly lowering your peer scores. Please refer to the above issue for more details.
We'd recommend everyone to accept this fix to better overall network health
## Improvements
- fix: pubsub: do not treat ErrExistingNonce as Reject