Remove beta tag from gossipsub 1.2 (#6344)

* Remove the beta tag from gossipsub v1.2

* fix clippy

* Merge branch 'unstable' into remove-beta-tag
This commit is contained in:
Age Manning
2024-09-06 02:19:07 +10:00
committed by GitHub
parent 369807becc
commit df19b6220a
5 changed files with 13 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
## 0.5 Sigma Prime fork
- Remove the beta tag from the v1.2 upgrade.
See [PR 6344](https://github.com/sigp/lighthouse/pull/6344)
- Implement IDONTWANT messages as per [spec](https://github.com/libp2p/specs/pull/548).
See [PR 5422](https://github.com/sigp/lighthouse/pull/5422)