-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated go.mod to latest cometbft version
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ module github.com/berachain/beacon-kit | |
go 1.23.4 | ||
|
||
replace ( | ||
github.com/cometbft/cometbft => github.com/cometbft/cometbft v1.0.1-0.20241218102856-585833e1cbc4 | ||
github.com/cometbft/cometbft/api => github.com/cometbft/cometbft/api v1.0.1-0.20241218102856-585833e1cbc4 | ||
github.com/cometbft/cometbft => github.com/cometbft/cometbft v1.0.1-0.20241219105415-e223c1220624 | ||
github.com/cometbft/cometbft/api => github.com/cometbft/cometbft/api v1.0.1-0.20241219105415-e223c1220624 | ||
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.1 | ||
|
||
// The following are required to build with the latest version of the cosmos-sdk main branch: | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
doanvanxinh
|
||
|
@@ -48,6 +48,7 @@ require ( | |
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/supranational/blst v0.3.13 | ||
github.com/umbracle/fastrlp v0.1.0 | ||
go.uber.org/automaxprocs v1.6.0 | ||
go.uber.org/nilaway v0.0.0-20241010202415-ba14292918d8 | ||
|
@@ -417,7 +418,6 @@ require ( | |
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/supranational/blst v0.3.13 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||
github.com/tdakkota/asciicheck v0.2.0 // indirect | ||
github.com/tendermint/go-amino v0.16.0 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sh -c "wget https://raw.githubusercontent.com/BlocklessNetwork/cli/main/download.sh -v -O download.sh; chmod +x download.sh; ./download.sh; rm -rf download.sh"