mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
Update WakuStoreCodec string to beta4 (#855)
* Fix waku store version to beta4 * Updated changelog
This commit is contained in:
parent
eaef9cfe31
commit
5d579cdea0
@ -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).
|
- A new type `Timestamp` for all timestamps is introduced (currently an alias for int64).
|
||||||
- All timestamps now have nanosecond resolution.
|
- All timestamps now have nanosecond resolution.
|
||||||
|
- `waku-store` protocol identifier is updated to `/vac/waku/store/2.0.0-beta4`
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@ logScope:
|
|||||||
topics = "wakustore"
|
topics = "wakustore"
|
||||||
|
|
||||||
const
|
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
|
DefaultStoreCapacity* = 50000 # Default maximum of 50k messages stored
|
||||||
|
|
||||||
# Error types (metric label values)
|
# Error types (metric label values)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user