Commit graph

6298 commits

Author SHA1 Message Date
Victor Shyba 9178ca701c nullify and refresh tokens 2018-09-28 14:19:51 -03:00
Victor Shyba 7eb9f344f4 test recover from invalid tokens 2018-09-28 13:47:37 -03:00
Victor Shyba 9f8d3e69ae implement get_best_blockhash 2018-09-27 15:30:53 -04:00
Victor Shyba e1130147b5 fix format of resolve on inexistent URI 2018-09-27 15:30:53 -04:00
Jack Robison 0fb6f50aba
bump 2018-09-26 20:23:49 -04:00
Jack Robison 91fc772e3c
travis 2018-09-26 19:18:53 -04:00
Jack Robison 30b3d31af0
one more 2018-09-26 17:52:21 -04:00
Jack Robison 1a9f81ea14
travis 2018-09-26 17:20:24 -04:00
Jack Robison 5813df74a5
travis 2018-09-26 16:44:01 -04:00
Jack Robison dc6d803fed
travis 2018-09-26 15:54:40 -04:00
Jack Robison f9cba69d03
Merge remote-tracking branch 'origin/fix_master' 2018-09-26 15:53:48 -04:00
Victor Shyba 17f9d7cfb2 fix analytics encoding 2018-09-26 16:45:53 -03:00
Jack Robison 42c43e86ef
bump version 2018-09-26 14:38:44 -04:00
Jack Robison 8cd230eb6e
changelog 2018-09-26 12:23:13 -04:00
Jack Robison dcc71713c3
Merge branch 'fix-1402-1411' 2018-09-26 11:47:42 -04:00
hackrush 3d72b2adf3
Review Fixes 2018-09-26 11:21:32 -04:00
hackrush 655ece18de
Changelog update 2018-09-26 11:21:32 -04:00
hackrush cda14f7c69
Deprecated wallet_public_key and claim_renew commands 2018-09-26 11:21:32 -04:00
Jack Robison 3d36e36173
Merge branch 'ssl' 2018-09-26 11:19:48 -04:00
Jack Robison 2dd0221711
[API] support ssl, add use_https setting 2018-09-26 09:56:26 -04:00
Lex Berezhny 1fec9f52ef temporarily return floats until we fix desktop app to recieve string decimals 2018-09-26 07:24:25 -04:00
Lex Berezhny ca9ca09a00 wallet unit test fixes 2018-09-26 07:24:25 -04:00
Lex Berezhny b16c36b55f transaction_list produces same output as old version 2018-09-26 07:24:25 -04:00
Lex Berezhny 29c0e3f15f fix for get_transaction 2018-09-25 23:28:06 -04:00
Victor Shyba b0bc06ae00 improve reorgs 2018-09-25 23:07:32 -04:00
Lex Berezhny cdbb34e976 pylint fix 2018-09-25 22:54:18 -04:00
Lex Berezhny 5c5b0ace53 mypy related fix 2018-09-25 22:46:22 -04:00
Lex Berezhny a879c822c2 check if txi.txo_ref.txo is not None before using it 2018-09-25 22:39:20 -04:00
Lex Berezhny 841d49554c fix unit tests 2018-09-25 18:21:42 -04:00
Lex Berezhny 0d22b8c23c typing and pylint fixes 2018-09-25 18:14:28 -04:00
Lex Berezhny c29b4c476d + tx.position, + tx.net_account_balance, + txo.is_my_account 2018-09-25 18:02:50 -04:00
Victor Shyba 1c2849235c send startup event right after setup 2018-09-25 17:49:23 -04:00
Jack Robison 202a957a1a
Merge branch 'torba-encryption' 2018-09-25 14:59:54 -04:00
Jack Robison 66f33202c7
[API] add account_lock 2018-09-25 13:10:57 -04:00
Jack Robison f310bb6825
[API] fix account_unlock, account_decrypt, and account_encrypt commands 2018-09-25 13:10:55 -04:00
Lex Berezhny 5977f42a7e remove unused import 2018-09-24 23:20:14 -04:00
Lex Berezhny 58d2c04b9f simplified and cleaned up typing for encryp / decrypt 2018-09-24 23:20:14 -04:00
Jack Robison c45c792657 add account encryption tests, update aes tests 2018-09-24 23:20:14 -04:00
Jack Robison c0e0b4b745 review feedback and pylint 2018-09-24 23:20:14 -04:00
Jack Robison aa47f10602 add encrypted_on_disk to BaseAccount
-encrypt the seed and private key upon to_dict() if encrypted_on_disk is true
2018-09-24 23:20:14 -04:00
Jack Robison 9268b6ca13 fix double-double sha 2018-09-24 23:20:14 -04:00
Jack Robison 4832526477 fix aes_encrypt not prepending the iv
-allow random iv to be overridden
2018-09-24 23:20:14 -04:00
Lex Berezhny 1fb7ffd759 fix integration test to pass amount as decimal string 2018-09-24 01:25:23 -04:00
Mark Beamer Jr 3fcca4bc47 adjusted test to pass string instead of number 2018-09-24 01:25:23 -04:00
Mark Beamer Jr 12c73cf50c adjusted e2e test to use 1.0 instead of 1 per eukreign which came from lyoshenko. 2018-09-24 01:25:23 -04:00
Mark Beamer Jr 02d398613d removed unused imports 2018-09-24 01:25:23 -04:00
Mark Beamer Jr 65e13898c2 fixed pylint 2018-09-24 01:25:23 -04:00
Mark Beamer Jr 559afa465a Implemented removal of float usage. Floats converted to int internally. 2018-09-24 01:25:23 -04:00
Lex Berezhny c753a5825a switched all --account args to --account_id, fixed issues reported by @osilkin98 and regenerated api.json 2018-09-23 23:48:53 -04:00
Victor Shyba 4185a3b9e3 add a pyinstaller hook for coincurve 2018-09-23 22:42:41 -04:00