chore: remove unused relay protocol identifier (#1063)

* chore: remove unused relay protocol identifier

* update: changelog
This commit is contained in:
Danish Arora 2022-12-23 17:08:41 +05:30 committed by GitHub
parent c8ddb40cc1
commit d022d8700b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Removed `/vac/waku/relay/2.0.0-beta2` from `WakuRelay` protocols.
### Fixed
- Documentation links.

View File

@ -4,10 +4,7 @@ export const minute = 60 * second;
/**
* RelayCodec is the libp2p identifier for the waku relay protocol
*/
export const RelayCodecs = [
"/vac/waku/relay/2.0.0-beta2",
"/vac/waku/relay/2.0.0",
];
export const RelayCodecs = ["/vac/waku/relay/2.0.0"];
export const RelayPingContentTopic = "/relay-ping/1/ping/null";