deploy: dd2ed886a35826850aef156ba484b12ed1d5ed25

This commit is contained in:
s1fr0 2022-02-18 06:53:32 +00:00
parent ca376bc481
commit 4f3b88277b
3 changed files with 3 additions and 2 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

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az173-605:
# Libtool was configured on host fv-az193-499:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,

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)