Skip to content

Commit

Permalink
[genesis] Include genesis static file in binary and reset testnet, pr…
Browse files Browse the repository at this point in the history
…epare release v0.5.4 (#1863)

* [genesis] Include genesis static file in binary

* temporary disable sdk build

* [cargo]Connfig project version at workspace

* [genesis]Reset test network genesis
  • Loading branch information
jolestar authored Jun 11, 2024
1 parent c0e8686 commit 6b8af76
Show file tree
Hide file tree
Showing 69 changed files with 425 additions and 208 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
run: pnpm lint
continue-on-error: true
timeout-minutes: 15
- name: Build SDK
run: pnpm rooch-sdk build
# - name: Build SDK
# run: pnpm rooch-sdk build
# - name: Test SDK
# run: pnpm rooch-sdk test
- name: Build SDK KIT
run: pnpm rooch-sdk-kit build
- name: Build Dashboard
run: pnpm dashboard build
# - name: Build SDK KIT
# run: pnpm rooch-sdk-kit build
# - name: Build Dashboard
# run: pnpm dashboard build

- uses: CatChen/check-git-status-action@v1
with:
Expand Down
Loading

0 comments on commit 6b8af76

Please sign in to comment.