Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pinned
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serialization;https://github.com/status-im/nim-serialization@#f80cfd8657f272a2ab
stew;https://github.com/status-im/nim-stew@#b66168735d6f3841c5239c3169d3fe5fe98b1257
testutils;https://github.com/status-im/nim-testutils@#e85cb6ff9c328a6e12441e81ff632ef8b3af62b3
unittest2;https://github.com/status-im/nim-unittest2@#26f2ef3ae0ec72a2a75bfe557e02e88f6a31c189
websock;https://github.com/status-im/nim-websock@#42c37b4172519566db016810eccfce8a02cc1cdf
websock;https://github.com/status-im/nim-websock@#02616eccd5c826b83c580fa092e9675da04491c7
Comment thread
richard-ramos marked this conversation as resolved.
zlib;https://github.com/status-im/nim-zlib@#e680f269fb01af2c34a2ba879ff281795a5258fe
bearssl_pkey_decoder;https://github.com/vacp2p/bearssl_pkey_decoder@#d34aa46bf9d0a3ffff810fbd3c4d2fa024eb9368
jwt;https://github.com/vacp2p/nim-jwt@#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2
Expand Down
2 changes: 1 addition & 1 deletion libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires "nim >= 2.2.4",
"https://github.com/vacp2p/nim-boringssl >= 0.0.4", "chronicles >= 0.11.0",
"chronos >= 4.2.2", "metrics", "secp256k1", "stew >= 0.4.2", "unittest2", "results",
"serialization", "lsquic >= 0.4.1",
"https://github.com/status-im/nim-websock#42c37b4172519566db016810eccfce8a02cc1cdf",
"https://github.com/status-im/nim-websock#02616eccd5c826b83c580fa092e9675da04491c7",
"https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2",
Comment thread
richard-ramos marked this conversation as resolved.
"https://github.com/status-im/nim-protobuf-serialization#46753f2b90365035bc0f75c6894e160c35880be1"

Expand Down
Loading
Loading