diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b657a6b8..16684fa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## 0.6.1 Feb 28, 2021 + +Contributed: + +- Added polkadot-bonus.network (Thanks to https://github.com/FlorianFranzen) +- Added polkadgiveaway.com (Thanks to https://github.com/SimonKraus) +- Added polkadotbridge.org, dot-event.org, dot-event.news (Thanks to https://github.com/NukeManDan) +- Added wallet-validation.site, kusama-wallet.com, atomicwalletgift.live (Thanks to https://github.com/laboon) +- Added polkadot-airdrop.online, polkadot-airdrops.net, polkadot.wallet-linker.net, web-polkadot.web.app (Thanks to https://github.com/nymetva) +- Add scam addresses from victims (Thanks to https://github.com/michalisFr) + +Changes: + +- Align tests with all new sites as added +- Adjust visual display for active status (via cors proxy) +- Add current balances to account display +- Group accounts based on network they belong to +- Added polkadotlive.com, polkadotsnetwork.com, polkabeam.org, polkadot-js.site (as reported) + + ## 0.5.1 Feb 15, 2021 Contributed: diff --git a/package.json b/package.json index 1222d9966..fea85c453 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.61.30", "@types/jest": "^26.0.20" }, - "version": "0.5.41", + "version": "0.6.0", "dependencies": { "@pinata/sdk": "^1.1.12", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 03c1c3784..7ec086897 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.5.41", + "version": "0.6.0", "description": "Simple phishing scripts from a central source", "main": "index.js", "sideEffects": false, @@ -13,9 +13,9 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme", "dependencies": { "@babel/runtime": "^7.13.8", - "@polkadot/util": "^5.8.1", - "@polkadot/util-crypto": "^5.8.1", - "@polkadot/x-fetch": "^5.8.1" + "@polkadot/util": "^5.9.2", + "@polkadot/util-crypto": "^5.9.2", + "@polkadot/x-fetch": "^5.9.2" }, "devDependencies": { "@types/js-yaml": "^4.0.0", diff --git a/packages/unused/package.json b/packages/unused/package.json index 5308eb41c..70d2737d5 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.5.41", + "version": "0.6.0", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ", diff --git a/yarn.lock b/yarn.lock index 27a22f19d..231c282fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1874,12 +1874,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/networks@npm:5.8.1": - version: 5.8.1 - resolution: "@polkadot/networks@npm:5.8.1" +"@polkadot/networks@npm:5.9.2": + version: 5.9.2 + resolution: "@polkadot/networks@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - checksum: f67abcbf423400ea627ab0fe3599d3f9a50248cc90f3aa21956e4afc651313ffb98eedfc1d040de551d353f25b8d79555894875461b266084f39a8adbdb5b907 + "@babel/runtime": ^7.13.8 + checksum: 42a2022af8217a3bf77003d98e0ae3ff351005250bbeab504a612c7af719314eeccde93f0588aed64b1f8949cf924d51894d27836e9cc2c4a273cb8f1761db4a languageName: node linkType: hard @@ -1888,9 +1888,9 @@ __metadata: resolution: "@polkadot/phishing@workspace:packages/phishing" dependencies: "@babel/runtime": ^7.13.8 - "@polkadot/util": ^5.8.1 - "@polkadot/util-crypto": ^5.8.1 - "@polkadot/x-fetch": ^5.8.1 + "@polkadot/util": ^5.9.2 + "@polkadot/util-crypto": ^5.9.2 + "@polkadot/x-fetch": ^5.9.2 "@types/js-yaml": ^4.0.0 js-yaml: ^4.0.0 languageName: unknown @@ -1902,15 +1902,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:^5.8.1": - version: 5.8.1 - resolution: "@polkadot/util-crypto@npm:5.8.1" +"@polkadot/util-crypto@npm:^5.9.2": + version: 5.9.2 + resolution: "@polkadot/util-crypto@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/networks": 5.8.1 - "@polkadot/util": 5.8.1 + "@babel/runtime": ^7.13.8 + "@polkadot/networks": 5.9.2 + "@polkadot/util": 5.9.2 "@polkadot/wasm-crypto": ^3.2.4 - "@polkadot/x-randomvalues": 5.8.1 + "@polkadot/x-randomvalues": 5.9.2 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.0 @@ -1923,23 +1923,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 5.8.1 - checksum: b6f70d92079474852558a1e8aef01852ede94577dd836cf84ce7f19d6f10b717236c4961431d86de5c0d0aaafedaad51a3a44a6e57224c27f760382e3aba2a0d + "@polkadot/util": 5.9.2 + checksum: b8283aaa82b9910e09bbbc4daf3b9de0f24099bc1fd03d36b7e1450c81b56f60112777670ca722f8f43dd189dc4c70cad6182078214fd1036ae57284670e4883 languageName: node linkType: hard -"@polkadot/util@npm:5.8.1, @polkadot/util@npm:^5.8.1": - version: 5.8.1 - resolution: "@polkadot/util@npm:5.8.1" +"@polkadot/util@npm:5.9.2, @polkadot/util@npm:^5.9.2": + version: 5.9.2 + resolution: "@polkadot/util@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/x-textdecoder": 5.8.1 - "@polkadot/x-textencoder": 5.8.1 + "@babel/runtime": ^7.13.8 + "@polkadot/x-textdecoder": 5.9.2 + "@polkadot/x-textencoder": 5.9.2 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: a269d11eb87aa66394ac825063c1888f85c3ec727f8878d183674e4b4cdf86d4b2982c74f1195a146af30a9116340c5c272063e4d0a0068d7cca203506c5ad20 + checksum: a4662b170fbdf41188024f8438d9bd434158aaf25cb8f7e0c0c25ede384f64ffa48224a9a4eb14a3f1c026ec5061cf9b4ce4e850f9222518deb42ab5d6efb091 languageName: node linkType: hard @@ -1975,56 +1975,56 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-fetch@npm:^5.8.1": - version: 5.8.1 - resolution: "@polkadot/x-fetch@npm:5.8.1" +"@polkadot/x-fetch@npm:^5.9.2": + version: 5.9.2 + resolution: "@polkadot/x-fetch@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/x-global": 5.8.1 + "@babel/runtime": ^7.13.8 + "@polkadot/x-global": 5.9.2 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 - checksum: 7b9f549cbe352cd7123f20371327d84c3fba562819a8e168d01d20190a2674d716ace5159b0d9ef9a9615acffec4780ef08658490c8d32fdfc81ca43fe4d37dd + checksum: 673b2709f09359bc758be16ae866cdacc1bdeff44bc7828397cff9345b7b22f04007e709dbb9a1ccd39aa30eeb9dcf9d6e482e38c46f825aef4f5ca09eda2dfc languageName: node linkType: hard -"@polkadot/x-global@npm:5.8.1": - version: 5.8.1 - resolution: "@polkadot/x-global@npm:5.8.1" +"@polkadot/x-global@npm:5.9.2": + version: 5.9.2 + resolution: "@polkadot/x-global@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 + "@babel/runtime": ^7.13.8 "@types/node-fetch": ^2.5.8 node-fetch: ^2.6.1 - checksum: 9cb6c6607cf3d3eb4a1c8237fec299df0b91e6be2c3295c1bbc8e286adc66189fd1410ea5f5ba339580981b6bda3773fff04e2415c120258042f6f3b7f62d972 + checksum: 5b36492c847169375c146b60dc35f37e5b7feba5ce164d1fcc78806d1f3e4f1d7ce84b59a345a7035e9d58fab617ea7e5101553717519e330490ac0f21404498 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:5.8.1": - version: 5.8.1 - resolution: "@polkadot/x-randomvalues@npm:5.8.1" +"@polkadot/x-randomvalues@npm:5.9.2": + version: 5.9.2 + resolution: "@polkadot/x-randomvalues@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/x-global": 5.8.1 - checksum: 15520a3930349dc5859a0c0e7b4cee4d6e86a69b7f872450b5f5a65d7940e39a43f633c16696e584e9fa67c803769986e9e741aefbf42f2f85a5518067937f21 + "@babel/runtime": ^7.13.8 + "@polkadot/x-global": 5.9.2 + checksum: 1004af57c79ed62ac5457f6f3748aa410ec0c93314e87a71d9e9f09b35729f8b52398d7f0fdf1ac45c202b57db8ff06fd7147a40892f367e26a48347415ae124 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:5.8.1": - version: 5.8.1 - resolution: "@polkadot/x-textdecoder@npm:5.8.1" +"@polkadot/x-textdecoder@npm:5.9.2": + version: 5.9.2 + resolution: "@polkadot/x-textdecoder@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/x-global": 5.8.1 - checksum: 2a48c6e84d1ad951d9c7ee683018050c10a2699e2ebe849023b70b2bde54e95b12765133eb6afbc7fa3b551274760b864c38593654fbcf6b6cd0d05b13032ee9 + "@babel/runtime": ^7.13.8 + "@polkadot/x-global": 5.9.2 + checksum: 3644a73b13ef98d0026f87ee140a5debcc6d6a4cb965d1f1ccf214d2c154e06c8053c2453179eed599d771782bba15cb28311d9a2b7f30895b2d0a578b9af307 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:5.8.1": - version: 5.8.1 - resolution: "@polkadot/x-textencoder@npm:5.8.1" +"@polkadot/x-textencoder@npm:5.9.2": + version: 5.9.2 + resolution: "@polkadot/x-textencoder@npm:5.9.2" dependencies: - "@babel/runtime": ^7.13.7 - "@polkadot/x-global": 5.8.1 - checksum: 96b8c0891f359bde9b4568b857273e5a1e3a1d244187a0c6cddc8602d2acd92906262b944d385f840464ec0a101e9e3233a9c7811a1d1a5e173a40266fee8ef8 + "@babel/runtime": ^7.13.8 + "@polkadot/x-global": 5.9.2 + checksum: f96a47217110d165894bc098276b685114bfc8ffe10696760f73d24eb259ff9f94acd6719cf4b8c8c6ff74e3f164fb8bf29694bad59767e17e595d62f38bb2d7 languageName: node linkType: hard