mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 15:46:33 +00:00
deploy: dd2ed886a35826850aef156ba484b12ed1d5ed25
This commit is contained in:
parent
ca376bc481
commit
4f3b88277b
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user