mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-09 22:25:51 +00:00
fbe161a073
* settup basic nim node * adding http utils * adding confutils * rough rest api proto * adding missing deps * turn tls emulation off * adding toml serialization * wip * adding missing deps * make sure to clean old state in teardown * adding file upload rest endpoint * renaming blockexchange to networkstore * updating nim-presto * updating libp2p * wip adding streaming upload * reworked chunking * bump to latest unstable * adding asyncfutures stream * make streamable * deleting unused files * reworking stores api * use new stores api * rework blockset and remove blockstream * don't return option from constructor * rework chunker * wip implement upload * fix tests * move unrelated logic to engine * don't print entire message * logging * basic encode/decode to/from dag-pb * add basic upload/download support * fix tests * renaming blockset to manifest * don't pass config to node * remove config and use new manifest * wip: make endpoints more reliable * wip: adding node tests * include correct manifest test * removing asyncfutures * proper chunking of files * simplify stream reading * test with encoding/decoding with many blocks * add block storing tests * adding retrieval test * add logging * tidy up chunker * tidy up manifest and node * use default chunk size * fix tests * fix tests * make sure Eof is set properly * wip * minor cleanup * add file utils * cleanup config * splitout DaggerServer and "main" * remove events since they are not used * add broadcast method to network peer * add and wire localstore * use localstore in the node * wip * logging * move file utils * use the constant * updating deps * fix memstore * use latest libp2p unstable * fix tests * rework block streaming * don't fail storing if the block already exists * add helper info endpoint * correct comment * rename localstore to fsstore * fix tests * remove unused tests * add test to retrieve one block * move some test files around * consolidate setup * Update dagger/blockexchange/engine.nim Co-authored-by: Tanguy <tanguy@status.im> * typo * better block path handling * don't inherit rootobj * remove useless template * Update tests/dagger/blockexc/testblockexc.nim Co-authored-by: markspanbroek <mark@spanbroek.net> * use isMainModule * use proper flag for starter/stoped * cleanup optional use * wrap in isMainModule * use `cancelAndAwait` * remove unused imports * wip * don't use optional * use functional error api * rework store tests and add fs tests * Block.new() to Block.init() * don't use optional for engine blocks * use result instead of optional for getBlock * remove unused imports * move stopping servers to `shutdown` * use result instead of optional * rework with results * fix tests * use waitFor in signal handlers * error helper * use `?` and mapFailure where possible * remove unnecesary `=?` * improve empty cid digest initialization Co-authored-by: Tanguy <tanguy@status.im> Co-authored-by: markspanbroek <mark@spanbroek.net>
158 lines
4.7 KiB
Plaintext
158 lines
4.7 KiB
Plaintext
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-libp2p"]
|
|
path = vendor/nim-libp2p
|
|
url = https://github.com/status-im/nim-libp2p.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nimcrypto"]
|
|
path = vendor/nimcrypto
|
|
url = https://github.com/cheatfate/nimcrypto.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/bearssl"]
|
|
path = vendor/bearssl
|
|
url = https://github.com/status-im/bearssl.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-chronicles"]
|
|
path = vendor/nim-chronicles
|
|
url = https://github.com/status-im/nim-chronicles.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-metrics"]
|
|
path = vendor/nim-metrics
|
|
url = https://github.com/status-im/nim-metrics.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-secp256k1"]
|
|
path = vendor/nim-secp256k1
|
|
url = https://github.com/status-im/nim-secp256k1.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-stew"]
|
|
path = vendor/nim-stew
|
|
url = https://github.com/status-im/nim-stew.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-protobuf-serialization"]
|
|
path = vendor/nim-protobuf-serialization
|
|
url = https://github.com/status-im/nim-protobuf-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-nitro"]
|
|
path = vendor/nim-nitro
|
|
url = https://github.com/status-im/nim-nitro.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/questionable"]
|
|
path = vendor/questionable
|
|
url = https://github.com/status-im/questionable.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/upraises"]
|
|
ignore = untracked
|
|
branch = master
|
|
path = vendor/upraises
|
|
url = https://github.com/markspanbroek/upraises.git
|
|
[submodule "vendor/asynctest"]
|
|
path = vendor/asynctest
|
|
url = https://github.com/status-im/asynctest.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-presto"]
|
|
path = vendor/nim-presto
|
|
url = https://github.com/status-im/nim-presto.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-confutils"]
|
|
path = vendor/nim-confutils
|
|
url = https://github.com/status-im/nim-confutils.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-nat-traversal"]
|
|
path = vendor/nim-nat-traversal
|
|
url = https://github.com/status-im/nim-nat-traversal.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-libbacktrace"]
|
|
path = vendor/nim-libbacktrace
|
|
url = https://github.com/status-im/nim-libbacktrace.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-chronos"]
|
|
path = vendor/nim-chronos
|
|
url = https://github.com/status-im/nim-chronos.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-faststreams"]
|
|
path = vendor/nim-faststreams
|
|
url = https://github.com/status-im/nim-faststreams.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-json-serialization"]
|
|
path = vendor/nim-json-serialization
|
|
url = https://github.com/status-im/nim-json-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-serialization"]
|
|
path = vendor/nim-serialization
|
|
url = https://github.com/status-im/nim-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-bearssl"]
|
|
path = vendor/nim-bearssl
|
|
url = https://github.com/status-im/nim-bearssl.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/combparser"]
|
|
path = vendor/combparser
|
|
url = https://github.com/PMunch/combparser.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/stint"]
|
|
path = vendor/stint
|
|
url = https://github.com/status-im/stint.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-httputils"]
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-http-utils"]
|
|
path = vendor/nim-http-utils
|
|
url = https://github.com/status-im/nim-http-utils.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-toml-serialization"]
|
|
path = vendor/nim-toml-serialization
|
|
url = https://github.com/status-im/nim-toml-serialization.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/unittest2"]
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-unittest2"]
|
|
path = vendor/nim-unittest2
|
|
url = https://github.com/status-im/nim-unittest2.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nameresolver"]
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-nameresolver"]
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/dnsclient.nim"]
|
|
path = vendor/dnsclient.nim
|
|
url = https://github.com/ba0f3/dnsclient.nim.git
|
|
ignore = untracked
|
|
branch = master
|
|
[submodule "vendor/nim-websock"]
|
|
path = vendor/nim-websock
|
|
url = https://github.com/status-im/nim-websock.git
|
|
ignore = untracked
|
|
branch = master
|