2021-11-23 16:55:16 +00:00
|
|
|
[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"]
|
|
|
|
path = vendor/upraises
|
|
|
|
url = https://github.com/markspanbroek/upraises.git
|
feat: integrate dagger contracts
Integrate dagger contracts from `nim-dagger-contracts` repo.
Add `dagger-contracts`, `nim-web3`, and all of `nim-web3`’s transitive deps as submodule deps to `nim-dagger`. Note: `nim-web3` and its transitive deps may no longer be needed when we switch to `nim-ethers`.
Add a `testContracts` nimble task to test all of the contracts functionality. Namely, this spins up an ethereum simulator, deploys the contracts (in `dagger-contracts`), runs the contract tests, and finally, regardless of success/error, kills the ethereum sim processes. The nimble task can be run with `./env.sh nimble testContracts`.
We also tested `nim-dagger-contracts` as a submodule dep of `nim-dagger`, and while the tests run as expected, the preference is to merge `nim-dagger-contracts` inside of `nim-dagger` for ease of parallel development. There’s also a high probability that `nim-dagger-contracts` is not being used as a dep by other projects. Are there any strong objections to this?
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
2022-01-25 00:22:58 +00:00
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
2021-11-23 16:55:16 +00:00
|
|
|
[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
|
2022-01-10 15:32:56 +00:00
|
|
|
[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/nim-unittest2"]
|
|
|
|
path = vendor/nim-unittest2
|
|
|
|
url = https://github.com/status-im/nim-unittest2.git
|
|
|
|
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
|
feat: integrate dagger contracts
Integrate dagger contracts from `nim-dagger-contracts` repo.
Add `dagger-contracts`, `nim-web3`, and all of `nim-web3`’s transitive deps as submodule deps to `nim-dagger`. Note: `nim-web3` and its transitive deps may no longer be needed when we switch to `nim-ethers`.
Add a `testContracts` nimble task to test all of the contracts functionality. Namely, this spins up an ethereum simulator, deploys the contracts (in `dagger-contracts`), runs the contract tests, and finally, regardless of success/error, kills the ethereum sim processes. The nimble task can be run with `./env.sh nimble testContracts`.
We also tested `nim-dagger-contracts` as a submodule dep of `nim-dagger`, and while the tests run as expected, the preference is to merge `nim-dagger-contracts` inside of `nim-dagger` for ease of parallel development. There’s also a high probability that `nim-dagger-contracts` is not being used as a dep by other projects. Are there any strong objections to this?
Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
2022-01-25 00:22:58 +00:00
|
|
|
[submodule "vendor/dagger-contracts"]
|
|
|
|
path = vendor/dagger-contracts
|
|
|
|
url = https://github.com/status-im/dagger-contracts
|
|
|
|
ignore = dirty
|
|
|
|
[submodule "vendor/nim-contract-abi"]
|
|
|
|
path = vendor/nim-contract-abi
|
|
|
|
url = https://github.com/status-im/nim-contract-abi
|
|
|
|
[submodule "vendor/nim-json-rpc"]
|
|
|
|
path = vendor/nim-json-rpc
|
|
|
|
url = https://github.com/status-im/nim-json-rpc
|
|
|
|
[submodule "vendor/nim-zlib"]
|
|
|
|
path = vendor/nim-zlib
|
|
|
|
url = https://github.com/status-im/nim-zlib
|
|
|
|
[submodule "vendor/nim-ethers"]
|
|
|
|
path = vendor/nim-ethers
|
|
|
|
url = https://github.com/status-im/nim-ethers
|
2022-03-02 16:30:42 +00:00
|
|
|
[submodule "vendor/lrucache.nim"]
|
|
|
|
path = vendor/lrucache.nim
|
|
|
|
url = https://github.com/status-im/lrucache.nim
|
2022-03-14 16:06:36 +00:00
|
|
|
[submodule "vendor/nim-blscurve"]
|
|
|
|
path = vendor/nim-blscurve
|
|
|
|
url = https://github.com/status-im/nim-blscurve.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-taskpools.git"]
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|
|
|
|
[submodule "vendor/nim-taskpools"]
|
|
|
|
path = vendor/nim-taskpools
|
|
|
|
url = https://github.com/status-im/nim-taskpools.git
|
|
|
|
ignore = untracked
|
|
|
|
branch = master
|