From a48444a587162dbd60a99391c7b955b54b899bb1 Mon Sep 17 00:00:00 2001 From: Anthony Law Date: Fri, 11 Nov 2022 10:39:55 +0800 Subject: [PATCH 1/3] [explorer] fix: docker build image issue #1143 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a5ef6b7fb..74fe97322 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM node:lts-alpine AS builder +RUN apk add --no-cache python3 make g++ +ENV NODE_OPTIONS="--dns-result-order=ipv4first --openssl-legacy-provider" WORKDIR /app COPY . . RUN npm install && npm run build From d95d7f0cc35a3ac49401b1ef6f5783cc77664c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 06:17:20 +0000 Subject: [PATCH 2/3] build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 989786eeb..3f41f6ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10934,9 +10934,9 @@ } }, "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "engines": { "node": ">=0.10" } @@ -38971,9 +38971,9 @@ } }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" }, "dedent": { "version": "0.7.0", From 9bb10338a6f3306a10ef80fd29a9efc033776793 Mon Sep 17 00:00:00 2001 From: AnthonyLaw Date: Fri, 7 Oct 2022 06:40:31 +0800 Subject: [PATCH 3/3] [explorer] task: patch account label --- src/config/accountLabels.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config/accountLabels.json b/src/config/accountLabels.json index b5b86c8c6..e8596be60 100644 --- a/src/config/accountLabels.json +++ b/src/config/accountLabels.json @@ -70,5 +70,8 @@ "NCHEST3QRQS4JZGOO64TH7NFJ2A63YA7TPM5PXI": "Symbol Protocol Treasury", "NBANKCSJRQ7O34R7ORKSSGV2GDX6UA4J3AHVCRI": "Quadratic Funding", "NAVORTEX3IPBAUWQBBI3I3BDIOS4AVHPZLCFC7Y": "Harvest Network Fee Sink", - "NCVORTEX4XD5IQASZQEHDWUXT33XBOTBMKFDCLI": "Namespace and Mosaic Fee Sink" + "NCVORTEX4XD5IQASZQEHDWUXT33XBOTBMKFDCLI": "Namespace and Mosaic Fee Sink", + "NDUBWJ4SZLQL7C27LU44BX2GDSKXPM5G6DYDW5Q": "The Tower", + "NCC47APHV2KW64GEJXGCZIFYBYGH7SEQSJB2BBY": "QUEST", + "NBWKWT2HMH7ADCZO2GDZAXEXXDISOKQOFSD3YWA": "COMSA NFT" }