mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-24 23:11:12 +00:00
Update submodules (#682)
This commit is contained in:
+10
@@ -120,3 +120,13 @@
|
||||
url = https://github.com/status-im/nim-unittest2.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-websock"]
|
||||
path = vendor/nim-websock
|
||||
url = https://github.com/status-im/nim-websock.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-zlib"]
|
||||
path = vendor/nim-zlib
|
||||
url = https://github.com/status-im/nim-zlib.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
|
||||
Vendored
+1
-1
Submodule vendor/nim-chronicles updated: 63ce43a86a...ba2817f1a9
Vendored
+1
-1
Submodule vendor/nim-chronos updated: f7dd6b76c2...14ebf269e9
Vendored
+1
-1
Submodule vendor/nim-eth updated: a8d11dd30b...20ad6504b7
Vendored
+1
-1
Submodule vendor/nim-http-utils updated: 8b492c74b5...9a56559ae3
Vendored
+1
-1
Submodule vendor/nim-json-rpc updated: 22c342bcc1...318949a401
Vendored
+1
-1
Submodule vendor/nim-libp2p updated: bd2e9a0462...c1b2d45d1b
Vendored
+1
-1
Submodule vendor/nim-metrics updated: 7349a421cf...b4c6a51ee7
Vendored
+1
-1
Submodule vendor/nim-stew updated: 70680e2af2...3c91b8694e
Vendored
+1
-1
Submodule vendor/nim-stint updated: ca897811df...484031fdff
+1
Submodule vendor/nim-websock added at d60df8176d
+1
Submodule vendor/nim-zlib added at 6bbc67d09e
@@ -4,7 +4,7 @@ import
|
||||
std/[tables, hashes, sequtils],
|
||||
chronos, confutils, chronicles, chronicles/topics_registry,
|
||||
metrics, metrics/chronos_httpserver,
|
||||
stew/[byteutils, objects],
|
||||
stew/byteutils,
|
||||
stew/shims/net as stewNet, json_rpc/rpcserver,
|
||||
# Waku v1 imports
|
||||
eth/[keys, p2p], eth/common/utils,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{.push raises: [Defect, CatchableError].}
|
||||
|
||||
import
|
||||
chronicles,
|
||||
json_rpc/rpcserver,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import
|
||||
std/[options,tables],
|
||||
eth/keys,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import
|
||||
std/[options, json],
|
||||
eth/keys,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import
|
||||
std/[tables, strutils],
|
||||
std/tables,
|
||||
sqlite3_abi,
|
||||
stew/[byteutils, results],
|
||||
./message_store,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import
|
||||
std/[tables, sequtils, options],
|
||||
std/[tables, options],
|
||||
bearssl,
|
||||
chronos, chronicles, metrics, stew/results,
|
||||
libp2p/protocols/pubsub/pubsubpeer,
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import
|
||||
chronicles, options, chronos, stint,
|
||||
options, chronos, stint,
|
||||
web3,
|
||||
eth/keys
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
## Types for waku_store protocol.
|
||||
|
||||
{.push raises: [Defect].}
|
||||
|
||||
# Group by std, external then internal imports
|
||||
import
|
||||
# external imports
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
##
|
||||
## Used by both message store and store protocol.
|
||||
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import nimcrypto/hash
|
||||
|
||||
type
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Request utils.
|
||||
|
||||
{.push raises: [Defect].}
|
||||
|
||||
import bearssl, stew/byteutils
|
||||
|
||||
proc generateRequestId*(rng: ref BrHmacDrbgContext): string =
|
||||
|
||||
Reference in New Issue
Block a user