From 3e167c31ef8fa95c2b830277bd1e837f9f12ed4b Mon Sep 17 00:00:00 2001 From: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Date: Wed, 18 Nov 2020 13:58:46 +0200 Subject: [PATCH] Updated submodules (#279) --- examples/v2/basic2.nim | 2 +- vendor/nim-chronos | 2 +- vendor/nim-confutils | 2 +- vendor/nim-eth | 2 +- vendor/nim-json-rpc | 2 +- vendor/nim-json-serialization | 2 +- vendor/nim-libp2p | 2 +- vendor/nim-metrics | 2 +- vendor/nim-secp256k1 | 2 +- vendor/nim-stew | 2 +- vendor/nimbus-build-system | 2 +- waku/v1/node/start_network.nim | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/v2/basic2.nim b/examples/v2/basic2.nim index 40fed54dc..63dd6acaa 100644 --- a/examples/v2/basic2.nim +++ b/examples/v2/basic2.nim @@ -2,7 +2,7 @@ ## topics, and publish to them. import - std/os, + std/[os,options], confutils, chronicles, chronos, stew/shims/net as stewNet, libp2p/crypto/[crypto,secp], diff --git a/vendor/nim-chronos b/vendor/nim-chronos index d3018ae90..ac9b3e304 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit d3018ae908f61253efc0f260f425f192904e6104 +Subproject commit ac9b3e304f630a450efc996f47dc9e6133246a87 diff --git a/vendor/nim-confutils b/vendor/nim-confutils index 5d8d1ea64..29c4a1870 160000 --- a/vendor/nim-confutils +++ b/vendor/nim-confutils @@ -1 +1 @@ -Subproject commit 5d8d1ea648884a460518e7819be2d406e3a4ab0f +Subproject commit 29c4a1870f91a3d61996d6eb32c5b25088d8ff97 diff --git a/vendor/nim-eth b/vendor/nim-eth index de2d43a7e..114680453 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit de2d43a7e7afb7b094ca251bdbbd58fbf47df031 +Subproject commit 114680453f789f947a3c057bbeb5bdf593f5364b diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 99455437b..dc3a2d33f 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 99455437ba3d83d5af1c38007fedeeff295e959e +Subproject commit dc3a2d33fc49e8415323da146b60b5c7e07afd2c diff --git a/vendor/nim-json-serialization b/vendor/nim-json-serialization index 3b0c9eafa..32f75d93b 160000 --- a/vendor/nim-json-serialization +++ b/vendor/nim-json-serialization @@ -1 +1 @@ -Subproject commit 3b0c9eafa4eb75c6257ec5cd08cf6d25c31119a6 +Subproject commit 32f75d93b0762328d1d85ce62cef84ed919ae31e diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 556213abf..8c8d73380 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 556213abf4bcfb33e27d28e5148619343df05dbb +Subproject commit 8c8d73380f5b7ed858bd70318d47d9ee4bcb8edb diff --git a/vendor/nim-metrics b/vendor/nim-metrics index 77305f3b3..22a386734 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit 77305f3b3ddfef5aff65b685effc7e7a1d1cf59c +Subproject commit 22a3867341f7b0a9d55661b41d7ee5febe35c86b diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index fb9699702..a9d5cba69 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit fb9699702b44f194b5926c8ab4a004cff676b435 +Subproject commit a9d5cba699a0ee636ad155ea0dc49747b24d2ea4 diff --git a/vendor/nim-stew b/vendor/nim-stew index 529517d84..ff524ed83 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 529517d84837d8848dde769eea4d93a1a657a279 +Subproject commit ff524ed832b9933760a5c500252323ec840951a6 diff --git a/vendor/nimbus-build-system b/vendor/nimbus-build-system index c278412db..dbb7219f4 160000 --- a/vendor/nimbus-build-system +++ b/vendor/nimbus-build-system @@ -1 +1 @@ -Subproject commit c278412dbf7fce294ca1fabb8264607c2971ea8f +Subproject commit dbb7219f44be9b918baf42651d7708c2889a111a diff --git a/waku/v1/node/start_network.nim b/waku/v1/node/start_network.nim index c445ed4e4..5036fbd12 100644 --- a/waku/v1/node/start_network.nim +++ b/waku/v1/node/start_network.nim @@ -1,5 +1,5 @@ import - strformat, os, osproc, net, confutils, strformat, chronicles, json, strutils, + options, strformat, os, osproc, net, confutils, strformat, chronicles, json, strutils, eth/keys, eth/p2p/enode const