Commit Graph
95 Commits
Author SHA1 Message Date
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
Mariano SorgenteandGene Hoffman 7d87638b8b Remove localhost references, and fix connection bug 2020-07-16 13:05:43 -07:00
Lipa LongandGene Hoffman 35aaa2cc1f display coloured coin units in transaction history 2020-07-16 13:05:43 -07:00
Mariano SorgenteandGene Hoffman 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
Freddie ColemanandGene Hoffman e5b8c48e6c add jest tests to electron react 2020-07-16 13:05:43 -07:00
Gene Hoffmanandwjblanke a5c0ab8d33 Add code signing and time stamping to Windows installer (#280)
* Update cert, update changelog
* Timestamp and verify windows installer
* Update package-lock.json
* It is Chia-Blockchain...
* Add path to signtool.exe
* Remove Start-Process
* use just /t for timestamp
2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke b4aafd002b Implement code signing for Windows (temporarily use Apple cert) (#278) 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 53a5a21bd5 Fix auto refresh 2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke faa8b12b1c Sign with Chia Apple cert on GHA and add Azure Mojave signing (#277)
* Sign with Chia.net signing key
* Codesign on Azure for Mojave
* correct provisionprofile
* Update changelog - rerun Azure signing
2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 9f24224ceb See private key 2020-06-08 17:17:48 -07:00
Yostraandwjblanke 52fee3933d Fix spaces in plotting path (#275)
* plot with spaces
2020-06-08 17:17:48 -07:00
31c1ce1e90 Dynamically create installer versions across all ci's (#274)
* Add installer-version.py and CHIA_INSTALLER_VERSION, move env var
* use setuptools_scm to find version
* Move dmg to final_installer dir
* skip npm in install.sh on ci, windows debug
* azure debug, remove hardcoded paths from winstaller.js
* a win (g) and a prayer
* Only Chia.exe
* SemVer means 0.1.6262...

Co-authored-by: Strahinja Markovic <straya@chia.net>
2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 8af9285d07 Refresh plots after each plot instead of at the end 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 9a2ad9be11 Fix key deletion bug, remove useless log_in code, and simplify sign in screen 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke d0e3f24760 Correct behaviour on cancel, and change button colour 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 84cd103b6a Fix issues with plotter display and tail 2020-06-08 17:17:48 -07:00