Commit Graph

85 Commits

Author SHA1 Message Date
Richard Kiss
1c4f8cc186 Don't use Wallet.wallet_info because it's private. 2020-09-23 21:04:41 -07:00
Yostra
ac9583961e black tests 2020-09-19 23:09:53 -07:00
Yostra
fe91f676f2 fix multi receive, add multi send 2020-09-19 23:09:53 -07:00
Gene Hoffman
f7f38685d3 black tests/ 2020-09-16 11:30:37 -07:00
Mariano Sorgente
898ff6eece Reformat using python black 2020-09-16 01:19:28 -07:00
Richard Kiss
6a85d353f7 Fix some lint problems by reformatting with black. 2020-09-14 15:38:55 -07:00
Matthew Howard
6e34096e10 fixed the final test 2020-09-14 15:38:55 -07:00
Matthew Howard
a47649354a fix one of the tests values 2020-09-14 15:38:55 -07:00
Matthew Howard
958c597043 fixed bug where different colours were overwriting eachother in trade response 2020-09-14 15:38:55 -07:00
Yostra
e1b89617e2 correct wallet id 2020-09-14 15:38:55 -07:00
Matthew Howard
db5b9a9a6f added a new test which is analagous to the first test before 2020-09-14 15:38:55 -07:00
Matthew Howard
9682025a21 pass first test 2020-09-14 15:38:55 -07:00
Matthew Howard
3e4d3b8bd8 Development on trade update (not working) 2020-09-14 15:38:55 -07:00
Matthew Howard
0882821c4c first pass at updating cc_wallet
trades do not work
2020-09-14 15:38:55 -07:00
Gene Hoffman
57c5e19353 Move to Super Linter 3.9.2 - now lint Black, flake8, mypy (#390)
* Try Super Linter at 3.9.0 and add linters

* 3.9.1 and set validate all to false

* Back to 3.9.1 and use only true VALIDATE_

* Place superlint in debug mode

* Try fix from 3.9.2

* black source. Start fixing flake8 issues

* Black tests, out of debug

* Black setup.py do to merge conflict
2020-09-14 15:38:55 -07:00
Richard Kiss
fc36f8a4da A couple more refactor tweaks. 2020-09-14 15:38:55 -07:00
Richard Kiss
bdddbefe70 Massively change clvm for cc wallet. 2020-09-14 15:38:55 -07:00
Yostra
94e4afc652 add file necryption 2020-08-18 10:59:45 -07:00
Mariano Sorgente
52ecf97aba Ms.fix test (#331)
* Try to fix tests, and migrate 1.8 -> 1.9
* Stop the service after closing connections
2020-07-27 16:01:18 -07:00
Mariano Sorgente
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
Yostra
b74a030d22 flake8 tests 2020-07-16 13:05:43 -07:00
Yostra
e940bf24fe timeout 2020-07-16 13:05:43 -07:00
Yostra
900dbdc54e timeout 2020-07-16 13:05:43 -07:00
Yostra
6f406562b3 timeout assert 2020-07-16 13:05:43 -07:00
Yostra
e6688d407f flake 2020-07-16 13:05:43 -07:00
Yostra
b27eca06d4 fix trades 2020-07-16 13:05:43 -07:00
Yostra
9ebcc611ac more tests 2020-07-16 13:05:43 -07:00
Yostra
b71db7219a test 2020-07-16 13:05:43 -07:00
Yostra
3f3e384f71 update trade status when farmed 2020-07-16 13:05:43 -07:00
Yostra
e4775fca14 test trades 2020-07-16 13:05:43 -07:00
Yostra
39df102000 secure trade cancel: 2020-07-16 13:05:43 -07:00
Yostra
bd4ed110df trade store 2020-07-16 13:05:43 -07:00
Yostra
a211200bb6 cancel trades 2020-07-16 13:05:43 -07:00
Yostra
bb6efc9f56 trade 2020-07-16 13:05:43 -07:00
Yostra
d45f81c626 accepted offer history 2020-07-16 13:05:43 -07:00
Yostra
19b28f20fc trade history 2020-07-16 13:05:43 -07:00
Yostra
65203e9862 stashing changer remotly 2020-07-16 13:05:43 -07:00
Gene Hoffman
2e25ca131c Fix flake8 - clean up tests and add to flake8 - lint src upload to pypi 2020-07-16 13:05:43 -07:00
Mariano Sorgente
4ec019411a Fix more tests 2020-07-16 13:05:43 -07:00
Mariano Sorgente
0dea6db7cd Remove raw keychain keys, update block tools with new protocol 2020-07-16 13:05:43 -07:00
Mariano Sorgente
2c8efb7db2 Some more small improvements 2020-07-16 13:05:43 -07:00
Mariano Sorgente
fa39350758 Fix some more tests 2020-07-16 13:05:43 -07:00
Mariano Sorgente
116ee138b8 Remove sleeps from tests 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
Mariano Sorgente
1c8815ab1a
Ms.double handshake (#203)
* Fix create plot issue, do not recreate plots that exist on another drive
* Fix double harvester handshake with farmer
* Full node sends ping to wallet
* Async constructor for harvester, and instance threadpool
2020-04-30 14:02:35 +09:00
Gene Hoffman
159a09a70f
Improved blockchain database - Merge pull request #197 from Chia-Network/ms.refactor
Improved blockchain database
2020-04-29 18:36:30 -07:00
Matthew Howard
4feeb0c867 -updated tests to use new format for create_offer 2020-04-29 14:29:29 +01:00
Yostra
adb5708619 flake 2020-04-28 14:03:21 -07:00
Mariano Sorgente
f4d8c22f94
Store unfinished blocks on disk, tips/lca, db changes, cleanup 2020-04-28 17:09:18 +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