use supranation/blst@0.2.0 directly
This commit is contained in:
parent
56980ffc1f
commit
61fa03b1ad
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -11,3 +11,6 @@
|
||||
[submodule "extern/oni"]
|
||||
path = extern/oni
|
||||
url = https://github.com/filecoin-project/oni
|
||||
[submodule "extern/blst"]
|
||||
path = extern/blst
|
||||
url = git@github.com:supranational/blst.git
|
||||
|
1
extern/blst
vendored
Submodule
1
extern/blst
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 414ac6b185f6b2ef2e6364d5716f915af966c465
|
4
go.mod
4
go.mod
@ -150,6 +150,4 @@ replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
|
||||
|
||||
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors
|
||||
|
||||
replace github.com/supranational/blst => ./extern/fil-blst/blst
|
||||
|
||||
replace github.com/filecoin-project/fil-blst => ./extern/fil-blst
|
||||
replace github.com/supranational/blst => ./extern/blst
|
||||
|
Loading…
Reference in New Issue
Block a user