bump submodules to reduce compiler warnings

This commit is contained in:
jangko 2023-02-20 15:30:57 +07:00
parent e47387d41f
commit f5c12062bd
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
4 changed files with 4 additions and 4 deletions

View File

@ -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

2
vendor/nim-json-rpc vendored

@ -1 +1 @@
Subproject commit c0ecb426131ebc2c3d11c085d749f55884f6fea6
Subproject commit 38950a786d00d4b97e7550b25a32eb14fdbc790d

@ -1 +1 @@
Subproject commit c7f1a37d9b0f17292649bfed8bf6cef83cf4221f
Subproject commit fd173fdff863ce2e211cf64c9a03bc7539fe40b0

@ -1 +1 @@
Subproject commit 0e18d15d3ec4d19abcacab69615155432b0cf11e
Subproject commit 883c7a50ad3b82158e64d074c5578fe33ab3c452