From f5c12062bd3adeca592040ba906966ee2446fc76 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 20 Feb 2023 15:30:57 +0700 Subject: [PATCH] bump submodules to reduce compiler warnings --- tests/test_clique/pool.nim | 2 +- vendor/nim-json-rpc | 2 +- vendor/nim-secp256k1 | 2 +- vendor/nim-unittest2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_clique/pool.nim b/tests/test_clique/pool.nim index 94f17778a..b15dc13e0 100644 --- a/tests/test_clique/pool.nim +++ b/tests/test_clique/pool.nim @@ -101,7 +101,7 @@ proc newPrivateKey(ap: TesterPool): PrivateKey = for n in 0 ..< data.len: data[n] = ap.rand # verify generated key, see keys.random(PrivateKey) from eth/keys.nim - var dataPtr0 = cast[ptr cuchar](unsafeAddr data[0]) + var dataPtr0 = cast[ptr byte](unsafeAddr data[0]) doAssert secp256k1_ec_seckey_verify( secp256k1_context_no_precomp, dataPtr0) == 1 # Convert to PrivateKey diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index c0ecb4261..38950a786 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit c0ecb426131ebc2c3d11c085d749f55884f6fea6 +Subproject commit 38950a786d00d4b97e7550b25a32eb14fdbc790d diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index c7f1a37d9..fd173fdff 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit c7f1a37d9b0f17292649bfed8bf6cef83cf4221f +Subproject commit fd173fdff863ce2e211cf64c9a03bc7539fe40b0 diff --git a/vendor/nim-unittest2 b/vendor/nim-unittest2 index 0e18d15d3..883c7a50a 160000 --- a/vendor/nim-unittest2 +++ b/vendor/nim-unittest2 @@ -1 +1 @@ -Subproject commit 0e18d15d3ec4d19abcacab69615155432b0cf11e +Subproject commit 883c7a50ad3b82158e64d074c5578fe33ab3c452