Commit Graph
94 Commits
Author SHA1 Message Date
Mariano SorgenteandGene Hoffman 13a6434404 New genesis block, fix timeout 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 4367ed36e7 Fix local simulation 2020-07-16 13:05:43 -07:00
b964d86a5f Electron react (#226)
* clean react
* add material ui
* add word list
* mnemonic v0
* jeepney backup
* keychain usage
* wallet api
* mnemonic ui
* mnemonics redux state
* handle exceptions correctly
* dashboard
* wallets
* get puzzle hash
* tx history
* sidebar
* start stop wallet node
* use existing mnemonics
* status info
* create cc wallet
* theme should be outside of switch
* create offer
* dbus alternative for linux
* key migration
* don't autocomplete, don't reset simulator db
* reset mnemonics
* Refactor keychain, and key migration
* Implement UI for changing keys
* Removing keys and mnemonic button
* Start making farmer and harvester RPCs
* start rpx for simulator
* Harvester and farmer websocket, and basic UI
* Plot display and deletion
* launch daemon on start
* State changes from full node, harvester, farmer, and full node ui improvements
* split balances in react
* pending change balance
* plotter
* dev config
* maintain connection / retry
* Remove electron-ui, and style fixes
* Better farmer and full node control
* Remove electron ui references
* Uncomment out starting the dameon
* Remove timelord tab, and change full node style
* Clean up new wallet login
* Refactor RPCs
* Now that the GH runner uses python 3.7.7 - use for windows installer
* add balance split to coloured coin wallet
* spendable balance fix
* Import private key from UI fix
* mac build/installer

Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
Co-authored-by: Lipa Long <lipa@chia.net>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-06-01 08:56:59 -07:00
Mariano SorgenteandGitHub f6762b80fd New hash to prime (breaking change) (#184)
* Uses new chia-vfd (chiavdf=0.12.7)
* Migration script replaces old puzzle hashes with new ones (as long as CHIA_ROOT is not set)
* New genesis block
* Fix bug in genesis block generation
* Increment protocol version to 0.14
2020-04-22 16:24:59 +09:00
Mariano SorgenteandRichard Kiss b0464096b8 More accurate space estimation, and tests 2020-04-21 23:12:13 -07:00
Richard Kiss 93c9092a47 Add chia start, and remove a bunch of shell scripts. 2020-04-21 23:11:53 -07:00
Mariano SorgenteandRichard Kiss 83635f7c01 Small networking fixes 2020-04-21 22:55:21 -07:00
Mariano SorgenteandRichard Kiss b7e15ac765 Stop wallet when starting it on WSL script, to prevent DB races 2020-04-21 22:55:21 -07:00
Richard Kiss 6cb99d6543 Change name of scripts to what we were using setproctitle for. 2020-04-21 22:38:26 -07:00
Gene Hoffman 968360fc73 Rename to chia-restart-harvester 2020-04-08 01:27:38 -07:00
Mariano Sorgente b5ebf6c494 Refactor puzzle store, tests, generate future puzzle hashes 2020-04-07 18:17:44 +09:00
Mariano Sorgente 851cf96627 Fix simulation script 2020-04-05 05:43:36 +09:00
Mariano Sorgente 258040305b Wallet logging exception, and kill wallet on start 2020-04-05 03:22:02 +09:00
Gene Hoffman f876ea7022 Add chia-start-wallet-server and update docs 2020-04-02 10:18:33 -07:00
Richard Kiss 51d5f9436d Move and rename scripts, making them available from the venv. 2020-03-30 12:42:51 -07:00
Mariano Sorgente 67cb6359ac Close websocket on write error. Change DB path 2020-03-30 18:33:49 +09:00
Yostra 303331887a don't run in script 2020-03-29 22:54:38 -07:00
Richard Kiss 2ccdd3860d Move electron-ui out of python src folder. 2020-03-29 16:37:26 -07:00
Richard Kiss af75fd55d3 Get wallet working again, hack. 2020-03-29 16:34:27 -07:00
Gene Hoffman 2ff059635f Don't use common in run_wallet 2020-03-28 18:58:54 -07:00
Richard Kiss b319691916 Rename .venv to venv, and create "activate" soft link to venv activate. 2020-03-27 15:41:17 -07:00
Richard Kiss fd6b53883f Put command-line tools into venv. 2020-03-27 12:17:34 -07:00
Gene Hoffman 6897d71a61 Add & and update README 2020-03-27 10:23:29 -07:00
Gene Hoffman 907fa12d5c Create run_wallet_ui script 2020-03-27 09:54:48 -07:00
Mariano SorgenteandGitHub f96ae11094 Wallet fixes (#131)
* Transaction status, and fixes
* Close websocket on ConnectionCloseError, and fix wallet bug
* More validation and better error messages
* Uncomment lines
* Fix tests
2020-03-27 23:30:07 +09:00
YostraandRichard Kiss ed51ad27e4 remove websocket_server from scripts 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 8efb400f3d Change to generate_keys.py 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 1ec7bd7a59 cli: fix ips precision 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 238e75369e cli - show -h when no argv given. Better -h 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 2d349d2d9d Add stop, connect, disconect to cli 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 9eda9c2618 Add block representation to cli 2020-03-25 20:38:36 -07:00
Mariano Sorgente d7d3be2ab7 DB path for wallet, and search block field 2020-03-25 00:50:02 +09:00
Mariano Sorgente 0fd8883fe6 Fix run_all.sh script 2020-03-24 21:52:16 +09:00
Mariano Sorgente c8552bf980 Fix lint 2020-03-24 21:49:50 +09:00
Mariano Sorgente 4686d0c77f Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-03-24 21:40:34 +09:00
Mariano Sorgente b3040a3623 Add full node display to electron 2020-03-24 21:18:07 +09:00
Gene Hoffman b64bcdfb4f Rough print block in cli 2020-03-23 16:38:08 -07:00
Gene Hoffman 8c618804aa add UL/DL to cli 2020-03-23 15:53:57 -07:00
Gene Hoffman cd2e9b08e3 Merge branch 'integration' of https://github.com/Chia-Network/chia-blockchain into integration 2020-03-23 14:59:52 -07:00
Gene Hoffman b4bade99be cli - status and connections UI 2020-03-23 14:59:18 -07:00
Mariano Sorgente 3bb3e9e4d6 Remove inkfish, use c++ prover for tests 2020-03-23 18:57:05 +09:00
Gene Hoffman bf6f0e4a76 Remove UI in run_timelord 2020-03-22 22:58:42 -07:00
Gene Hoffman 4f4c0b8e24 Remove --database_id from run_timelord.sh 2020-03-22 22:56:03 -07:00
Gene Hoffman 1576eeca05 Make all items in scripts/ +x 2020-03-22 22:50:44 -07:00
Yostra d881eafe41 format 2020-03-20 22:33:41 -07:00
Yostra 3e04b89bdc Merge branch 'master' into integration 2020-03-20 18:08:02 -07:00
Mariano Sorgente 3e20dfd8fa Fix diffic bug in wallet, introducer with wallet 2020-03-19 23:32:01 +09:00
Mariano Sorgente e83aa36b44 Add cli script, remove SSH ui and dependencies 2020-03-19 15:28:17 +09:00
Gene HoffmanandGitHub 85f7b81e1a Merge pull request #119 from xorinox/patch-2
Process shutdown fix - Thanks for your submission!
2020-03-16 22:17:52 -07:00
xorinoxandGitHub a13eae2b70 Update common.sh
After terminating the full node (ctrl+c) I found that in some cases one or several python processes still run. After investigating I found the the _kill_servers() method is actually not killing the processes as it didn't specify SIGKILL. By default kill will send SIGTERM which _term() was already doing.
2020-03-17 00:57:23 -04:00