Commit Graph

91 Commits

Author SHA1 Message Date
Will Bendick 9070f26717 fixes lint 2020-10-01 11:07:12 -07:00
Will Bendick 38d3fcb75e adds fees to send_clawback_transaction 2020-10-01 11:07:12 -07:00
Will Bendick 8d50da67ec adds fees to add_rate_limited_funds 2020-10-01 11:07:12 -07:00
Will Bendick 4710409529 adds fee to admin wallet creation 2020-10-01 11:07:12 -07:00
Richard Kiss 228eb184a7 Get rid of `.value` for `WalletType` is now an `IntEnum`. 2020-10-01 11:07:12 -07:00
Richard Kiss b3e157e8ca Don't use `Wallet.wallet_info` because it's private. 2020-10-01 11:07:12 -07:00
Richard Kiss 6ae537a307 Rename to `get_all_wallet_info_entries`. 2020-10-01 11:07:12 -07:00
Will Bendick 5cf63201ba fixes black lint 2020-10-01 11:07:12 -07:00
Will Bendick 3bfe892a30 fixes rebase 2020-10-01 11:07:12 -07:00
Will Bendick ebde6e8467 fixes lint 2020-10-01 11:07:12 -07:00
Will Bendick 7ce1e44654 incomplete coinagg 2020-10-01 11:07:12 -07:00
Yostra e2ac44d017 fix multi receive, add multi send 2020-10-01 11:07:12 -07:00
Gene Hoffman 316d719dd5 black and balances has one l 2020-10-01 11:07:12 -07:00
Mariano Sorgente b374fbd853 Correctly set success:True for websockets 2020-10-01 11:07:12 -07:00
Mariano Sorgente 966b5bb989 Reformat using python black 2020-10-01 11:07:12 -07:00
Mariano Sorgente a44ac3df5a Pass fee, but don't allow fee in UI for CC and RL since it's not done 2020-10-01 11:07:12 -07:00
Mariano Sorgente be7267021d Fix Block.js bug and slow RL wallet bug 2020-10-01 11:07:12 -07:00
Mariano Sorgente fa2fea9d79 Finish wallet rpc tests 2020-10-01 11:07:12 -07:00
Mariano Sorgente 97cbadc51f More refactoring of rpcs and wallet 2020-10-01 11:07:12 -07:00
Mariano Sorgente 08ac82001c Refactor RPCs 2020-10-01 11:07:12 -07:00
Mariano Sorgente b791bf1da8 Cleaner send_transaction flow and more wallet rpc testing 2020-10-01 11:07:12 -07:00
Yostra daea33beae loader 2020-09-14 15:38:55 -07:00
Yostra 3c26170619 lint 2020-09-14 15:38:55 -07:00
Yostra c599273035 patch wallet cli interface 2020-09-14 15:38:55 -07:00
Yostra 8adeb70328 exception not base exception 2020-09-14 15:38:55 -07:00
Yostra ac1a8665f0 fix import 2020-09-14 15:38:55 -07:00
Yostra d37a8978ce don't run in tests 2020-09-14 15:38:55 -07:00
Yostra cb0897ba36 get backup client 2020-09-14 15:38:55 -07:00
Richard Kiss 5fed6f1a4e Fix broken import. 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
Gene Hoffman 2d4e315eaa remove extra tx = await wallet.clawback_rl_coin_transaction() 2020-08-18 10:59:45 -07:00
Mariano Sorgente 40431763df Flake8 2020-08-18 10:59:45 -07:00
Mariano Sorgente feb34421d9 Close websocket from rendered. Try to fix zombies 2020-08-18 10:59:45 -07:00
Yostra 9667e1c783 cleanup 2020-08-18 10:59:45 -07:00
Will Bendick 7fed3849ce changed log level 2020-08-18 10:59:45 -07:00
Will Bendick f570f5097c restored deleted create_backup endpoint 2020-08-18 10:59:45 -07:00
Will Bendick c96db8f23b fixes types 2020-08-18 10:59:45 -07:00
Will Bendick 3d98b0ec75 fixes incorrect types 2020-08-18 10:59:45 -07:00
Will Bendick 0226458ed1 fixes rebase mistakes 2020-08-18 10:59:45 -07:00
Will Bendick 44114d60f0 adds id to return value of spend rpcs 2020-08-18 10:59:45 -07:00
Will Bendick 472ae48e5f merge 2020-08-18 10:59:45 -07:00
Yostra 7cf822864d rl changes 2020-08-18 10:59:45 -07:00
Lipa Long 0e77f0f538 use single info packet for off-chain comms during rl wallet creation 2020-08-18 10:59:45 -07:00
Lipa Long f9877e0e97 load user's wallet after setup 2020-08-18 10:59:45 -07:00
Will Bendick 0c2d22ccc4 fixes api to use strings instead of bytes 2020-08-18 10:59:45 -07:00
Will Bendick 54802d6971 fixes bug in rl_set_user_info expecting a Coin instead of a json dict 2020-08-18 10:59:45 -07:00
Will Bendick 4066cb7a73 finishes send transaction rpc api for rate limited wallet 2020-08-18 10:59:45 -07:00
Will Bendick fa27a5d780 adds rpc tests 2020-08-18 10:59:45 -07:00
Will Bendick 856b73218f removes duplicate code 2020-08-18 10:59:45 -07:00
Will Bendick 3f4e106562 adds missing return value 2020-08-18 10:59:45 -07:00