Commit Graph

109 Commits

Author SHA1 Message Date
Yostra bd30e559ef typo 2020-07-16 13:05:43 -07:00
Yostra 4fa03c4e62 lint 2020-07-16 13:05:43 -07:00
Mariano Sorgente fc1015531a Remove chia-create-plots from setup.py 2020-07-16 13:05:43 -07:00
Mariano Sorgente 0e0b4bfda9 Update build script with chia command instead of create_plots 2020-07-16 13:05:43 -07:00
Mariano Sorgente 2ee946c371 chia plots cli program 2020-07-16 13:05:43 -07:00
Gene Hoffman 981756c45c Move to chacha8 chiapos and interim sub repo releases 2020-07-16 13:05:43 -07:00
Gene Hoffman b3ff1c1c51 Lower dev dependencies and sync setup.py to dev-reqs.txt (#298)
* Match requirements-dev to setup.py
* new flake8 create_plots.py, keys.py
* setup-python@v2 - build_macos.sh needs setuptools_scm
* Update setuptools_scm, remove isort, autoflake deps
* Switch upload-pypi-source to ubuntu from macos
2020-07-16 13:05:43 -07:00
Gene Hoffman 7bc4e36c18 prettier on js - reorder setup.py - rm obsolete and dupes. Vers updates (#297) 2020-07-16 13:05:43 -07:00
Florin Chirica bca2aeb263 Tag chiavdf with the new code. 2020-07-16 13:05:43 -07:00
Bill Blanke f6495e9845 update blspy for skylake nonavx fix 2020-07-16 13:05:43 -07:00
Mariano Sorgente 35822c8796 Ms.networking2 (#284)
* Improve test speed with smaller discriminants, less blocks, less keys, smaller plots
* Add new RPC files
* Refactor RPC servers and clients
* Removed websocket server
* Fixing websocket issues
* Fix more bugs
* Migration
* Try to fix introducer memory leak
* More logging
* Start client instead of open connection
* No drain
* remove testing deps
* Support timeout
* Fix python black
* Richard fixes
* Don't always auth, change testing code, fix synced display
* Don't keep connections alive introducer
* Fix more LGTM alerts
* Fix wrong import clvm_tools
* Fix spelling mistakes
* Setup nodes fully using Service code
* Log rotation and fix test
2020-07-16 13:05:43 -07:00
Bill Blanke 79dce255b3 switch back to beta vdf to see if tests pass 2020-07-16 13:05:43 -07:00
Bill Blanke 186e44dd94 update vdf and pos for non skylake and filehandle fixes 2020-07-16 13:05:43 -07:00
fchirica 98cafe5a4a Flake8 2020-07-16 13:05:43 -07:00
fchirica 284c5a50a0 Initial commit sanitizer 2020-07-16 13:05:43 -07:00
Bill Blanke f56308f827 updated chiapos 2020-06-08 17:17:48 -07:00
Bill Blanke e27de23c77 update chiapos 2020-06-08 17:17:48 -07:00
Bill Blanke bee2e7a2a8 update for new pos 2020-06-08 17:17:48 -07:00
Richard Kiss ba049fc5e2 Factor into start_wallet. 2020-06-08 17:17:48 -07:00
Yostra 002d6597c2 update setup 2020-06-01 08:56:59 -07:00
Gene Hoffman a157054ece Bump chiapos for Pi src distro issue, CHANGELOG on aggsig change 2020-06-01 08:56:59 -07:00
Gene Hoffman 5453ea046e install-timelord handles cmake, python3.8 - rename and clean build-ubuntu-mac.yml (#234)
* cleanup and rename build-ubuntu-mac.yml
* Remove vestiges of GH workaround for ubunutu/node and update Changelog
* timelord-install now handles cmake installation on Ubuntu b4 20.04LTS
* Bump chiavdf to fix timelord install, and bump chiapos for a fix
2020-06-01 08:56:59 -07:00
Yostra b964d86a5f Electron react (#226)
* clean react
* add material ui
* add word list
* mnemonic v0
* jeepney backup
* keychain usage
* wallet api
* mnemonic ui
* mnemonics redux state
* handle exceptions correctly
* dashboard
* wallets
* get puzzle hash
* tx history
* sidebar
* start stop wallet node
* use existing mnemonics
* status info
* create cc wallet
* theme should be outside of switch
* create offer
* dbus alternative for linux
* key migration
* don't autocomplete, don't reset simulator db
* reset mnemonics
* Refactor keychain, and key migration
* Implement UI for changing keys
* Removing keys and mnemonic button
* Start making farmer and harvester RPCs
* start rpx for simulator
* Harvester and farmer websocket, and basic UI
* Plot display and deletion
* launch daemon on start
* State changes from full node, harvester, farmer, and full node ui improvements
* split balances in react
* pending change balance
* plotter
* dev config
* maintain connection / retry
* Remove electron-ui, and style fixes
* Better farmer and full node control
* Remove electron ui references
* Uncomment out starting the dameon
* Remove timelord tab, and change full node style
* Clean up new wallet login
* Refactor RPCs
* Now that the GH runner uses python 3.7.7 - use for windows installer
* add balance split to coloured coin wallet
* spendable balance fix
* Import private key from UI fix
* mac build/installer

Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
Co-authored-by: Lipa Long <lipa@chia.net>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-06-01 08:56:59 -07:00
Gene Hoffman f258d7086d bump chiapos, chiavdf, blspy for release 2020-06-01 08:56:59 -07:00
Gene Hoffman fc89144160 Use FetchContent to get pybind11 for chiavdf, chiapos, and blspy (#225)
Sub repos now require CMake 3.14+
2020-06-01 08:56:59 -07:00
Gene Hoffman 73b9c01bb1 chiapos to 0.12.14 2020-06-01 08:56:59 -07:00
Gene Hoffman c3eae20b87 Bump PyYAML, cyrptography, aiosqlite to current versions 2020-06-01 08:56:59 -07:00
Gene Hoffman 86a4f3ff61 Update chiapos to 0.12.13 2020-06-01 08:56:59 -07:00
Richard Kiss 8f3bddcff4 Improve start (#217)
* Checkpoint.

* Add start_daemon_client.

* First crack at `chia daemon`.

* Improve UI.

* More improvements.

* Fix stop problem with groups.

* Simplify stop.

* Having problems with argparse.

* Try hard to prevent multiple chia daemon instances from running.

* Add a semaphore.

* Use UNIX sockets on platforms that have them.

* Fix problem with UNIX sockets.

* Remove lockfile on Windows.

* API server is now an aiter.

* Don't print anything when launching chia_farmer.

* Validate services before starting.

* Add comments.

* Close lockfile. Deal with subprocess launching errors better.

* Move service_groups file.

* Remove pid_path_killed if it exists before renaming.

* Bind to localhost.

* Fix flake8.

* Fix some PEP8.

* First crack at http RPC.

* Move client over to http RPC.

* Checkpoint. Remove proxy API.

* Use UNIX sockets.

* Remove obsolete file.

* Comments, minor improvements.

* Remove another file.

* LGTM tweaks.
2020-06-01 08:56:59 -07:00
Bill Blanke 0704f4917f update chiapos to 24 2020-06-01 08:56:59 -07:00
Bill Blanke f9ba295c9a updated blspy 2020-06-01 08:56:59 -07:00
Bill Blanke 01f11303c1 updated bls for lzc 2020-06-01 08:56:59 -07:00
Bill Blanke 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 Sorgente 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 Hoffman ba8208e21c Update chiavdf to 12.6, Windows installer to 0.1.9 2020-04-21 22:55:21 -07:00
Yostra 0452675fc1 migrate config, initialize ssl 2020-04-21 22:55:21 -07:00