Skip to content

Commit d255420

Browse files
authored
Merge pull request #5116 from iron-fish/hotfix/2.4.1
hotfix 2.4.1
2 parents 5201a94 + 8e6301a commit d255420

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/deploy-npm-ironfish-rust-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm install --no-workspaces
3535

3636
- name: Download all artifacts
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
with:
3939
path: ironfish-rust-nodejs/artifacts
4040

.github/workflows/publish-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "Runner architecture does not match specified architecture"
5252
exit 1
5353
fi
54-
54+
5555
# needed for distutils, which is used by nodegyp, arm64 mac runners have 3.12
5656
- name: Set up Python
5757
uses: actions/setup-python@v3
@@ -193,7 +193,7 @@ jobs:
193193
xcrun notarytool submit "${{ steps.set_paths.outputs.zip }}" --keychain-profile "notarytool-profile" --wait
194194
195195
- name: Upload artifact
196-
uses: actions/upload-artifact@v3
196+
uses: actions/upload-artifact@v4
197197
with:
198198
name: ${{ steps.set_paths.outputs.name }}
199199
path: tools/${{ steps.set_paths.outputs.zip }}

ironfish-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ironfish",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "CLI for running and interacting with an Iron Fish node",
55
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
66
"main": "build/src/index.js",
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@ironfish/rust-nodejs": "2.4.0",
62-
"@ironfish/sdk": "2.4.0",
62+
"@ironfish/sdk": "2.4.1",
6363
"@oclif/core": "3.27.0",
6464
"@oclif/plugin-autocomplete": "1.3.10",
6565
"@oclif/plugin-help": "5.1.12",

ironfish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/sdk",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "SDK for running and interacting with an Iron Fish node",
55
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
66
"main": "build/src/index.js",

ironfish/src/wallet/scanner/scanState.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export class ScanState {
5151
}
5252

5353
signalComplete(): void {
54+
this.speed.stop()
5455
this.runningResolve()
5556
}
5657

0 commit comments

Comments
 (0)