77 Commits
Author SHA1 Message Date
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
fchirica 9a348f3fa3 Fix overflow in timelord 2020-05-04 20:15:55 +03:00
Gene Hoffman 9a408eb3b3 Move chiapos to 0.12.10 2020-04-30 15:58:59 -07:00
Gene Hoffman 8bbd0d38fe Bump chiapos to 12.8 2020-04-29 00:23:33 -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
Richard Kiss abd76c86c7 Rename cli.py to chia.py. 2020-04-24 14:23:37 -07:00
Bill Blanke 81ef2251e4 use FAT MPIR ChiaVDF on Windows 2020-04-24 09:18:24 -07: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
Gene Hoffman 0491330490 Increment blspy for uploaded source in Pypi 2020-04-23 22:58:24 -07:00
Gene Hoffman 5e091fb900 Incrementing vdf, pos, and bip158 2020-04-23 20:05:00 -07:00
Mariano SorgenteandGitHub f6762b80fd New hash to prime (breaking change) (#184)
* Uses new chia-vfd (chiavdf=0.12.7)
* Migration script replaces old puzzle hashes with new ones (as long as CHIA_ROOT is not set)
* New genesis block
* Fix bug in genesis block generation
* Increment protocol version to 0.14
2020-04-22 16:24:59 +09:00
Richard Kiss 2eb4fd7b8e Squashed commit of merge conflicts. 2020-04-21 23:31:20 -07:00
Richard Kiss 93c9092a47 Add chia start, and remove a bunch of shell scripts. 2020-04-21 23:11:53 -07:00
Gene HoffmanandRichard Kiss ba8208e21c Update chiavdf to 12.6, Windows installer to 0.1.9 2020-04-21 22:55:21 -07:00
YostraandRichard Kiss 0452675fc1 migrate config, initialize ssl 2020-04-21 22:55:21 -07:00
Mariano SorgenteandRichard Kiss b7e15ac765 Stop wallet when starting it on WSL script, to prevent DB races 2020-04-21 22:55:21 -07:00
Gene HoffmanandRichard Kiss fccb8f8889 Let's try building a big wheel 2020-04-21 22:55:20 -07:00
Gene HoffmanandRichard Kiss d6e43b6f9e install setuptools, add url, correct venv creation 2020-04-21 22:55:20 -07:00
Gene HoffmanandRichard Kiss e1dac4c261 Bump chiavdf, blspy up to fix windows wheel versioning 2020-04-21 22:38:51 -07:00
Gene HoffmanandRichard Kiss 4722121d06 bump chiapos to 0.12.6 - fix windows wheels and macos sync problem 2020-04-21 22:38:51 -07:00
Gene HoffmanandRichard Kiss 0cc350feb7 Move chiapos to 0.12.5 for Windows and Mojave 2020-04-21 22:38:51 -07:00
Richard Kiss 7259937159 Use cbor2==5.1.0. 2020-04-21 22:38:51 -07:00
Gene HoffmanandRichard Kiss 31a486339f New releases of chiavdf, blspy, cbor2, chiabip158, miniupnpc 10.14 & Win 2020-04-21 22:38:49 -07:00
Richard Kiss 6cb99d6543 Change name of scripts to what we were using setproctitle for. 2020-04-21 22:38:26 -07:00
Gene Hoffman 3f9157246d Bump chiavdf==0.12.3 2020-04-08 11:21:16 -07:00
Gene Hoffman 8f06913e7e Require blspy==0.1.16 2020-04-08 11:01:55 -07:00
Gene HoffmanandGene Hoffman 2c125cb951 Don't check in dev dependencies 2020-04-08 09:50:21 -07:00
Gene HoffmanandGene Hoffman 1b215105d2 Still install gmp until static linking resolved 2020-04-08 09:50:20 -07:00
Mariano Sorgente fb3a7318dd Fix create_plots, improve sync efficiency, update pos 2020-04-08 22:43:19 +09:00
Gene Hoffman 7f8590a495 add re-start-harvester to setup.py 2020-04-08 02:04:46 -07:00
Mariano Sorgente 851cf96627 Fix simulation script 2020-04-05 05:43:36 +09:00
Gene Hoffman f876ea7022 Add chia-start-wallet-server and update docs 2020-04-02 10:18:33 -07:00
Gene Hoffman 1623935242 Move to blspy 0.1.15 2020-04-01 14:12:48 -07:00
Richard Kiss 6d58160e98 Use clvm-tools from pypi. 2020-03-31 18:12:31 -07:00
Richard Kiss 4e785969b5 Get the desired version of chiavdf out of setup.py. 2020-03-31 18:12:31 -07:00
Richard Kiss 155d14aff9 Load setproctitle as runtime. 2020-03-31 18:12:31 -07:00
Richard Kiss a0437b5acb Dynamically install UPnP so the full node works even on platforms
where miniupnp is unsupported.
2020-03-31 17:12:55 -07:00
Bill Blanke 4143c856da update chiapos, again 2020-03-31 10:26:51 -07:00
Richard Kiss 075465c179 Bump chiavdf version. 2020-03-30 18:25:55 -07:00
Richard Kiss 51d5f9436d Move and rename scripts, making them available from the venv. 2020-03-30 12:42:51 -07:00
Richard Kiss b26088a637 Have setup.py download all necessary dependencies. 2020-03-30 12:33:08 -07:00
Mariano Sorgente 920043c1d4 Tweak block validation, rename some files, and concentrate error codes 2020-03-31 02:27:22 +09:00
Mariano Sorgente e328f01f10 Lint properly, and fix Paths 2020-03-30 18:03:03 +09:00
Richard Kiss af75fd55d3 Get wallet working again, hack. 2020-03-29 16:34:27 -07:00
Richard Kiss 9b0e257580 Fix tests. 2020-03-29 15:23:27 -07:00
Richard Kiss 2a681d0521 Change names of tools so they all start with "chia". 2020-03-29 14:25:28 -07:00
Richard Kiss 6868839a74 Use package_data and an initial config file. 2020-03-29 12:44:27 -07:00