Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.12.1 #2760

Merged
merged 4 commits into from
Dec 2, 2024
Merged

Release v1.12.1 #2760

merged 4 commits into from
Dec 2, 2024

Conversation

stepanLav
Copy link
Member

@stepanLav stepanLav commented Nov 29, 2024

git checkout upstream release/1.12.0
git diff release/1.12.1

diff --git a/package.json b/package.json
index b553197ad..ee3005c63 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "nova-spektr",
   "description": "Polkadot Enterprise application",
-  "version": "1.12.1",
+  "version": "1.12.0",
   "main": "./release/build/main.js",
   "repository": "https://github.com/novasamatech/nova-spektr",
   "license": "MIT",
diff --git a/src/renderer/shared/api/balances/service/balanceService.ts b/src/renderer/shared/api/balances/service/balanceService.ts
index bc6d7c261..b248d8538 100644
--- a/src/renderer/shared/api/balances/service/balanceService.ts
+++ b/src/renderer/shared/api/balances/service/balanceService.ts
@@ -85,7 +85,7 @@ function subscribeLockBalances(
 ): UnsubscribePromise[] {
   const { nativeAsset, ormlAssets } = chain.assets.reduce<{ nativeAsset?: Asset; ormlAssets: Asset[] }>(
     (acc, asset) => {
-      if (asset.type === AssetType.NATIVE) acc.nativeAsset = asset;
+      if (!asset.type) acc.nativeAsset = asset;
       if (asset.type === AssetType.ORML) acc.ormlAssets.push(asset);
 
       return acc;

Copy link
Contributor

github-actions bot commented Nov 29, 2024

Jest Unit tests results

Generic badge

Duration: 47.117 seconds
Start: 2024-12-02 09:19:14.622 UTC
Finish: 2024-12-02 09:20:01.739 UTC
Duration: 47.117 seconds
Outcome: Passed | Total Tests: 758 | Passed: 757 | Failed: 0
Total Test Suites: 158
Total Tests: 758
Failed Test Suites: 0
Failed Tests: 0
Passed Test Suites: 157
Passed Tests: 757
Pending Test Suites: 1
Pending Tests: 1

@stepanLav stepanLav changed the title chore: bump package json Release v1.12.1 Nov 29, 2024
@stepanLav stepanLav added the CI: internal-build PRs for stage build label Nov 29, 2024
@stepanLav stepanLav added CI: internal-build PRs for stage build and removed CI: internal-build PRs for stage build labels Nov 29, 2024
@stepanLav stepanLav changed the base branch from dev to release/1.12.0 November 29, 2024 14:19
@stepanLav stepanLav force-pushed the release/1.12.1 branch 2 times, most recently from b9dac30 to bc9cf60 Compare November 29, 2024 14:22
@stepanLav stepanLav closed this Nov 29, 2024
@stepanLav stepanLav reopened this Nov 29, 2024
@stepanLav stepanLav changed the base branch from release/1.12.0 to v1.12.0_tag November 29, 2024 14:30
@stepanLav stepanLav added CI: internal-build PRs for stage build and removed CI: internal-build PRs for stage build labels Nov 29, 2024
@stepanLav stepanLav changed the base branch from v1.12.0_tag to dev November 29, 2024 15:03
@stepanLav stepanLav merged commit 5cd8a57 into dev Dec 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: internal-build PRs for stage build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants