Matthew Howard
7f78357dba
-added address type prefixes
2020-04-28 15:44:20 +01:00
Matthew Howard
4fb49f1caa
-prevent responding to own trade
...
-failures now have reasons attached
2020-04-28 14:02:57 +01:00
Mariano Sorgente
ca8f8e1549
Fix test teardown
2020-04-28 19:17:32 +09:00
Mariano Sorgente
307db9ef43
Fix db bug and full node start bug
2020-04-28 17:45:21 +09:00
Mariano Sorgente
2d3c85f7f3
Add genesis to DB
2020-04-28 17:19:38 +09:00
Mariano Sorgente
f4d8c22f94
Store unfinished blocks on disk, tips/lca, db changes, cleanup
2020-04-28 17:09:18 +09:00
Mariano Sorgente and GitHub
2fea099a7c
Merge pull request #195 from Chia-Network/ms.thread-harvester
...
Use threadpool to execute quality lookup
2020-04-28 13:09:28 +09:00
Mariano Sorgente
d88fa32746
Merge branch 'beta-1.4' of github.com:Chia-Network/chia-blockchain into wallet-tests
2020-04-28 12:37:01 +09:00
Yostra
1516811923
correct spendbundle
2020-04-27 19:43:41 -07:00
Yostra
9439bd7108
transaction for trade save
2020-04-27 19:39:24 -07:00
Mariano Sorgente
e16f43d729
Use threadpool to execute quality lookup
2020-04-28 11:27:09 +09:00
Mariano Sorgente and GitHub
efc3113afa
Ms.parallel harvester ( #194 )
...
* Harvester fetches qualities in parallel and returns qualities asynchronously to improve efficiency
2020-04-28 10:44:04 +09:00
Yostra
a54931d735
transaction history /value
2020-04-27 18:42:08 -07:00
Gene Hoffman and GitHub
958b90dc21
Place Windows wheels into Artifacts .zip - Merge pull request #193 from Chia-Network/windows-wheels-zip
...
Place Windows wheels into Artifacts .zip
2020-04-27 14:43:42 -07:00
Gene Hoffman
d4a3e0336d
Correctly include existing package-lock.json
2020-04-27 14:08:19 -07:00
Gene Hoffman
3dd4d025fe
Zip ".\blockchain"
...
Re-enable all github actions
2020-04-27 13:45:40 -07:00
Gene Hoffman
31efdd323c
Move Compress-Archive to final wix step in rebuild-all.ps1
...
Update wheel input directory
Check directory contents
Directory nested?
dir Take 2
2020-04-27 13:45:28 -07:00
Gene Hoffman
aff431faa5
Directly Compress-Archive
...
Use New-Item and -Force Compress-Archive
2020-04-27 13:44:59 -07:00
Gene Hoffman
33b365ab7e
Add windows wheels to a zip in artifacts
2020-04-27 10:28:52 -07:00
Mariano Sorgente and GitHub
d4a96d3e1b
Don't reuse public keys, generate puzzles for all wallets ( #192 )
...
* Don't reuse public keys, generate puzzles for all wallets (100)
* Use the right start and end indeces
* Handle edge case with all used entries
2020-04-27 23:40:47 +09:00
Mariano Sorgente
ffd439e79b
Start refactor
2020-04-27 22:10:32 +09:00
Gene Hoffman
6ff9f01307
Change create-plots default to -k 26 -n 1
2020-04-27 01:04:55 -07:00
Gene Hoffman
32ba68747d
Update CONTRIBUTING and explain the dependent repos
2020-04-26 23:21:46 -07:00
Mariano Sorgente
31cad985a1
Remove unused file
2020-04-27 14:52:11 +09:00
Mariano Sorgente
5d7fa99a9b
Add tests for wallet store
2020-04-27 14:51:12 +09:00
Mariano Sorgente
7ba27a37b3
Merge branch 'beta-1.4' of github.com:Chia-Network/chia-blockchain into wallet-tests
2020-04-27 12:47:51 +09:00
Mariano Sorgente
de17942892
Merge branch 'beta-1.4' of github.com:Chia-Network/chia-blockchain into wallet-tests
2020-04-27 12:47:21 +09:00
Gene Hoffman
381840dbd9
Minor fixes to cli, install.sh, README.md
2020-04-26 19:37:01 -07:00
Gene Hoffman
8c94d1c7fa
Reformat README.md and add "is compiling" badges
2020-04-26 16:18:21 -07:00
Gene Hoffman
dce36aa3b6
Move Install and Quickstart to the repo wiki
2020-04-26 14:40:25 -07:00
Gene Hoffman and GitHub
c2289e7c19
Cc wallet missing - remove miniupnpc late install - Merge pull request #191 from Chia-Network/cc_wallet-missing
...
@matt-o-how or @Yostra - When you added cc_wallet you also needed to add it in the modules section of setup.py. It worked for ya'll because you had the source on your disk but doesn't work for binary wheel installs like Windows
@richardkiss - I had to revert the pip install miniupnpc logic in start_node as it was causing freezes on Windows.
2020-04-25 17:49:07 -07:00
Gene Hoffman
2fa688f7e8
Don't import pip
2020-04-25 15:55:56 -07:00
Gene Hoffman
0a8338d570
import miniupnpc
2020-04-25 15:45:32 -07:00
Gene Hoffman
322c02f1b6
Remove "pip install miniupnpc" from server start. 1st run fails on win64
2020-04-25 15:33:04 -07:00
Gene Hoffman
35f0c92375
Add missing comma
2020-04-25 11:53:45 -07:00
Gene Hoffman
6fb64850ee
Add cc_wallet to setup.py packages
2020-04-25 11:47:41 -07:00
Bill Blanke
b46ae0b4db
update blspy to fat gmp for windows
2020-04-25 10:54:01 -07:00
Mariano Sorgente
36caabb372
Wallet tests
2020-04-25 20:13:57 +09:00
Richard Kiss
6600908acd
Improve an error message in chia start.
2020-04-24 14:24:00 -07:00
Richard Kiss
abd76c86c7
Rename cli.py to chia.py.
2020-04-24 14:23:37 -07:00
Yostra
718505fc37
correct type
2020-04-24 12:42:05 -07:00
Gene Hoffman and GitHub
adfcd7723d
Coloured coins - Merge pull request #190 from Chia-Network/beta_cc_copy
...
Coloured coins
2020-04-24 11:24:28 -07:00
Bill Blanke
81ef2251e4
use FAT MPIR ChiaVDF on Windows
2020-04-24 09:18:24 -07:00
Matthew Howard
ec8f7f1022
-adjusted parameters
2020-04-24 14:18:19 +01:00
Matthew Howard
f95891b212
-improved wallets list to now show colour names and not bug out if too long
2020-04-24 13:56:13 +01:00
Matthew Howard
c8fe44d1a6
offer created message
2020-04-24 11:41:30 +01:00
Matthew Howard
a919b824a3
-removed unused view_offer
...
-changed view_offer to chia from mojo
2020-04-24 11:30:59 +01:00
Gene Hoffman
7058b8d220
blspy to 0.1.20 for a test fix and libsodium on Mac and Linux
2020-04-24 02:45:05 -07:00
Yostra
16cae38b18
time out assert
2020-04-24 01:59:33 -07:00
Yostra
4533761dc3
more time
2020-04-24 00:15:32 -07:00