Skip to content

Commit

Permalink
Merge pull request #668 from HathorNetwork/master
Browse files Browse the repository at this point in the history
Start release candidate process for v0.30.0-rc.1
  • Loading branch information
pedroferreira1 authored Oct 3, 2024
2 parents d3e189d + e6d2e93 commit 3fd460b
Show file tree
Hide file tree
Showing 32 changed files with 1,609 additions and 160 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
node-version: [20.x]
steps:
- name: Checkout
# https://github.com/actions/checkout/releases/tag/v4.0.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
# https://github.com/actions/checkout/releases/tag/v4.1.7
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Setup nodejs
# https://github.com/actions/setup-node/releases/tag/v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
# https://github.com/actions/setup-node/releases/tag/v4.0.3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: ${{ matrix.node-version }}
# Install NPM dependencies, cache them correctly
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
matrix:
node-version: [20.x]
steps:
# https://github.com/actions/checkout/releases/tag/v4.0.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
# https://github.com/actions/checkout/releases/tag/v4.1.7
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js ${{ matrix.node-version }}
# https://github.com/actions/setup-node/releases/tag/v3.8.1
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
# https://github.com/actions/setup-node/releases/tag/v4.0.3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions SHORT_QA.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Test sequence

1. Make sure you have the latest stable version of the desktop wallet installed with a loaded wallet that has at least one transaction.
1. Download the new version and validate its SHA256 checksum against the one present in the release files
1. Install the new version that must be tested and unlock your loaded wallet.
1. Check that the transactions are listed correctly.
1. Check that the balance is correct.
Expand Down
Loading

0 comments on commit 3fd460b

Please sign in to comment.