1667 Commits
Author SHA1 Message Date
wjblankeandGitHub 0eae1e0a6b Merge pull request #213 from Chia-Network/dev
# Beta 1.5

1. This release is primarily a maintenance release for Beta 1.4. There was a regression in Chia Proof of Space (chiapos) that came from our efforts to speed up plotting on Windows native. Now k>=32 plots work correctly. We made additional bug fixes and corrected limiting small k size generation.

2. We have implemented a workaround for the `chia start` issues some were having upon crash or reboot. We will be rebuilding start and stop to be robust across platforms. This release re-includes `chia-start-harvester`.

3. Coloured coins now have a prefix to help identify them. When sending transactions, the new prefix is incompatible with older clients. Additionally, the user interface now refers to chia coins with their correct currency code of XCH.

4. We have made significant changes to the full node database to make it more reliable and quicker to restart. This requires re-syncing the current chain. If you use `chia init` then sync on first start will happen automatically. "$CHIA_ROOT" users will need to delete `$CHIA_ROOT/db/*` before starting Beta 1.5. This also fixes the simulation issue in Beta 1.4 where tips could go "back in time."

5. We have added an option to `chia-create-plots` to specify the second temporary directory. Creating a plot is a three step process. First a working file ending in `.dat.tmp` is created. This file is usually 5 times larger than the final plot file. In the later stages of plotting a second temp file is created ending in `.dat.2.tmp` which will grow to the size of the final plot file. In the final step, the `.dat.2.tmp` is copied to the final `.dat` plot file. You can now optionally set the directory for the `.dat.2.tmp` file with the `-2` flag. An example use case is plotting on a ramdisk and writing both the second temp file and the final file out to an SSD - `chia-crate-plots -n 1 -k 30 -t /mnt/ramdisk -2 /mnt/SSD -d /mnt/SSD`.

6. There was a bug in Timelord handling that could stop all VDF progress.

7. `chia init` properly migrates from previous versions including the k>=32 workaround. Additionally, the farming target key is checked to make sure that it is the valid and correct public key format.

## Known issues

1. uPnP support on Windows may be broken. However, Windows nodes will be able to connect to other nodes and, once connected, participate fully in the network.

