Yostra and GitHub
02e96956e9
Merge pull request #124 from Chia-Network/fix_harvester
...
Fix Harvester
alpha-1.5.1
2020-03-23 23:44:30 -07:00
Yostra
51ae42dcc2
whoops
2020-03-23 23:39:00 -07:00
Yostra
d51002b6c5
fix
2020-03-23 23:36:33 -07:00
Yostra
d6dc25bf03
line at end
2020-03-23 17:26:00 -07:00
Yostra
b20c96071f
fix path, websocket server
2020-03-23 16:53:01 -07: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
Bill Blanke
b3762caef3
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-03-23 15:15:06 -07:00
Bill Blanke
fc9e88f5cf
flake8
2020-03-23 15:14:49 -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
Bill Blanke
f6c4b8f4ab
get hashes of tips
2020-03-23 14:36:35 -07:00
Bill Blanke
ec0309f7c4
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-03-23 13:37:25 -07:00
Bill Blanke
3179d4910f
fix ajax
2020-03-23 13:37:04 -07:00
Yostra
083351b23e
don't test by default
2020-03-23 13:28:26 -07:00
Yostra
554e3227a9
cleanup
2020-03-23 12:59:53 -07:00
Yostra
42744f6c4c
more multi wallet support, and rl_wallet
2020-03-23 12:47:22 -07:00
Yostra
0b0ad75274
update simulator constants
2020-03-23 12:46:34 -07:00
Bill Blanke
bbf1312882
fix ajax
2020-03-23 10:59:19 -07:00
Bill Blanke
0b2da98771
fix ajax
2020-03-23 10:33:15 -07:00
Mariano Sorgente
495d462b89
Wallet and UI tweaks
2020-03-24 00:08:44 +09:00
Mariano Sorgente
595ccd4426
Actually remove inkfish
2020-03-23 19:00:38 +09:00
Mariano Sorgente
3bb3e9e4d6
Remove inkfish, use c++ prover for tests
2020-03-23 18:57:05 +09:00
Florin Chirica and GitHub
04fbef14e7
VDF python bindings ( #123 )
...
Python bindings for slow prover, and prepare for inkfish removal
2020-03-23 15:40:20 +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
7e4bc9fae0
fix vdf
2020-03-20 22:29:39 -07:00
Yostra
5f6789fb59
merge fix vdf
2020-03-20 18:30:03 -07:00
Yostra
3e04b89bdc
Merge branch 'master' into integration
2020-03-20 18:08:02 -07:00
Mariano Sorgente
2a388d3545
Fix tests
2020-03-21 01:24:48 +09:00
Mariano Sorgente
87e5946f41
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-03-20 16:29:36 +09:00
Mariano Sorgente
a5e1aa8ccc
Change int size from 1024 bits to 512 bits in classgroup element (breaking)
2020-03-20 16:29:10 +09:00
Yostra
da67972604
remove double import
2020-03-19 22:17:25 -07:00
Yostra
c7a4764c62
multipl wallets ui
2020-03-19 22:12:49 -07:00
Yostra
dcd524b199
clean up, bugs
2020-03-19 22:11:56 -07:00
Yostra
23b33605f7
format
2020-03-19 22:11:54 -07:00
Yostra
6094100f6a
support multiple wallets (breaking)
2020-03-19 22:10:26 -07:00
Mariano Sorgente
3e20dfd8fa
Fix diffic bug in wallet, introducer with wallet
2020-03-19 23:32:01 +09:00
Mariano Sorgente
1b3bf10c2c
Add more comments to WSM
2020-03-19 16:40:09 +09:00
Mariano Sorgente
94ae17cbe2
Fast sync working for wallet
2020-03-19 16:32:11 +09:00
Mariano Sorgente
e83aa36b44
Add cli script, remove SSH ui and dependencies
2020-03-19 15:28:17 +09:00
Mariano Sorgente
324cae8dba
Progress on fast sync
2020-03-19 14:15:06 +09:00
wjblanke and GitHub
f93095d97c
Merge pull request #121 from Chia-Network/alpha-1.5
...
Alpha 1.5
1. You can now provide an index to create_plots using the -i flag to create an arbitrary new plot derived from an existing plot key. Thanks @xorinox.
2. There is a new restart_harvester.sh in scripts/ to easily restart a harvester when you want to add a newly completed plot to the farm without restarting farmer, fullnode, timelord, etc.
3. Harvesters now log errors if they encounter a malformed or corrupted plot file. Again thanks @xorinox.
4. New AJAX based full node UI. To access go to http://127.0.0.1:8555/index.html with any modern web browser on the same machine as the full node.
5. VDF verification code is improved and is now more paranoid.
6. Timelords can now be run as a cluster of VDF client instances around a central Timelord instance.. Instructions are available in the Cluster Timelord section of the repo wiki.
7. If you want to benchmark your CPU as a VDF you can use vdf_bench square_asm 500000 for the assembly optimized test or just /vdf_bench square 500000 for the plain C++ code path. This tool is found in lib/chiavdf/fast_vdf/.
8. Improvements to shutting down services in all of the scripts in scripts/. Another @xorinox HT.
9. Thanks clean @dkacman for clean ups to the proof of space code.
10. Thanks to @davision for some typo fixes.
alpha-1.5
2020-03-18 17:36:05 -07:00
Mariano Sorgente
90e8287926
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into light-verification
2020-03-18 17:18:20 +09:00
Mariano Sorgente
b1778095d6
New difficulty change and min_iters change, and light header verification
2020-03-18 17:17:59 +09:00
Yostra
10f5300805
propagate mempool on connect, test
2020-03-17 12:38:36 -07:00
Gene Hoffman
7faa9c7af9
Final flake8 fix
2020-03-17 00:16:30 -07:00
Gene Hoffman and GitHub
5e2926eaac
flake8 on PR
...
More formatting
2020-03-16 23:58:44 -07:00