Skip to content

Commit

Permalink
Bump chia-blockchain-gui to 1314dc7cbe0b35d846f9cf279e842b662c4ad64c
Browse files Browse the repository at this point in the history
* Use lerna 7.1.3 and nx 16.3.2 for macos 10.14 building by @emlowe in Chia-Network/chia-blockchain-gui#1917
* Fix "From" to "To" in wallet history by @zsolt-dev in Chia-Network/chia-blockchain-gui#1939
* Hide harvester tab in setting page in wallet mode by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1941
* Update "Clawback will be applied." warning by @zsolt-dev in Chia-Network/chia-blockchain-gui#1940
* Fixed add plot page by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1954
* Add clawBackExpiration behind the expand TX row for clawback sender by @zsolt-dev in Chia-Network/chia-blockchain-gui#1950
* Hide clawback TXs while wallet is syncing by @zsolt-dev in Chia-Network/chia-blockchain-gui#1951
* Updated harvester setting page by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1949
* Design fixes to Address Book by @lipalong in Chia-Network/chia-blockchain-gui#1957
* Hide GPU setting when it is not available by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1959
* `start_plotting` fix by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1958
* Icon updates by @paninaro in Chia-Network/chia-blockchain-gui#1967
* The label of `last block won` is now `Never` when there are no blocks… by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1971
* Hide temp folder selection on cudaplot by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1972
* Update Electron to 25.4.0 for security fixes by @paninaro in Chia-Network/chia-blockchain-gui#1976
* Plot filter value now is the function of height by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1979

**Full Changelog**: Chia-Network/chia-blockchain-gui@2.0.0-rc2...2.0.0-rc3
  • Loading branch information
paninaro committed Aug 7, 2023
1 parent c470807 commit f120f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia-blockchain-gui
Submodule chia-blockchain-gui updated 27 files
+5 −5 package-lock.json
+1 −1 packages/api/src/constants/Plotters.ts
+3 −1 packages/api/src/services/Daemon.ts
+1 −1 packages/core/package.json
+1 −1 packages/gui/package.json
+38 −24 packages/gui/src/components/addressbook/AddressBookSideBar.tsx
+23 −48 packages/gui/src/components/addressbook/ContactAdd.tsx
+16 −41 packages/gui/src/components/addressbook/ContactEdit.tsx
+23 −36 packages/gui/src/components/addressbook/ContactSummary.tsx
+12 −30 packages/gui/src/components/addressbook/MyContact.tsx
+3 −0 packages/gui/src/components/farm/card/FarmingRewardsHistoryCards.tsx
+10 −6 packages/gui/src/components/harvest/HarvesterOverview.tsx
+45 −22 packages/gui/src/components/plot/add/PlotAddChooseKeys.tsx
+17 −2 packages/gui/src/components/plot/add/PlotAddForm.tsx
+10 −6 packages/gui/src/components/settings/Settings.tsx
+155 −76 packages/gui/src/components/settings/SettingsHarvester.tsx
+33 −1 packages/gui/src/util/plot.ts
+1 −1 packages/icons/src/Contacts.tsx
+1 −1 packages/icons/src/Farm.tsx
+1 −1 packages/icons/src/FullNode.tsx
+4 −4 packages/icons/src/images/Farm.svg
+3 −2 packages/icons/src/images/FullNode.svg
+3 −3 packages/icons/src/images/contacts.svg
+1 −1 packages/wallets/src/components/AddressBookAutocomplete.tsx
+3 −2 packages/wallets/src/components/ClawbackClaimTransactionDialog.tsx
+21 −12 packages/wallets/src/components/WalletHistory.tsx
+29 −43 packages/wallets/src/components/WalletSend.tsx

0 comments on commit f120f27

Please sign in to comment.