From d8f0e508b85f7f7c29f8ec0dec8ac6f2f61bbb69 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Tue, 8 Sep 2020 11:23:56 -0700 Subject: [PATCH] Bump electron-osx-sign - mention @embiem 's changes - Sidebar to Wallets --- CHANGELOG.md | 3 ++- electron-react/package-lock.json | 2 +- electron-react/src/pages/sidebar.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7052d462f..0a2d6d3048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ for setuptools_scm/PEP 440 reasons. ### Changed - Proof of Space now requires significantly less temp space to generate a new plot. A k=32 that used to require 524GiB now requires only 317GiB - a 60% decrease. - When plotting, instead of 1 monolithic temp file, there are now 8 files - one for each of the 7 tables and one for sorting plot data. These files are deleted as the `-2` or `-d` final file is written so the final file can fit within the footprint of the temporary files on the same filesystem. -- We've made various additional CPU optimizations to the Proof of Space plotter that reduces plotting time by an additional 13%. +- We've made various additional CPU optimizations to the Proof of Space plotter that reduces plotting time by an additional 13%. These changes will also reduce CPU utilization in harvesting. +- We moved to react-styleguidist to develop reusable components in isolation and better document the UI. Thanks to @embiem for this pull request. - Coloured coins have been updated to simplify them, remove 'a', and stop using an 'auditor'. - clvm has been significantly changed to support the new coloured coins implementation. - Bumped cryptography to 3.1. Cryptography is now publishing ARM64 binary wheels to PyPi so Raspberry Pi installs should be even easier. diff --git a/electron-react/package-lock.json b/electron-react/package-lock.json index bd16b1ef9c..7090c6c004 100644 --- a/electron-react/package-lock.json +++ b/electron-react/package-lock.json @@ -5262,7 +5262,7 @@ } }, "electron-osx-sign": { - "version": "github:electron/electron-osx-sign#6ba45b2deec3f4f3629010645f92e6506df133ee", + "version": "github:electron/electron-osx-sign#877226b5198f2ed9661129ea56a1ea048c4c55ae", "from": "github:electron/electron-osx-sign#master", "dev": true, "requires": { diff --git a/electron-react/src/pages/sidebar.js b/electron-react/src/pages/sidebar.js index 9844c93c40..f967349399 100644 --- a/electron-react/src/pages/sidebar.js +++ b/electron-react/src/pages/sidebar.js @@ -50,7 +50,7 @@ const menuItems = [ icon: Logo }, { - label: "Wallet", + label: "Wallets", present: presentWallet, icon: Logo },