From fc1fc33436480c5c28054ff58b1c3c377b89e061 Mon Sep 17 00:00:00 2001 From: Anthony Law Yong Chuan Date: Sat, 16 Jan 2021 00:09:37 +0800 Subject: [PATCH 1/5] added 0.23 sdk --- package-lock.json | 31 +++++++++++++++---------------- package.json | 2 +- src/config/default.json | 25 ++++++++++--------------- 3 files changed, 26 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a85dbe64..0b35feda0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6624,9 +6624,9 @@ "dev": true }, "catbuffer-typescript": { - "version": "0.0.25", - "resolved": "https://registry.npmjs.org/catbuffer-typescript/-/catbuffer-typescript-0.0.25.tgz", - "integrity": "sha512-ju+46OuI/f9dpvzS6S/oDfLFdT/kDWilKXBe3e4DXGy9bZFtEfmxXBmNyUy4a36JlHKoDDZMq15D+0k+rDWNSg==" + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/catbuffer-typescript/-/catbuffer-typescript-0.1.1.tgz", + "integrity": "sha512-r/z3UKG3YCCdsTEHRXGe3IQxA8OaBRBE31e9du2LOaLStGxYCmxUjfRtJ/DyKfgpS55fJPl3w/VFMnsfwIHmkA==" }, "ccount": { "version": "1.0.4", @@ -10304,8 +10304,7 @@ }, "ini": { "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "resolved": "", "dev": true, "optional": true }, @@ -20821,18 +20820,18 @@ "dev": true }, "symbol-openapi-typescript-fetch-client": { - "version": "0.10.5-1", - "resolved": "https://registry.npmjs.org/symbol-openapi-typescript-fetch-client/-/symbol-openapi-typescript-fetch-client-0.10.5-1.tgz", - "integrity": "sha512-LS+Ka7hF+IaxinJjvnykKK05wUySXTeYFv1GOjEgj+vXQxewK/TtWrlx9baCeGs6198GJ2f1nYmykflAlLt9OQ==" + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/symbol-openapi-typescript-fetch-client/-/symbol-openapi-typescript-fetch-client-0.11.1.tgz", + "integrity": "sha512-4YVS4RzKOPv3c2+g0N989mglw53Kd91jEUpjxEltjZBzfoCNPc2cM12Ct1DWZVlnypo23iVOkGCM/mkR7Qflsw==" }, "symbol-sdk": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-0.22.2.tgz", - "integrity": "sha512-NQWP3fBtDNfqwU7wEB46fUt7sqckyjjVTjldDpK6Y9KE1sLvYFoM81OrKNnn3MjaZMe65lY0MytyRSSiMEqR/w==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-0.23.0.tgz", + "integrity": "sha512-rYqy2f+omwZC7JUXznR2timoEnUkC/OZIEh8mBW/zyrKrMpseZdL/YTIq6Ht11TKolBPib2J5f5H1n33a+sYng==", "requires": { "@js-joda/core": "^3.2.0", "bluebird": "^3.7.2", - "catbuffer-typescript": "0.0.25", + "catbuffer-typescript": "0.1.1", "crypto-js": "^4.0.0", "diff": "^4.0.2", "futoin-hkdf": "^1.3.2", @@ -20846,7 +20845,7 @@ "ripemd160": "^2.0.2", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3", - "symbol-openapi-typescript-fetch-client": "0.10.5-1", + "symbol-openapi-typescript-fetch-client": "0.11.1", "tweetnacl": "^1.0.3", "ws": "^7.3.1" }, @@ -20870,9 +20869,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "ws": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", - "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==" + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz", + "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==" } } }, diff --git a/package.json b/package.json index 48d0bdb8d..a8885ab9f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "leaflet.markercluster": "^1.4.1", "merkletreejs": "^0.2.9", "moment-timezone": "^0.5.28", - "symbol-sdk": "^0.22.2", + "symbol-sdk": "^0.23.0", "url-parse": "^1.4.7", "utf8": "^3.0.0", "vue": "^2.6.11", diff --git a/src/config/default.json b/src/config/default.json index e0627a94c..4d0491990 100644 --- a/src/config/default.json +++ b/src/config/default.json @@ -1,13 +1,13 @@ { "peersApi": { - "defaultNode": "http://api-01.eu-central-1.0.10.0.x.symboldev.network:3000", + "defaultNode": "http://api-01.ap-northeast-1.testnet.symboldev.network:3000", "nodes": [ - "http://api-01.ap-northeast-1.0.10.0.x.symboldev.network:3000", - "http://api-01.ap-southeast-1.0.10.0.x.symboldev.network:3000", - "http://api-01.eu-central-1.0.10.0.x.symboldev.network:3000", - "http://api-01.eu-west-1.0.10.0.x.symboldev.network:3000", - "http://api-01.us-east-1.0.10.0.x.symboldev.network:3000", - "http://api-01.us-west-1.0.10.0.x.symboldev.network:3000" + "http://api-01.ap-northeast-1.testnet.symboldev.network:3000", + "http://api-01.ap-southeast-1.testnet.symboldev.network:3000", + "http://api-01.eu-central-1.testnet.symboldev.network:3000", + "http://api-01.eu-west-1.testnet.symboldev.network:3000", + "http://api-01.us-east-1.testnet.symboldev.network:3000", + "http://api-01.us-west-1.testnet.symboldev.network:3000" ] }, "apiNodePort": 3000, @@ -17,7 +17,7 @@ }, "networkConfig": { "namespaceName": "symbol.xym", - "mosaicId": "5B66E76BECAD0860", + "mosaicId": "2CF403E85507F39E", "divisibility": "6" }, "footer": { @@ -48,13 +48,8 @@ "icon": "IconGithub" }, { - "href": "http://faucet-0.10.0.x-01.symboldev.network/", - "text": "Faucet-01", - "icon": "IconHomeCurrencyUsd" - }, - { - "href": "http://faucet-0.10.0.x-02.symboldev.network/", - "text": "Faucet-02", + "href": "http://faucet.testnet.symboldev.network/", + "text": "Faucet", "icon": "IconHomeCurrencyUsd" } ] From ef8dc6dd7494b0c647788699c5154653711c7d0b Mon Sep 17 00:00:00 2001 From: Anthony Law Yong Chuan Date: Sat, 16 Jan 2021 00:24:27 +0800 Subject: [PATCH 2/5] rename foundation keyword #748 --- CODE_OF_CONDUCT.md | 2 +- src/components/NemCopyright.vue | 12 +++++++++++- src/views/Privacy.vue | 12 ++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ad6068b7b..25408f2bb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at greg@nem.foundation. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@nem.group. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/src/components/NemCopyright.vue b/src/components/NemCopyright.vue index 7b16bb048..d0080fcc8 100644 --- a/src/components/NemCopyright.vue +++ b/src/components/NemCopyright.vue @@ -20,7 +20,7 @@
- NEM.io Foundation 2019 + © NSL {{ currentYear }} | All Rights Reserved | @@ -33,6 +33,16 @@
+ +