Bump electron-osx-sign - mention @embiem 's changes - Sidebar to Wallets

This commit is contained in:
Gene Hoffman 2020-09-08 11:23:56 -07:00 committed by Gene Hoffman
parent d3f26c1b37
commit d8f0e508b8
3 changed files with 4 additions and 3 deletions

View file

@ -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.

View file

@ -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": {

View file

@ -50,7 +50,7 @@ const menuItems = [
icon: <img src={homeSidebarLogo} alt="Logo" />
},
{
label: "Wallet",
label: "Wallets",
present: presentWallet,
icon: <img src={walletSidebarLogo} alt="Logo" />
},