mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-01 13:00:31 +00:00
- Add parallel ci-lock.yml - In order to sync the lock file do the following: ``` bash nimble lock --developFile=nimble-update-lock.develop ``` Note that --developFile support for lock is part of this PR https://github.com/nim-lang/nimble/pull/1125 to be merged. If it is not merged, then you can rename nimble-update-lock.develop to nimble.develop and `nimble lock` will work just fine. - I have used different `nim` version for the lock file because current `nim` does not have the proper nimble structure. I can bump the version in NBS if you want. I have also changed the versions of some of the packages in `vendor` folder to pass nimble version checks
569 lines
16 KiB
Plaintext
569 lines
16 KiB
Plaintext
{
|
|
"version": 2,
|
|
"packages": {
|
|
"unittest2": {
|
|
"version": "0.0.7",
|
|
"vcsRevision": "b178f47527074964f76c395ad0dfc81cf118f379",
|
|
"url": "https://github.com/status-im/nim-unittest2.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "b6d4a5cbe28b43c166d6442ba6804aafd4abe368"
|
|
}
|
|
},
|
|
"testutils": {
|
|
"version": "0.5.0",
|
|
"vcsRevision": "dfc4c1b39f9ded9baf6365014de2b4bfb4dafc34",
|
|
"url": "https://github.com/status-im/nim-testutils",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "756d0757c4dd06a068f9d38c7f238576ba5ee897"
|
|
}
|
|
},
|
|
"stew": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "e18f5a62af2ade7a1fd1d39635d4e04d944def08",
|
|
"url": "https://github.com/status-im/nim-stew.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "2a80972f66597bf87d820dca8164d89d3bb24c6d"
|
|
}
|
|
},
|
|
"nimcrypto": {
|
|
"version": "0.5.4",
|
|
"vcsRevision": "a5742a9a214ac33f91615f3862c7b099aec43b00",
|
|
"url": "https://github.com/cheatfate/nimcrypto.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08"
|
|
}
|
|
},
|
|
"secp256k1": {
|
|
"version": "0.5.2",
|
|
"vcsRevision": "5340cf188168d6afcafc8023770d880f067c0b2f",
|
|
"url": "https://github.com/status-im/nim-secp256k1.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"nimcrypto"
|
|
],
|
|
"checksums": {
|
|
"sha1": "ae9cbea4487be94a06653ffee075a7f1bd1e231e"
|
|
}
|
|
},
|
|
"bearssl": {
|
|
"version": "0.1.5",
|
|
"vcsRevision": "9ee8b136e32b2995bad0b16b597d6b50485a9078",
|
|
"url": "https://github.com/status-im/nim-bearssl.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "1c2619b317ebde696ea1743709cdf5573f281324"
|
|
}
|
|
},
|
|
"httputils": {
|
|
"version": "0.3.0",
|
|
"vcsRevision": "e88e231dfcef4585fe3b2fbd9b664dbd28a88040",
|
|
"url": "https://github.com/status-im/nim-http-utils.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "dd0dcef76616ad35922944671c49222c8a17fb1f"
|
|
}
|
|
},
|
|
"chronos": {
|
|
"version": "3.0.11",
|
|
"vcsRevision": "6525f4ce1d1a7eba146e5f1a53f6f105077ae686",
|
|
"url": "https://github.com/status-im/nim-chronos.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"bearssl",
|
|
"httputils",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "8cdf821ecc76fb91fdfb5191cad31f813822fcb2"
|
|
}
|
|
},
|
|
"metrics": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "743f81d4f6c6ebf0ac02389f2392ff8b4235bee5",
|
|
"url": "https://github.com/status-im/nim-metrics.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos"
|
|
],
|
|
"checksums": {
|
|
"sha1": "6274c7ae424b871bc21ca3a6b6713971ff6a8095"
|
|
}
|
|
},
|
|
"dnsclient": {
|
|
"version": "0.3.4",
|
|
"vcsRevision": "23214235d4784d24aceed99bbfe153379ea557c8",
|
|
"url": "https://github.com/ba0f3/dnsclient.nim.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "65262c7e533ff49d6aca5539da4bc6c6ce132f40"
|
|
}
|
|
},
|
|
"lrucache": {
|
|
"version": "1.2.1",
|
|
"vcsRevision": "8767ade0b76ea5b5d4ce24a52d0c58a6ebeb66cd",
|
|
"url": "https://github.com/status-im/lrucache.nim",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "2c4365d10029d6f6a8b92a712e9002ac3886b07d"
|
|
}
|
|
},
|
|
"faststreams": {
|
|
"version": "0.3.0",
|
|
"vcsRevision": "1b561a9e71b6bdad1c1cdff753418906037e9d09",
|
|
"url": "https://github.com/status-im/nim-faststreams.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"testutils",
|
|
"chronos",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "97edf9797924af48566a0af8267203dc21d80c77"
|
|
}
|
|
},
|
|
"serialization": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "493d18b8292fc03aa4f835fd825dea1183f97466",
|
|
"url": "https://github.com/status-im/nim-serialization.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"faststreams",
|
|
"unittest2",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "893921d41eb4e90a635442f02dd17b5f90bcbb00"
|
|
}
|
|
},
|
|
"json_serialization": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "e5b18fb710c3d0167ec79f3b892f5a7a1bc6d1a4",
|
|
"url": "https://github.com/status-im/nim-json-serialization.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"serialization",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "bdcdeefca4e2b31710a23cc817aa6abfa0d041e2"
|
|
}
|
|
},
|
|
"chronicles": {
|
|
"version": "0.10.3",
|
|
"vcsRevision": "7631f7b2ee03398cb1512a79923264e8f9410af6",
|
|
"url": "https://github.com/status-im/nim-chronicles.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"testutils",
|
|
"json_serialization"
|
|
],
|
|
"checksums": {
|
|
"sha1": "2b6795cc40a687d3716b617e70d96e5af361c4af"
|
|
}
|
|
},
|
|
"nim": {
|
|
"version": "1.6.14",
|
|
"vcsRevision": "71ba2e7f3c5815d956b1ae0341b0743242b8fec6",
|
|
"url": "https://github.com/nim-lang/Nim.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "f9ce6fa986a4e75514fe26d4c773789b8897eb18"
|
|
}
|
|
},
|
|
"zlib": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "74cdeb54b21bededb5a515d36f608bc1850555a2",
|
|
"url": "https://github.com/status-im/nim-zlib",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "01d330dc4c1924e56b1559ee73bc760e526f635c"
|
|
}
|
|
},
|
|
"websock": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "7b2ed397d6e4c37ea4df08ae82aeac7ff04cd180",
|
|
"url": "https://github.com/status-im/nim-websock.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"httputils",
|
|
"chronicles",
|
|
"stew",
|
|
"nimcrypto",
|
|
"bearssl",
|
|
"zlib"
|
|
],
|
|
"checksums": {
|
|
"sha1": "d27f126527be59f5a0dc35303cb37b82d4e2770b"
|
|
}
|
|
},
|
|
"libp2p": {
|
|
"version": "1.0.0",
|
|
"vcsRevision": "8c2eca18dcc538c57a8fbc0c53fd0b9d24d56cff",
|
|
"url": "https://github.com/status-im/nim-libp2p.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"dnsclient",
|
|
"bearssl",
|
|
"chronicles",
|
|
"chronos",
|
|
"metrics",
|
|
"secp256k1",
|
|
"stew",
|
|
"websock",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "d5973fd5b85db4c0ed22a8d95db1951bc6863c41"
|
|
}
|
|
},
|
|
"combparser": {
|
|
"version": "0.2.0",
|
|
"vcsRevision": "ba4464c005d7617c008e2ed2ebc1ba52feb469c6",
|
|
"url": "https://github.com/PMunch/combparser.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "a3635260961a893b88f69aac19f1b24e032a7e97"
|
|
}
|
|
},
|
|
"protobuf_serialization": {
|
|
"version": "0.2.0",
|
|
"vcsRevision": "27b400fdf3bd8ce7120ca66fc1de39d3f1a5804a",
|
|
"url": "https://github.com/status-im/nim-protobuf-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"faststreams",
|
|
"serialization",
|
|
"combparser"
|
|
],
|
|
"checksums": {
|
|
"sha1": "9c30c45b92900b425b147aeceae87bee6295dd80"
|
|
}
|
|
},
|
|
"stint": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "036c71d06a6b22f8f967ba9d54afd2189c3872ca",
|
|
"url": "https://github.com/status-im/stint.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "0f187a2115315ca898e5f9a30c5e506cf6057062"
|
|
}
|
|
},
|
|
"asynctest": {
|
|
"version": "0.3.2",
|
|
"vcsRevision": "a236a5f0f3031573ac2cb082b63dbf6e170e06e7",
|
|
"url": "https://github.com/status-im/asynctest.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "0ef50d086659835b0a23a4beb77cb11747695448"
|
|
}
|
|
},
|
|
"datastore": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "0cde8aeb67c59fd0ac95496dc6b5e1168d6632aa",
|
|
"url": "https://github.com/status-im/nim-datastore",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "2c03bb47de97962d2a64be1ed0a8161cd9d65159"
|
|
}
|
|
},
|
|
"questionable": {
|
|
"version": "0.10.6",
|
|
"vcsRevision": "30e4184a99c8c1ba329925912d2c5d4b09acf8cc",
|
|
"url": "https://github.com/status-im/questionable.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "ca2d1e2e0be6566b4bf13261b29645721d01673d"
|
|
}
|
|
},
|
|
"libp2pdht": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "bd517f0e8da38a1b5da15f7deb2d5c652ca389f1",
|
|
"url": "https://github.com/status-im/nim-libp2p-dht.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"bearssl",
|
|
"chronicles",
|
|
"chronos",
|
|
"libp2p",
|
|
"metrics",
|
|
"protobuf_serialization",
|
|
"secp256k1",
|
|
"stew",
|
|
"stint",
|
|
"asynctest",
|
|
"datastore",
|
|
"questionable"
|
|
],
|
|
"checksums": {
|
|
"sha1": "2ce2e3f9ae4f78bca796ff21421bc265865dc0bc"
|
|
}
|
|
},
|
|
"upraises": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "ff4f8108e44fba9b35cac535ab63d3927e8fd3c2",
|
|
"url": "https://github.com/markspanbroek/upraises.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "a0243c8039e12d547dbb2e9c73789c16bb8bc956"
|
|
}
|
|
},
|
|
"contractabi": {
|
|
"version": "0.4.6",
|
|
"vcsRevision": "61f8f59b3917d8e27c6eb4330a6d8cf428e98b2d",
|
|
"url": "https://github.com/status-im/nim-contract-abi",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stint",
|
|
"stew",
|
|
"nimcrypto",
|
|
"questionable",
|
|
"upraises"
|
|
],
|
|
"checksums": {
|
|
"sha1": "fafea407d35362f075c86bed78a4c999032a17ff"
|
|
}
|
|
},
|
|
"confutils": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "2028b41602b3abf7c9bf450744efde7b296707a2",
|
|
"url": "https://github.com/status-im/nim-confutils.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"serialization"
|
|
],
|
|
"checksums": {
|
|
"sha1": "d78c9de9d312466721f11989212e319ca24f40a9"
|
|
}
|
|
},
|
|
"taskpools": {
|
|
"version": "0.0.4",
|
|
"vcsRevision": "b3673c7a7a959ccacb393bd9b47e997bbd177f5a",
|
|
"url": "https://github.com/status-im/nim-taskpools.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "e43c5170d4e9ef1b27dd0956ffa0db46f992f9a6"
|
|
}
|
|
},
|
|
"blscurve": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "48d8668c5a9a350d3a7ee0c3713ef9a11980a40d",
|
|
"url": "https://github.com/status-im/nim-blscurve.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"stew",
|
|
"taskpools"
|
|
],
|
|
"checksums": {
|
|
"sha1": "074b265a29b04fc271a5baaa8e67be8e73095721"
|
|
}
|
|
},
|
|
"nat_traversal": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "27d314d65c9078924b3239fe4e2f5af0c512b28c",
|
|
"url": "https://github.com/status-im/nim-nat-traversal.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "ec34f11d4f1fc5aa67ff001b82ba938b5feeaab4"
|
|
}
|
|
},
|
|
"sqlite3_abi": {
|
|
"version": "3.34.0",
|
|
"vcsRevision": "fda455cfea2df707dde052034411ce63de218453",
|
|
"url": "https://github.com/arnetheduck/nim-sqlite3-abi.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "720aaffb34259c1a9dd2239c77ee1fbcc2a41346"
|
|
}
|
|
},
|
|
"eth": {
|
|
"version": "1.0.0",
|
|
"vcsRevision": "5885f638e47b8607683ef9e1e77fc21ce1aede44",
|
|
"url": "https://github.com/status-im/nim-eth",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"stint",
|
|
"secp256k1",
|
|
"chronos",
|
|
"chronicles",
|
|
"stew",
|
|
"nat_traversal",
|
|
"metrics",
|
|
"sqlite3_abi",
|
|
"confutils",
|
|
"testutils",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "81392c4b203bea5af5bbc7be9cf4a0099b0e7614"
|
|
}
|
|
},
|
|
"news": {
|
|
"version": "0.5",
|
|
"vcsRevision": "8bfd753649aa7e870ec45e93f1453d3bfcf66733",
|
|
"url": "https://github.com/status-im/news",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "5bf102761f7d33fd3a421db23d476794398afb07"
|
|
}
|
|
},
|
|
"json_rpc": {
|
|
"version": "0.0.2",
|
|
"vcsRevision": "5a281760803907f4989cacf109b516381dfbbe11",
|
|
"url": "https://github.com/status-im/nim-json-rpc",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"nimcrypto",
|
|
"stint",
|
|
"chronos",
|
|
"httputils",
|
|
"chronicles",
|
|
"news",
|
|
"websock",
|
|
"json_serialization"
|
|
],
|
|
"checksums": {
|
|
"sha1": "3ec28a4c9e5dcd3210e85dfcfdd0a6baf46eccbe"
|
|
}
|
|
},
|
|
"nitro": {
|
|
"version": "0.5.1",
|
|
"vcsRevision": "6b4c455bf4dad7449c1580055733a1738fcd5aec",
|
|
"url": "https://github.com/status-im/nim-nitro.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"questionable",
|
|
"upraises",
|
|
"contractabi",
|
|
"secp256k1",
|
|
"stint",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "19d90deaeb84b19214dc2aab28a466f0bc4a7e2e"
|
|
}
|
|
},
|
|
"presto": {
|
|
"version": "0.0.4",
|
|
"vcsRevision": "3984431dc0fc829eb668e12e57e90542b041d298",
|
|
"url": "https://github.com/status-im/nim-presto.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"chronicles",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "0bbebea31462b23c8dbe3558423252920f9827c7"
|
|
}
|
|
},
|
|
"libbacktrace": {
|
|
"version": "0.0.8",
|
|
"vcsRevision": "b29c22ba0ef13de50b779c776830dbea1d50cd33",
|
|
"url": "https://github.com/status-im/nim-libbacktrace.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "3803e1d2c0cd0d3c8f5371a385a41ed7807d59f6"
|
|
}
|
|
},
|
|
"toml_serialization": {
|
|
"version": "0.2.3",
|
|
"vcsRevision": "86d477136f105f04bfd0dd7c0e939593d81fc581",
|
|
"url": "https://github.com/status-im/nim-toml-serialization.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"serialization",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "76a9052f4d3b516737d3db508555c8bee9e33792"
|
|
}
|
|
},
|
|
"leopard": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "1a6f2ab7252426a6ac01482a68b75d0c3b134cf0",
|
|
"url": "https://github.com/status-im/nim-leopard.git",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2",
|
|
"upraises"
|
|
],
|
|
"checksums": {
|
|
"sha1": "c5c8962568038ba60037f28f9d712c6978670b7d"
|
|
}
|
|
},
|
|
"ethers": {
|
|
"version": "0.2.5",
|
|
"vcsRevision": "0321e6d7bd9c703c9e9bf31ee8664adac1d6cbe7",
|
|
"url": "https://github.com/status-im/nim-ethers",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"contractabi",
|
|
"questionable",
|
|
"upraises",
|
|
"json_rpc",
|
|
"stint",
|
|
"stew",
|
|
"eth"
|
|
],
|
|
"checksums": {
|
|
"sha1": "a044e43748ee7510d1e7193f6d1c6a31a3bc4666"
|
|
}
|
|
}
|
|
},
|
|
"tasks": {}
|
|
}
|