110 Commits
Author SHA1 Message Date
YostraandGene Hoffman 6b266fc0a9 coloured coins 2020-07-27 16:01:18 -07:00
Gene HoffmanandGene Hoffman f217716bd6 Change to "Restore Smart Wallets From Backup" 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 1e8d5fc406 remove unsused args 2020-07-27 16:01:18 -07:00
700eaad9e0 Ms.1.8bugs3 (#326)
* harvester fixes
* Improve networking stability
* Fix wallet shutdown
* Allow chia keys sign and chia keys verify
* Dislpay the public key also
* Retry loading invalid plots, handle drive disconnection
* Confirm before deleting plots
* Improve error message WIP
* XImproved error message for importing keys
* Uncomment process.kill
* Fix merge error with restore backup
* Fixed markdown
* Switch button order, and fix request_peers
* Consolidate styles
* Set ci's to timeout after 60 minutes has elapsed
* plot directories and memory buffer
* Fix flake8
* Update chiapos, chiavdf, chiabip158, and blspy

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>
2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 5502127878 delete import hex: 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 3c8f708756 delete db when key is deleted, fix skip 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 348002a1ab fix bad merge 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman f5e2470c87 cleanup 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman ff31116d77 path and get wallets after created 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 1f36567f20 new simulator genesis and don't show create backup on start 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman 4a9e846a02 import/restore ui 2020-07-27 16:01:18 -07:00
YostraandGene Hoffman b9cc0aec99 restore backup ui 2020-07-27 16:01:18 -07:00
Gene HoffmanandGene Hoffman 6c42ad04f4 Fix plotter typo 2020-07-27 16:01:18 -07:00
Gene HoffmanandGene Hoffman 0ca6d953f7 Remove outdated "200 plots" language from Plotter pane 2020-07-27 16:01:18 -07:00
Mariano SorgenteandGene Hoffman 2b1901f671 Ms.scroll (#317)
* Fix scrolling and LGTM
2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 96fb27f4c7 Fix display, netspace calc, new sidebar (#313)
* fix cc spendable balance, cc units, cc spend

* Enter correct units in create offer

* Fix netspace calculation

* Disconnect from useless peers, and sidebar revamp

* Remove logging

* Green icon to black icon
2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 2282ad2345 Ms.fix cc spend (#312)
Fix netspace calculation (mult time 256)
Fix cc spend
Fix cc units display in send and offer creation
Fix cc spendable balance
2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 550642c789 Minor repairs and fix BIP39 and add tests (#310)
* Logging of plot num, num proofs found, and fix rpc edge case
* Revert add -> append, and python black
* Fix list/set issue
* Correct BIP39 spec and test vectors
* Fix create mnemonic UI
2020-07-16 13:05:43 -07:00
194e0c24ea New blspy, key formats, and new plot format (#309)
* Bump blspy-ietf
* wip lots of errors
* Respond to bram feedback, use eip 2334 for keys
* Fix most tests, use latest blspy
* Improve simulation test constants
* Fixed issue with plotting and reading plots
* Fix simulation test
* Override puzzle hash if we don't have key, for safety. Bump protocol version
* Fix superlint issue
* Switch to 1.0 proof of space format
* Temporary genesis block
* Update chiabip158, chiavdf versions

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
Co-authored-by: Alex Wice <alex@chia.net>
2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 8c13e3bf2e Small tweaks to increase robustness 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 0d8858f9b0 simulator genesis and fix 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 9da8fa3350 unused import 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman f2f69f8ac9 secure cancel spinner 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman ec184f5110 lgtm 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 2b98372d85 lgtm 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 718229db78 async actions for create/accept/view 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 213fc96a52 list item 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 405d0a9eb0 remove debugger: 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman a2a6be8b14 progress indicator 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman c25ca9ee0a trade ui: 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 021f96caa5 ui 2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 473242df0c seprate trading ui 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 2ee946c371 chia plots cli program 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 13a6434404 New genesis block, fix timeout 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman a102427928 Fix refresh plots, clean up js 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 964c24d89a Changelog and window text 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman f7d74c10e2 More beautiful closing screen 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 021c936c76 Show closing screen 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 14f1970f8e Improve daemon 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 980ee9b001 Display pk, and confirm before close 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 9212cb507f Get UI working with new format 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 4ec019411a Fix more tests 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 1d59fee788 New Bram protocol changes and full node tests 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 0dea6db7cd Remove raw keychain keys, update block tools with new protocol 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman fdee2f2d5c Replace plots.yaml with in-file keys 2020-07-16 13:05:43 -07:00
LipaandGene Hoffman 2afe3cc318 change XCH to TXCH in ui (#307)
* change XCH to TXCH in ui

* updated changelog
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
Mariano SorgenteandGene Hoffman d55f7ec4af Add ability to input fee for normal and CC transctions 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 3c474c6328 Add field for fee 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 5d688f1653 Trim whitespace 2020-07-16 13:05:43 -07:00