4036 Commits
Author SHA1 Message Date
Gene HoffmanandGitHub 6518b2bf42 Changelog for RC2 (#965)
* Changelog for RC2

* Fix win and mac GHA installer versions
1.0rc2
2021-02-18 22:34:46 -08:00
Gene HoffmanandGene Hoffman fd7c974069 Fix winstaller version 2021-02-18 21:07:40 -08:00
Mariano SorgenteandGene Hoffman b556eb3ead Fix netspace 2021-02-18 21:00:07 -08:00
Mariano SorgenteandGitHub c47ee23f2c Less error logging (#961) 2021-02-18 20:56:21 -08:00
Gene HoffmanandGene Hoffman 6233c4c2ad changelog nits 2021-02-18 20:52:34 -08:00
Mariano SorgenteandGene Hoffman f2488e6abd Dont migrate chia addresses 2021-02-18 20:50:05 -08:00
Gene HoffmanandGene Hoffman ebc5d632b3 Remove the beta from DEFAULT_ROOT_PATH 1.0rc1 2021-02-18 16:26:40 -08:00
Gene HoffmanandGene Hoffman 2b2b8c5390 Last prep for rc1 2021-02-18 15:57:22 -08:00
Gene HoffmanandGene Hoffman 2bfa6fc6cb show fix 2021-02-18 15:07:48 -08:00
YostraandGitHub b76486041b fix simulator (#950)
* fix simulator

* remove arg

* remove unused import
2021-02-18 14:49:36 -08:00
Mariano SorgenteandGene Hoffman 6d78522eac windows migrate 2021-02-18 12:29:11 -08:00
Gene HoffmanandGene Hoffman 2df4248a7b update introducer 2021-02-18 11:43:54 -08:00
Mariano SorgenteandGitHub 71ccc8f47b Ms.slot catch up (#947)
* Slot catch-up, windows migrate, higher sub_slot_iters in the beginning

* Fix typo in filename

* reverse directory names

* comment flaky test

* Dont migrate addresses for now
2021-02-18 11:09:56 -08:00
Mariano SorgenteandGitHub e05e5f9d8c Ms.config changes2 (#941)
* This allows configuring a new testnet  only by changing the config file, no code changes required. 
* We can theoretically join either testnet1 (beta27) or testnet2 (rc) with this codebase
* There is a new constant: DIFFICULTY_CONSTANT_FACTOR, this number is a constant multiplied by the difficulty. It is set to 2**65 now, to make difficulty smaller (we can start the mainnet with a difficulty of 5 for example). 
* If you want to run a new testnet, you can change DIFFICULTY_CONSTANT_FACTOR in the config, and create a new entry for it
* Also, the databases now contain the GENESIS_CHALLENGE in them, so that if you run on two testnets, the DBs will be different
* Don't double load duplicate plots
 
 
 
Sample config:
 ```
 network_overrides: &network_overrides
  testnet4:
    DIFFICULTY_CONSTANT_FACTOR: 33554432
    DIFFICULTY_STARTING: 16777216
    GENESIS_CHALLENGE: "6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b"  # std_hash(b"1")
    GENESIS_PRE_FARM_POOL_PUZZLE_HASH: "23b039a829f3ed14a260355b9fc55d9ccc4539f05bd4bf529fd2630de1751d52"
    GENESIS_PRE_FARM_FARMER_PUZZLE_HASH: "23b039a829f3ed14a260355b9fc55d9ccc4539f05bd4bf529fd2630de1751d52"
  mainnet:
    GENESIS_CHALLENGE: "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35" # std_hash(b"2")

selected_network: &selected_network "testne4"
 ```
2021-02-19 02:00:25 +09:00
eFishCentandGitHub b4c6d8cb14 Add --debug-show-memo and --challenge-start to chia plots check (#946) 2021-02-18 07:21:51 -08:00
Mariano SorgenteandMariano Sorgente dee65f574e New plots, re-enable test 2021-02-18 21:23:55 +09:00
Mariano SorgenteandMariano Sorgente 33aacb0e91 lint 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 96a8749d1b Disable assert testing for coins created with corresponding pool puzzle hash 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente a07cec4362 Update clvm dependencies 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 18fe80a7b4 lint 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 707a38d4ba lint 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 3bd361e0f8 Update changelog for clvm quote change 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente e2c1ff07f3 Convert tests 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente c1b50a1989 Correct compilation by using include 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 89c7842e24 Recompile all wallet ChiaLisp 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 20626108f5 Update clvm_revamp dependencies 2021-02-18 21:23:55 +09:00
Adam KellyandMariano Sorgente 30b11c6258 Convert to new quote format 2021-02-18 21:23:55 +09:00
xorinoxandGitHub 5682f939f7 Update install.sh - some Ubuntu 20.04 LTS minimal need "bc" installed (#942) 2021-02-17 22:37:10 -08:00
Gene HoffmanandGitHub 599b06f011 @Yostra finds the winstaller startup bug (#944) 2021-02-17 21:26:18 -08:00
Gene HoffmanandGene Hoffman 9b3d98aabe Update changelog, GUI pin 2021-02-17 19:04:39 -08:00
Gene HoffmanandGene Hoffman 775f5c651e Remove semver on the electron side 2021-02-17 17:46:51 -08:00
Gene HoffmanandGitHub 7ba15e57f2 Don't pull main in the usual case (#937)
* Don't pull main in the usual case

* Use git to avoid setuptools_scm issues

* Double check submodule git status

* add js-yaml
2021-02-17 16:43:28 -08:00
Gene HoffmanandGene Hoffman ef482d85e9 @dkackman's fix 2021-02-17 14:50:50 -08:00
Gene HoffmanandGene Hoffman 4bd91e36c7 Update chiapos 2021-02-17 14:50:50 -08:00
YostraandGene Hoffman 26e037d46c post rebase clean 2021-02-17 12:57:12 -08:00
YostraandGene Hoffman 2e407fe35a block tool fix, colour coins multi coin spend fix, wallet max send amount 2021-02-17 12:57:12 -08:00
YostraandGene Hoffman f0a317761a fn speedup, transaction cost limit, max send amount 2021-02-17 12:57:12 -08:00
Mariano SorgenteandGene Hoffman 6f5fbfc071 Fix validation of overflow subblocks 2021-02-17 09:38:21 -08:00
Mariano SorgenteandGene Hoffman f93d2b30d2 Improve harvester handling copied files 2021-02-17 09:32:32 -08:00
Arvid NorbergandMariano Sorgente b6ab86201e fix test_clvm_strict_mode 2021-02-17 23:37:58 +09:00
Mariano SorgenteandGitHub df14f4285a Simplified network objects, blockchain DB consistency (#924)
* Simplified network objects, blockchain DB consistency

* test fix

* lint
2021-02-16 17:12:26 -08:00
Don KackmanandGene Hoffman 3938856329 ui settings for the daemon connection 2021-02-16 13:22:45 -08:00
dependabot[bot]andGene Hoffman 67ab0ce767 Bump styfle/cancel-workflow-action from 0.7.0 to 0.8.0
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.7.0...3d86a7cc43670094ac248017207be0295edbc31d)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-16 01:15:59 -08:00
Mariano SorgenteandGitHub 5cc3407b65 Support for plots with pool address (#920)
* Updated gui with sub block changes

* Move some files, validate fees in mempool

* Support for plots with pool address

* Fix test and new blocks

* chia-blockchain-gui good commit

* changelof

* Fix edge cases with unfinished blocks

* Update gui

* Add test fixtures
2021-02-16 01:15:24 -08:00
RostislavandGene Hoffman 0877ed7be0 Catch errors when attempting to verify a VDF proof with a bad form
Remove .get_bad_element() method from ClassgroupElement, do it in
test_blockchain as it's only needed there.
2021-02-15 20:16:34 -08:00
Mariano SorgenteandGene Hoffman 97371ba205 Updated gui with sub block changes 2021-02-14 21:02:22 -08:00
Mariano SorgenteandGene Hoffman ac4772b0d0 Fix amount units 2021-02-13 22:49:11 -08:00
YostraandGene Hoffman f13499082a clean simulator 2021-02-12 12:25:14 -08:00
YostraandGene Hoffman dabc8e5cca update submodule 2021-02-12 12:24:57 -08:00
YostraandGene Hoffman d73ccbabe8 fix cc balance 2021-02-12 12:24:57 -08:00