Skip to content

Commit aaa53f8

Browse files
authored
chore: update bls ref (#1318)
2 parents a315b02 + f3ccb6c commit aaa53f8

File tree

14 files changed

+52
-18
lines changed

14 files changed

+52
-18
lines changed

galoisd/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ require (
114114
)
115115

116116
replace (
117-
github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
117+
github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
118118
github.com/consensys/gnark => github.com/consensys/gnark v0.9.2-0.20240115131420-34fdb0391653
119119
// Fork of gnark crypto until https://github.com/ConsenSys/gnark-crypto/pull/314 is merged
120120
github.com/consensys/gnark-crypto => github.com/unionlabs/gnark-crypto v0.0.0-20240112093739-635c1b6963c6

galoisd/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ github.com/tunabay/go-bitarray v1.3.1 h1:5q38uagXhrdzT0LjKWBB5ILO56fptGrJG875017
430430
github.com/tunabay/go-bitarray v1.3.1/go.mod h1:k6MncM9mWklQRcVy5Xe9RYixeDd9b3H0xqtgiANJFF4=
431431
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
432432
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
433-
github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932 h1:ecEdIXw7w3I4JEpNoNMwpHu4Iy6PRgGl++uWQIcPYBw=
434-
github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932/go.mod h1:ZN5TH4WzX9x+hgcipytd0WghjGcCBy6M8YVgnHOCd/0=
433+
github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d h1:IBkgfu1/NZJMvY1yH3fWrT8M7mfoPEh2/r4kkb2pu5E=
434+
github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d/go.mod h1:ZN5TH4WzX9x+hgcipytd0WghjGcCBy6M8YVgnHOCd/0=
435435
github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832 h1:Yzf3nF11ClR8geNwP+oe+ZJG489q4dYgQJlBL42ANiA=
436436
github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832/go.mod h1:iEaeKpRLz88bVPyU7Zk0WODyY05qHmR33vNsFaJ4lP8=
437437
github.com/unionlabs/gnark-crypto v0.0.0-20240112093739-635c1b6963c6 h1:wRt6Yt29bWvwCSeRmRJ/Wm1sRev1GjJGXn4MzSrMbv4=

galoisd/vendor/github.com/cometbft/cometbft/crypto/bn254/bn254.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

galoisd/vendor/github.com/cometbft/cometbft/crypto/bn254/g2.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

galoisd/vendor/github.com/cometbft/cometbft/crypto/bn254/merkle.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

galoisd/vendor/github.com/cometbft/cometbft/types/validator_set.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

galoisd/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ github.com/cockroachdb/redact/internal/rfmt/fmtsort
155155
# github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
156156
## explicit; go 1.19
157157
github.com/cockroachdb/tokenbucket
158-
# github.com/cometbft/cometbft v0.38.2 => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
158+
# github.com/cometbft/cometbft v0.38.2 => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
159159
## explicit; go 1.21
160160
github.com/cometbft/cometbft/abci/types
161161
github.com/cometbft/cometbft/config
@@ -870,7 +870,7 @@ rsc.io/tmplfunc/internal/parse
870870
# sigs.k8s.io/yaml v1.3.0
871871
## explicit; go 1.12
872872
sigs.k8s.io/yaml
873-
# github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
873+
# github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
874874
# github.com/consensys/gnark => github.com/consensys/gnark v0.9.2-0.20240115131420-34fdb0391653
875875
# github.com/consensys/gnark-crypto => github.com/unionlabs/gnark-crypto v0.0.0-20240112093739-635c1b6963c6
876876
# github.com/cosmos/cosmos-sdk => github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832

uniond/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ require (
220220
)
221221

222222
replace (
223-
github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
223+
github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
224224

225225
github.com/consensys/gnark => github.com/consensys/gnark v0.9.1-0.20231013131835-4ebcccd9c0a8
226226
// Fork of gnark crypto until https://github.com/ConsenSys/gnark-crypto/pull/314 is merged

uniond/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZ
10821082
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
10831083
github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=
10841084
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
1085-
github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932 h1:ecEdIXw7w3I4JEpNoNMwpHu4Iy6PRgGl++uWQIcPYBw=
1086-
github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932/go.mod h1:ZN5TH4WzX9x+hgcipytd0WghjGcCBy6M8YVgnHOCd/0=
1085+
github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d h1:IBkgfu1/NZJMvY1yH3fWrT8M7mfoPEh2/r4kkb2pu5E=
1086+
github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d/go.mod h1:ZN5TH4WzX9x+hgcipytd0WghjGcCBy6M8YVgnHOCd/0=
10871087
github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832 h1:Yzf3nF11ClR8geNwP+oe+ZJG489q4dYgQJlBL42ANiA=
10881088
github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832/go.mod h1:iEaeKpRLz88bVPyU7Zk0WODyY05qHmR33vNsFaJ4lP8=
10891089
github.com/unionlabs/gnark-crypto v0.0.0-20231016072529-15c0507b6578 h1:Owzup0XvshGNHgS1s0xUI/mZM+fPvTT7dLg7P0cT2vQ=

uniond/vendor/github.com/cometbft/cometbft/crypto/bn254/bn254.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniond/vendor/github.com/cometbft/cometbft/crypto/bn254/g2.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniond/vendor/github.com/cometbft/cometbft/crypto/bn254/merkle.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniond/vendor/github.com/cometbft/cometbft/types/validator_set.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniond/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ github.com/cockroachdb/redact/internal/rfmt/fmtsort
384384
# github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
385385
## explicit; go 1.19
386386
github.com/cockroachdb/tokenbucket
387-
# github.com/cometbft/cometbft v0.38.2 => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
387+
# github.com/cometbft/cometbft v0.38.2 => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
388388
## explicit; go 1.21
389389
github.com/cometbft/cometbft/abci/client
390390
github.com/cometbft/cometbft/abci/example/kvstore
@@ -1755,7 +1755,7 @@ rsc.io/tmplfunc/internal/parse
17551755
## explicit; go 1.12
17561756
sigs.k8s.io/yaml
17571757
sigs.k8s.io/yaml/goyaml.v2
1758-
# github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240125180347-5b33e3460932
1758+
# github.com/cometbft/cometbft => github.com/unionlabs/cometbls v0.0.0-20240129161721-360766577f7d
17591759
# github.com/consensys/gnark => github.com/consensys/gnark v0.9.1-0.20231013131835-4ebcccd9c0a8
17601760
# github.com/consensys/gnark-crypto => github.com/unionlabs/gnark-crypto v0.0.0-20231016072529-15c0507b6578
17611761
# github.com/cosmos/cosmos-sdk => github.com/unionlabs/cosmos-sdk v0.0.0-20240206230727-9973b232e832

0 commit comments

Comments
 (0)