vendor: update nim-graphql, replace nim-miniz with nim-zlib, add nim-ws
- we replace nim-miniz with nim-zlib because nim-ws requires features not available in miniz - nim-graphql also switch to nim-zlib - nim-ws depends on nim-zlib and we need it for upcoming websocket rpc
This commit is contained in:
parent
4ce9b5883c
commit
41c4d186b5
|
@ -64,18 +64,18 @@
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-confutils"]
|
[submodule "vendor/nim-confutils"]
|
||||||
path = vendor/nim-confutils
|
path = vendor/nim-confutils
|
||||||
url = https://github.com/status-im/nim-confutils.git
|
url = https://github.com/status-im/nim-confutils.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-beacon-chain"]
|
[submodule "vendor/nim-beacon-chain"]
|
||||||
path = vendor/nim-beacon-chain
|
path = vendor/nim-beacon-chain
|
||||||
url = https://github.com/status-im/nim-beacon-chain.git
|
url = https://github.com/status-im/nim-beacon-chain.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-blscurve"]
|
[submodule "vendor/nim-blscurve"]
|
||||||
path = vendor/nim-blscurve
|
path = vendor/nim-blscurve
|
||||||
url = https://github.com/status-im/nim-blscurve
|
url = https://github.com/status-im/nim-blscurve
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-chronos"]
|
[submodule "vendor/nim-chronos"]
|
||||||
|
@ -149,47 +149,52 @@
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-evmc"]
|
[submodule "vendor/nim-evmc"]
|
||||||
path = vendor/nim-evmc
|
path = vendor/nim-evmc
|
||||||
url = https://github.com/status-im/nim-evmc
|
url = https://github.com/status-im/nim-evmc
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = api-version-7.5
|
branch = api-version-7.5
|
||||||
[submodule "vendor/nim-libbacktrace"]
|
[submodule "vendor/nim-libbacktrace"]
|
||||||
path = vendor/nim-libbacktrace
|
path = vendor/nim-libbacktrace
|
||||||
url = https://github.com/status-im/nim-libbacktrace.git
|
url = https://github.com/status-im/nim-libbacktrace.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-testutils"]
|
[submodule "vendor/nim-testutils"]
|
||||||
path = vendor/nim-testutils
|
path = vendor/nim-testutils
|
||||||
url = https://github.com/status-im/nim-testutils.git
|
url = https://github.com/status-im/nim-testutils.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-sqlite3-abi"]
|
[submodule "vendor/nim-sqlite3-abi"]
|
||||||
path = vendor/nim-sqlite3-abi
|
path = vendor/nim-sqlite3-abi
|
||||||
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
|
url = https://github.com/arnetheduck/nim-sqlite3-abi.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-bearssl"]
|
[submodule "vendor/nim-bearssl"]
|
||||||
path = vendor/nim-bearssl
|
path = vendor/nim-bearssl
|
||||||
url = https://github.com/status-im/nim-bearssl
|
url = https://github.com/status-im/nim-bearssl
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "tests/fixtures/eth_tests"]
|
[submodule "tests/fixtures/eth_tests"]
|
||||||
path = tests/fixtures/eth_tests
|
path = tests/fixtures/eth_tests
|
||||||
url = https://github.com/ethereum/tests
|
url = https://github.com/ethereum/tests
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-graphql"]
|
[submodule "vendor/nim-graphql"]
|
||||||
path = vendor/nim-graphql
|
path = vendor/nim-graphql
|
||||||
url = https://github.com/status-im/nim-graphql
|
url = https://github.com/status-im/nim-graphql
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-toml-serialization"]
|
[submodule "vendor/nim-toml-serialization"]
|
||||||
path = vendor/nim-toml-serialization
|
path = vendor/nim-toml-serialization
|
||||||
url = https://github.com/status-im/nim-toml-serialization
|
url = https://github.com/status-im/nim-toml-serialization
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "vendor/nim-miniz"]
|
[submodule "vendor/nim-zlib"]
|
||||||
path = vendor/nim-miniz
|
path = vendor/nim-zlib
|
||||||
url = https://github.com/status-im/nim-miniz
|
url = https://github.com/status-im/nim-zlib
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/nim-ws"]
|
||||||
|
path = vendor/nim-ws
|
||||||
|
url = https://github.com/status-im/nim-ws
|
||||||
|
ignore = dirty
|
||||||
|
branch = master
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 75d913ca4de8baaa1bfa7d914df74fa8685b985e
|
Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit cfc45c3babc1b844108ff5a1d869cb37e1386eb3
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e56447dda33fd4de54de0f1f145b10b7123e96ab
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6bbc67d09e624d69052d62b2353878f491186942
|
Loading…
Reference in New Issue