Commit Graph
14 Commits
Author SHA1 Message Date
Izumi HoshinoandGitHub 190f8e1be2 Suppress debug log (#13476)
* Suppress debug log

* Delete the lines
2022-09-19 20:20:16 -05:00
Izumi HoshinoandGitHub 4e6fac243a Fix missing wallet state_changed events (#13200)
* Fixed an issue where some of the wallet state_changed events were not notified to subscribers

* Fixed a lint error
2022-08-29 22:19:25 -05:00
b3b56a64d1 Replace electron-packager with electron-builder (#12953)
* Install electron-builder

* Replaced electron-packager with electron-builder for windows

* Upgraded electron-builder version for mac

* Replaced electron-packager with electron-builder for Linux and integreated deb/rpm dir

* Updated mac installer job

* Fixed app.asar location

* Fixed dmg name for arm64 mac

* Updated installer-version.py

* Updated Linux(deb) installer CI job

* Updated Linux(rpm) installer CI job

* Fixed Linux(rpm) install CI issue

* Revert to use `electron-packager` instead of `electron-builder` for arm64 .deb installer

* Fixed lint errors

* Fixed rpm installer job issue

* Updated Windows installer CI job

* Fixed rpm installer CI job

* Simplified arm64 build

* Added -y option to `apt install` command

* Added `dmg-license` as npm build dependency for MacOS

* Attempt to set product name appropriately for each platform

* Specified productNames in commands

* Fixed arm64 installer issue

* Stopped to create link '/opt/chia/daemon'

* Updated desktop app name for linux installers

* Updated packageName for linux installers

* Abort build jobs when 'cd' fails

* Updated the GUI submodule ref (main:5e52b7f53478d4f39b4a0f0203f41e31dd53aee9)

Co-authored-by: Jeff Cruikshank <jeff@chia.net>
2022-08-24 20:13:40 -05:00
Izumi HoshinoandGitHub 48a8347c83 Fixed an issue where it sometimes tried to remove a non-existent win cert file (#12797) 2022-08-05 13:25:09 -05:00
Izumi HoshinoandGitHub 4c87c99d15 Improve CI performance (#12523)
* Optimized CI execution times

* Fixed a lint error

* Update GUI cache keys for linux

* Added `git status` and `git submodule` to build_xxx-installer.sh
2022-08-04 12:03:50 -05:00
Izumi HoshinoandGitHub 339fd05d12 Fixed an issue where mint_nft function in rpc client did not send correct request parameters to wallet rpc API (#12727) 2022-08-01 18:17:07 -05:00
ChiaMineJPandGitHub 42fff8e773 Issues found in RPC API review (#10702)
* Removed unnecessary substitution

* Recovered  property which was accidentally removed in full node RPC API

* Added backward compatibility to `get_additions_and_removals` full_node RPC API

* Fixed full_node rpc client
2022-03-17 09:03:30 -07:00
ChiaMineJPandGitHub 816251ec0d Fix install-gui.sh (#10460)
* Fixed an issue where running  with gui git branch specified failed

* Fixed an issue where install-gui.sh failed if npm>=7 and NodeJS < 16 were installed

* Fixed inconsistent npm path issue

* Fixed typo
2022-03-04 14:06:13 -08:00
ChiaMineJPandGitHub ae61ed75a3 Stop assuming True == 1 (#10396)
* Stop assuming `True == 1`

* Removed unnecessary lines which confuses code readers
2022-02-25 08:08:50 -08:00
ChiaMineJPandGitHub 4494c66cf3 Update version prop in package.json of gui (#10192)
* Update version prop in package.json of gui

* Added type hints

* Fixed a lint error
2022-02-11 13:04:45 -08:00
ChiaMineJPandGitHub ab74bd0d1c Fixed an issue where LGTM on chia-blockchain-gui did not work (#9750)
* Fixed an issue where LGTM on chia-blockchain-gui did not work

* Added newline at end of the file

* Changed newline character to LF from CRLF
2022-01-10 20:56:46 -08:00
ChiaMineJPandGitHub 2bdc23c7c4 Fixed type annotation (#7445) 2021-07-13 10:40:17 -07:00
ChiaMineJPandGitHub 0fffed06f9 Support -f and -p options for plot creation via daemon API (#5209)
* Support -f and -p options for plot creation via daemon API

* use request.get for -f/-p options

* Added -c option handling

* Fixed lint error
2021-05-24 21:59:39 -07:00
ChiaMineJPandGitHub bc439fea7c Removed dead code (#5244) 2021-05-24 11:55:19 -07:00