mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
Update Light Push protocol string to match nim-waku v0.4
This commit is contained in:
parent
ba8390f02a
commit
bc544c8e0b
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Test: Upgrade nim-waku node to v0.4.
|
- Test: Upgrade nim-waku node to v0.4.
|
||||||
|
- Waku Light Push upgraded to `2.0.0-beta1`.
|
||||||
|
|
||||||
## [0.6.0] - 2021-06-09
|
## [0.6.0] - 2021-06-09
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ import { DefaultPubsubTopic } from '../waku_relay';
|
|||||||
|
|
||||||
import { PushRPC } from './push_rpc';
|
import { PushRPC } from './push_rpc';
|
||||||
|
|
||||||
export const LightPushCodec = '/vac/waku/lightpush/2.0.0-alpha1';
|
export const LightPushCodec = '/vac/waku/lightpush/2.0.0-beta1';
|
||||||
export { PushResponse };
|
export { PushResponse };
|
||||||
|
|
||||||
export interface CreateOptions {
|
export interface CreateOptions {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user