Richard Kiss
34f4913bf7
Add some comments to the standard puzzle.
2021-02-22 12:26:53 -08:00
Richard Kiss
46bd2e5d5a
Improve debug_spend_bundle.py.
2021-02-22 12:26:53 -08:00
Richard Kiss
69f140b0f4
Use deserialize_and_run_program so opcode renumbers work.
2021-02-22 12:26:53 -08:00
Richard Kiss
bbd820cb91
Add __repr__ to SerializedProgram`.
2021-02-22 12:26:53 -08:00
Gene Hoffman and Gene Hoffman
c8fe842bbc
Clean up some lingering sub block language
2021-02-21 21:11:17 -08:00
Gene Hoffman
3bcaacceb3
Try the newly patched aiosqlite at 0.17.0
2021-02-21 19:57:34 -08:00
Richard Kiss
d11d96fa9e
Add puzzle_reveal to CoinSolution.
2021-02-21 19:08:18 -08:00
Richard Kiss
2f8feec753
Change name to CoinSolution.puzzle_solution_pair.
2021-02-21 19:08:18 -08:00
Gene Hoffman and Gene Hoffman
f23c451111
clean up netspace output
2021-02-21 15:25:42 -08:00
Gene Hoffman and Gene Hoffman
964975dd5a
catch changelog up
2021-02-21 14:04:47 -08:00
Gene Hoffman and GitHub
48561a3f28
Don't run install-gui or timelord unless in venv ( #992 )
...
* Don't run install-gui or timelord unless in venv
* shellcheck
2021-02-21 12:01:52 -08:00
Mariano Sorgente and Mariano Sorgente
70e5cf2a66
Don't load plots that don't need to load
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
2d88a640cd
Report not synced in the GUI if not synced
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
2a913e8773
fix chia configure log level
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
395f16184a
Try to debug flaky test
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
ebbfab3092
Fix confusing log, and remove logs
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
d43b9d70e2
remove redundant validation
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
42b814bbe9
Avoid re validating blocks
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
65a8c153e6
Prevalidate results from validate_unfinished, and fix prevalidation batch
2021-02-21 21:13:47 +09:00
Mariano Sorgente and Mariano Sorgente
9e91afd14d
Improve batch performance
2021-02-21 21:13:47 +09:00
Gene Hoffman and Gene Hoffman
5c55875c43
Add URL
2021-02-20 18:57:25 -08:00
Gene Hoffman and Gene Hoffman
628491fe3b
Error out on 32 bit Pis
2021-02-20 18:57:25 -08:00
Gene Hoffman and Gene Hoffman
6954b9171b
Fix SUB_EPOCH_BLOCKS comment typo
2021-02-20 18:56:57 -08:00
Gene Hoffman and GitHub
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 Hoffman and Gene Hoffman
fd7c974069
Fix winstaller version
2021-02-18 21:07:40 -08:00
Mariano Sorgente and Gene Hoffman
b556eb3ead
Fix netspace
2021-02-18 21:00:07 -08:00
Mariano Sorgente and GitHub
c47ee23f2c
Less error logging ( #961 )
2021-02-18 20:56:21 -08:00
Gene Hoffman and Gene Hoffman
6233c4c2ad
changelog nits
2021-02-18 20:52:34 -08:00
Mariano Sorgente and Gene Hoffman
f2488e6abd
Dont migrate chia addresses
2021-02-18 20:50:05 -08:00
Gene Hoffman and Gene Hoffman
ebc5d632b3
Remove the beta from DEFAULT_ROOT_PATH
1.0rc1
2021-02-18 16:26:40 -08:00
Gene Hoffman and Gene Hoffman
2b2b8c5390
Last prep for rc1
2021-02-18 15:57:22 -08:00
Gene Hoffman and Gene Hoffman
2bfa6fc6cb
show fix
2021-02-18 15:07:48 -08:00
Yostra and GitHub
b76486041b
fix simulator ( #950 )
...
* fix simulator
* remove arg
* remove unused import
2021-02-18 14:49:36 -08:00
Mariano Sorgente and Gene Hoffman
6d78522eac
windows migrate
2021-02-18 12:29:11 -08:00
Gene Hoffman and Gene Hoffman
2df4248a7b
update introducer
2021-02-18 11:43:54 -08:00
Mariano Sorgente and GitHub
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 Sorgente and GitHub
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
eFishCent and GitHub
b4c6d8cb14
Add --debug-show-memo and --challenge-start to chia plots check ( #946 )
2021-02-18 07:21:51 -08:00
Mariano Sorgente and Mariano Sorgente
dee65f574e
New plots, re-enable test
2021-02-18 21:23:55 +09:00
Mariano Sorgente and Mariano Sorgente
33aacb0e91
lint
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
96a8749d1b
Disable assert testing for coins created with corresponding pool puzzle hash
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
a07cec4362
Update clvm dependencies
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
18fe80a7b4
lint
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
707a38d4ba
lint
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
3bd361e0f8
Update changelog for clvm quote change
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
e2c1ff07f3
Convert tests
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
c1b50a1989
Correct compilation by using include
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
89c7842e24
Recompile all wallet ChiaLisp
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
20626108f5
Update clvm_revamp dependencies
2021-02-18 21:23:55 +09:00
Adam Kelly and Mariano Sorgente
30b11c6258
Convert to new quote format
2021-02-18 21:23:55 +09:00