Skip to content

Commit

Permalink
removing local dependency on cosmos-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0calypse644 committed Oct 27, 2024
1 parent 166e092 commit 62105cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ test-block-tx-limit: init-test-block-limit-framework \
integration-test-all: init-test-framework \
init-relayer \
test-keyshare-module
# -@rm -rf ./data
# ./scripts/tests/stop.sh
-@rm -rf ./data
./scripts/tests/stop.sh

devnet-up: init-devnet
@echo "Fairyring Devnet is now running in the background, run 'make devnet-down' to stop devnet."
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ go 1.22.4
replace (
cosmossdk.io/api => github.com/Fairblock/cosmossdk-api v0.7.5
github.com/CosmWasm/wasmd => github.com/Fairblock/wasmd v0.50.6-fairyring
// github.com/cosmos/cosmos-sdk => github.com/Fairblock/cosmos-sdk v0.50.8-fairyring-1
github.com/cosmos/cosmos-sdk => ../cosmos-sdk
github.com/cosmos/cosmos-sdk => github.com/Fairblock/cosmos-sdk v0.50.8-fairyring-2
// fix upstream GHSA-h395-qcrw-5vmq vulnerability.
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Expand Down

0 comments on commit 62105cd

Please sign in to comment.