-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove
v2
from 0.52 release branch (#23445)
Co-authored-by: aljo242 <[email protected]>
- Loading branch information
Showing
77 changed files
with
31 additions
and
13,494 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
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 |
---|---|---|
|
@@ -531,48 +531,6 @@ jobs: | |
cd simapp | ||
go test -mod=readonly -timeout 30m -tags='app_v1 norace ledger test_ledger_mock' ./... | ||
test-simapp-v2: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.23" | ||
check-latest: true | ||
cache: true | ||
cache-dependency-path: go.sum | ||
- uses: technote-space/[email protected] | ||
id: git_diff | ||
with: | ||
PATTERNS: | | ||
**/*.go | ||
go.mod | ||
go.sum | ||
**/go.mod | ||
**/go.sum | ||
- name: tests simapp | ||
if: env.GIT_DIFF | ||
run: | | ||
cd simapp/v2 | ||
go test -mod=readonly -timeout 30m -tags='norace ledger test_ledger_mock' ./... | ||
- name: simapp-v2-smoke-test | ||
if: env.GIT_DIFF | ||
run: | | ||
COSMOS_BUILD_OPTIONS=v2 make install | ||
./scripts/init-simapp-v2.sh | ||
simdv2 start & | ||
SIMD_PID=$! | ||
cnt=0 | ||
while ! simdv2 query comet block --type=height 5; do | ||
cnt=$((cnt + 1)) | ||
if [ $cnt -gt 30 ]; then | ||
kill -9 "$SIMD_PID" | ||
exit 1 | ||
fi | ||
sleep 1 | ||
done | ||
kill -9 "$SIMD_PID" | ||
test-collections: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file was deleted.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.