Skip to content

Commit

Permalink
EIP-4844: add submodule nim-kzg4844
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 2, 2023
1 parent ede685a commit aed30be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,8 @@
url = https://github.com/libtom/libtommath
ignore = untracked
branch = develop
[submodule "vendor/nim-kzg4844"]
path = vendor/nim-kzg4844
url = https://github.com/status-im/nim-kzg4844
ignore = untracked
branch = master
4 changes: 4 additions & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ if defined(windows) and defined(i386):
# avoid undefined reference to 'sqrx_mont_384x' when compiling in 32 bit mode
# without actually using __BLST_PORTABLE__ or __BLST_NO_ASM__
switch("define", "BLS_FORCE_BACKEND:miracl")

# nim-kzg shipping their own blst, nimbus-eth1 too.
# disable nim-kzg's blst
switch("define", "kzgExternalBlst")
1 change: 1 addition & 0 deletions vendor/nim-kzg4844
Submodule nim-kzg4844 added at f8b78e

0 comments on commit aed30be

Please sign in to comment.