Commit Graph
14659 Commits
Author SHA1 Message Date
Richard Kiss 94e486dd34 Move classgroup.py in fast_vdf to util. 2020-03-27 11:03:29 -07:00
Richard Kiss 0df69d52b1 Use chiavdf from pypi instead of from lib. 2020-03-27 11:03:29 -07:00
Gene Hoffman 4c7772d36e add return to README to install.sh 2020-03-27 10:37:22 -07:00
Gene Hoffman 21f89b5acd Update ubuntu install 2020-03-27 10:33:07 -07:00
Gene Hoffman 6897d71a61 Add & and update README 2020-03-27 10:23:29 -07:00
Gene Hoffman 42e0bf68ac Delete asyncio instead for flake8 2020-03-27 10:05:47 -07:00
Gene Hoffman bd8aa28bac Remove asyncio from wallet src for flake8 2020-03-27 10:01:46 -07:00
Gene Hoffman 907fa12d5c Create run_wallet_ui script 2020-03-27 09:54:48 -07:00
Mariano Sorgente 51ce66d7b2 Update locks
(cherry picked from commit 2c0c973b09f83a97ac107c1b4c5dbdb99a95ca15)
2020-03-28 01:35:47 +09: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
Yostra a59f35b142 send to three different peers 2020-03-27 00:56:57 -07:00
Richard KissandGitHub 433b765aff Use pypi chiapos (#130)
* Use pypi version of chiapos.
* Remove lib/chiapos since we're using from pypi now.
2020-03-27 16:21:29 +09:00
Richard Kiss 197eabacda Add comment to install.sh. 2020-03-26 19:50:34 -07:00
Richard Kiss 180a9817e8 Set fail-fast to false. 2020-03-26 19:48:37 -07:00
Richard KissandGitHub 9a13a32034 Remove py-setproctitle. (#129) 2020-03-27 11:26:36 +09:00
Yostra 5c5ead3fe3 more accurate cost ratio constant 2020-03-26 13:02:59 -07:00
Yostra f305e27b92 remove server from wallet, resend after reorg 2020-03-26 03:03:59 -07:00
Mariano Sorgente ae1a33a1cf Remove old file and change text 2020-03-26 15:03:18 +09:00
Mariano Sorgente 29d309c04a Support no signature 2020-03-26 15:02:01 +09:00
YostraandRichard Kiss c40477b740 change proc name 2020-03-25 21:30:57 -07:00
YostraandRichard Kiss ed51ad27e4 remove websocket_server from scripts 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 5d5107b9e1 Re-enable logging
STDIO back False, add UPnP comment
2020-03-25 20:38:36 -07:00
YostraandRichard Kiss 3f16e33af5 use different path for simulator 2020-03-25 20:38:36 -07:00
YostraandRichard Kiss b22d02ef05 connect to our full_node, use global var, hide farm button, hide create wallet button 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 08c5b9fb37 Merge branch 'integration' of https://github.com/Chia-Network/chia-blockchain into integration 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
Gene HoffmanandRichard Kiss fa629fbcdd wallet_state flake8 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss c037d04fc5 wallet_state debug to log 2020-03-25 20:38:36 -07:00
Mariano SorgenteandRichard Kiss c363b4183e Header hashing and display LCA and tips 2020-03-25 20:38:35 -07:00
Mariano SorgenteandRichard Kiss 456625958c Tweaks to electron 2020-03-25 20:38:35 -07:00
Mariano SorgenteandRichard Kiss 09b332628e Fix lint 2020-03-25 20:38:35 -07:00
Mariano SorgenteandRichard Kiss b1a0245c7e Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-03-25 20:37:04 -07:00
Mariano Sorgente 81f41f7764 Fix puzzle store bug, no recursive JSON, big ints as strings in JSON 2020-03-25 17:15:31 +09:00
Yostra 53385608de benchmark chia cost unit, other cost stuff 2020-03-24 23:09:31 -07:00
Yostra 1b36ee5452 update puzzle hash 2020-03-24 23:09:31 -07:00
Richard KissandGitHub 791303b780 Use chiabip158 from pypi. (#126) 2020-03-25 13:52:23 +09:00
Mariano Sorgente d7d3be2ab7 DB path for wallet, and search block field 2020-03-25 00:50:02 +09:00
Mariano Sorgente 57db0a4f35 Remove serving html 2020-03-25 00:22:11 +09:00
Mariano Sorgente 8ee4bfefe7 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-03-25 00:16:54 +09:00
Mariano Sorgente fd515d4850 Block page, css tweaks, remove ajax 2020-03-25 00:16:23 +09:00
Mariano SorgenteandGitHub f067284902 Update pythonpackage.yml 2020-03-24 22:56:29 +09:00
Mariano Sorgente dfb90329c5 Move electron ui out of wallet, and add npm to install script 2020-03-24 22:43:41 +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