Update WakuStoreCodec string to beta4 (#855)

* Fix waku store version to beta4

* Updated changelog
This commit is contained in:
G 2022-02-18 07:23:10 +01:00 committed by GitHub
parent 21cac6d491
commit dd2ed886a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ The full list of changes is below.
- A new type `Timestamp` for all timestamps is introduced (currently an alias for int64).
- All timestamps now have nanosecond resolution.
- `waku-store` protocol identifier is updated to `/vac/waku/store/2.0.0-beta4`
### Fixes

View File

@ -45,7 +45,7 @@ logScope:
topics = "wakustore"
const
WakuStoreCodec* = "/vac/waku/store/2.0.0-beta3"
WakuStoreCodec* = "/vac/waku/store/2.0.0-beta4"
DefaultStoreCapacity* = 50000 # Default maximum of 50k messages stored
# Error types (metric label values)