From 1c20d628e194e41fc5a24803af1fd3f6d0dd0623 Mon Sep 17 00:00:00 2001 From: Arshavir Ter-Gabrielyan Date: Thu, 4 Dec 2025 15:38:16 +0100 Subject: [PATCH 1/2] first --- orbit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/orbit b/orbit index 74be77583..b5423b85b 100755 --- a/orbit +++ b/orbit @@ -149,9 +149,7 @@ function install_icp_ledger() { exit 1 fi - if ! dfx identity list | grep -q $MINTER_IDENTITY_NAME; then - dfx identity new $MINTER_IDENTITY_NAME --storage-mode plaintext - fi + dfx identity new $MINTER_IDENTITY_NAME --storage-mode plaintext || true dfx deploy --specified-id $CANISTER_ID_ICP_LEDGER icp_ledger --argument " (variant { From 04441073fa108d16946cd3f4bfcfaf5a9c006bda Mon Sep 17 00:00:00 2001 From: Arshavir Ter-Gabrielyan Date: Thu, 4 Dec 2025 15:41:09 +0100 Subject: [PATCH 2/2] second --- .../CanisterSnapshotList.vue | 27 +++++++++---------- tools/dfx-orbit/README.md | 1 + 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/wallet/src/components/external-canisters/CanisterSnapshotList.vue b/apps/wallet/src/components/external-canisters/CanisterSnapshotList.vue index 2db478e9e..bd7cff5ea 100644 --- a/apps/wallet/src/components/external-canisters/CanisterSnapshotList.vue +++ b/apps/wallet/src/components/external-canisters/CanisterSnapshotList.vue @@ -18,6 +18,19 @@ + + + {{ snapshot.snapshotId }} {{ (snapshot.totalSize / 1_000_000).toFixed(2) }} @@ -27,20 +40,6 @@ }} - - - -