mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
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
11
.gitmodules
vendored
11
.gitmodules
vendored
@ -188,8 +188,13 @@
|
||||
url = https://github.com/status-im/nim-toml-serialization
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nim-miniz"]
|
||||
path = vendor/nim-miniz
|
||||
url = https://github.com/status-im/nim-miniz
|
||||
[submodule "vendor/nim-zlib"]
|
||||
path = vendor/nim-zlib
|
||||
url = https://github.com/status-im/nim-zlib
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nim-ws"]
|
||||
path = vendor/nim-ws
|
||||
url = https://github.com/status-im/nim-ws
|
||||
ignore = dirty
|
||||
branch = master
|
||||
|
2
vendor/nim-graphql
vendored
2
vendor/nim-graphql
vendored
@ -1 +1 @@
|
||||
Subproject commit 75d913ca4de8baaa1bfa7d914df74fa8685b985e
|
||||
Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03
|
1
vendor/nim-miniz
vendored
1
vendor/nim-miniz
vendored
@ -1 +0,0 @@
|
||||
Subproject commit cfc45c3babc1b844108ff5a1d869cb37e1386eb3
|
1
vendor/nim-ws
vendored
Submodule
1
vendor/nim-ws
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e56447dda33fd4de54de0f1f145b10b7123e96ab
|
1
vendor/nim-zlib
vendored
Submodule
1
vendor/nim-zlib
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6bbc67d09e624d69052d62b2353878f491186942
|
Loading…
x
Reference in New Issue
Block a user