2. Currently, there is no way to restore a Coloured Coin Wallet.
1.0beta5
2020-05-05 21:11:20 -07:00
Gene HoffmanandGene Hoffman 1004b87f53 start wallet shouldn't use a relative directory - thx @mariano54 2020-05-05 20:10:05 -07:00
Bill BlankeandGene Hoffman d29884c335 Specify secondary temporary plotting folder 2020-05-05 20:10:05 -07:00
Gene Hoffman f77973e0b0 chiapos==0.12.11, cleaner README 2020-05-05 10:56:09 -07:00
Gene Hoffman a72f12c005 Move Windows installer to 0.1.12 2020-05-04 17:04:08 -07:00
Gene Hoffman f10f518ab2 Fix typo in init 2020-05-04 16:45:21 -07:00
Gene Hoffman 7e2aa4bfb9 Correct args.force assingment and lint 2020-05-04 15:59:40 -07:00
Gene Hoffman 2c5021776e Edits to migrate UI. Grubby hack to make -r and -f equivalent in stop 2020-05-04 15:48:49 -07:00
Matthew HowardandGene Hoffman 8bc4e50b02 removed hack 2020-05-04 14:40:23 -07:00
Matthew HowardandGene Hoffman 214a47ca14 made colour prefix to coloured addresses
improved UI for address box (no longer editable, now highlights all text 
on click)
2020-05-04 14:40:23 -07:00
Matthew HowardandGene Hoffman 6e8c8c8494 use XCH and CC instead of CH 2020-05-04 11:55:45 -07:00
Mariano SorgenteandGene Hoffman fd03f14fad Always check keys on chia init, and when starting farmer 2020-05-04 11:54:43 -07:00
fchirica 9a348f3fa3 Fix overflow in timelord 2020-05-04 20:15:55 +03:00
Gene Hoffman 859d040ca3 put 'chia generate keys' in single quotes 2020-05-03 11:32:45 -07:00
cryptonoob42andGene Hoffman 3bbf794f3d Fix typo in ArgumentParser epilog 2020-05-02 13:12:10 -07:00
Bill BlankeandGene Hoffman 75761925ca don't put temp folder inside final folder 2020-05-01 13:12:26 -07:00
Bill BlankeandGene Hoffman a2b0360e3b changed tmp folder warning 2020-05-01 13:12:26 -07:00
Matthew HowardandGene Hoffman 2298602632 Revert "made colour prefix to coloured addresses"
This reverts commit 4aeab24e50.
2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman bef35d04ff Revert "removed hack"
This reverts commit 97dd07e90a.
2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman 2391f88612 if you have a free coin it will use that in trade response rather than generating a zero val every time 2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman 43306ba220 catch both 2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman b5336be206 blacked 2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman 6627d72a47 zero_val creation in respond to offer should fail gracefully now 2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman 01fdb701f3 removed hack 2020-05-01 12:18:55 -07:00
Matthew HowardandGene Hoffman 74c1fe349c made colour prefix to coloured addresses
improved UI for address box (no longer editable, now highlights all text 
on click)
2020-05-01 12:18:55 -07:00
Gene Hoffman 9a408eb3b3 Move chiapos to 0.12.10 2020-04-30 15:58:59 -07:00
Gene Hoffman 4771bfa44e Typos on win readme, start harvester (missing stop) 2020-04-30 01:23:27 -07:00
Mariano SorgenteandGitHub 1c8815ab1a Ms.double handshake (#203)
* Fix create plot issue, do not recreate plots that exist on another drive
* Fix double harvester handshake with farmer
* Full node sends ping to wallet
* Async constructor for harvester, and instance threadpool
2020-04-30 14:02:35 +09:00
Gene HoffmanandGitHub 0af14b75c8 Better dev build badge layout 2020-04-29 19:32:17 -07:00
Gene Hoffman 4154e77c1c Move to new dev branch paradigm. Increment win installer version 2020-04-29 18:52:31 -07:00
Gene HoffmanandGitHub c3521ba9c6 Dont runtime install - Merge pull request #202 from Chia-Network/dont_runtime_install
Dont runtime install
2020-04-29 18:37:44 -07:00
Gene HoffmanandGitHub 159a09a70f Improved blockchain database - Merge pull request #197 from Chia-Network/ms.refactor
Improved blockchain database
2020-04-29 18:36:30 -07:00
Gene HoffmanandGitHub 2fc2caf2a7 Beta 1.4 release - Merge pull request #201 from Chia-Network/beta-1.4
Beta 1.4
1.0beta4
2020-04-29 17:22:00 -07:00
Gene Hoffman f308e33298 Windows use instruction update. Move to 0.1.10 for win installer 2020-04-29 16:43:43 -07:00
Yostra 65d5fb5bd3 setproctitle 2020-04-29 16:16:48 -07:00
Yostra 81fb47e77e don't do runtime install 2020-04-29 15:52:50 -07:00
Gene HoffmanandGitHub a1eb20a38c Mempool fix - Merge pull request #200 from Chia-Network/mempool_fix
Mempool fix
2020-04-29 14:40:07 -07:00
Richard Kiss c01338bfd5 Add chia start -f option. 2020-04-29 14:33:12 -07:00
Yostra 5ce203ee8d unique test name 2020-04-29 13:45:05 -07:00
Yostra 0f65c3ec22 mempool fix 2020-04-29 13:41:42 -07:00
Gene HoffmanandGitHub 30f76939e9 cc_wallet Ui fix - Merge pull request #199 from Chia-Network/ui_fix
Ui fix
2020-04-29 13:18:27 -07:00
Gene Hoffman f2e726359c Update win installer readme, pip, grab repaired miniupnpc whl 2020-04-29 12:55:53 -07:00
Matthew Howard 4feeb0c867 -updated tests to use new format for create_offer 2020-04-29 14:29:29 +01:00
Matthew Howard 0a11cf8a64 -ran black
-made error new return
2020-04-29 13:14:08 +01:00
Matthew Howard 9668b41568 -added reason for failure messages to create offer
-trade manager now shows colour names for side wallets
2020-04-29 11:13:55 +01:00
Gene Hoffman 8bbd0d38fe Bump chiapos to 12.8 2020-04-29 00:23:33 -07:00
YostraandGitHub 6bcbf9c5c9 Merge pull request #196 from Chia-Network/tx_trade_history
Tx trade history
2020-04-28 23:40:58 -07:00
Gene HoffmanandGitHub cc5da947be Modify harvester pool - update migrate for introducer - Merge pull request #198 from Chia-Network/ms.migrate-intro
Support not migrating some variables
2020-04-28 20:51:08 -07:00
Mariano Sorgente 8232d63d4d Allow parent paths to not migrate, and reduce harvester max workers 2020-04-29 12:10:47 +09:00
Mariano Sorgente 62f1cc2acd Remove logging 2020-04-29 11:57:30 +09:00