mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 01:37:39 +00:00
Removed parity submod, use parity-common for RLP
This commit is contained in:
parent
ae15382911
commit
d1ce859f65
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "parity"]
|
|
||||||
path = parity
|
|
||||||
url = git@github.com:paritytech/parity.git
|
|
@ -10,7 +10,7 @@ bytes = ""
|
|||||||
blake2 = "^0.7.1"
|
blake2 = "^0.7.1"
|
||||||
crypto-mac = "^0.6.2"
|
crypto-mac = "^0.6.2"
|
||||||
bls = { git = "https://github.com/sigp/bls" }
|
bls = { git = "https://github.com/sigp/bls" }
|
||||||
rlp = { path = "parity/util/rlp" }
|
rlp = { git = "https://github.com/paritytech/parity-common" }
|
||||||
|
|
||||||
[dependencies.pairing]
|
[dependencies.pairing]
|
||||||
git = "https://github.com/mmaker/pairing"
|
git = "https://github.com/mmaker/pairing"
|
||||||
|
1
parity
1
parity
@ -1 +0,0 @@
|
|||||||
Subproject commit aa67bd5d00e48bac71ab81a384ac2902757eebed
|
|
Loading…
Reference in New Issue
Block a user