Commit graph

303 commits

Author SHA1 Message Date
Lex Berezhny
d8265add2d added coin selection strategy for both prefer_confirmed and only_confirmed 2019-06-21 03:27:22 -04:00
Lex Berezhny
8350b42c1b require python 3.7 2019-06-20 22:50:39 -04:00
Lex Berezhny
16215d5b96 preparing for moving torba into lbry sdk repo 2019-06-20 13:45:46 -04:00
Jack Robison
190304344c
v0.5.7 2019-06-19 10:55:57 -04:00
Alex Grintsvayg
24e8a3c62e
more accurate coin selection strategy name 2019-06-19 10:39:11 -04:00
Lex Berezhny
4a24cc0095 pylint & mypint fixes 2019-06-19 06:12:57 -04:00
Alex Grintsvayg
f2bd0edc51 add option to only use confirmed utxos 2019-06-19 06:12:57 -04:00
Lex Berezhny
c30e905e19 undo backup_txs method signature change 2019-06-19 01:49:47 -04:00
Lex Berezhny
f5650c1b13 minor refactor of reorg integration test 2019-06-19 01:49:47 -04:00
Lex Berezhny
ecebbc86c6 fixed reorg issue with headers 2019-06-19 01:49:47 -04:00
Lex Berezhny
794eac0519 0.5.6 2019-06-10 23:49:04 -04:00
Victor Shyba
b75139662b refactor pick_fastest_session 2019-06-10 23:25:38 -04:00
Victor Shyba
9e24f4ca54 fix mypy, add types 2019-06-10 23:25:38 -04:00
Victor Shyba
1b5281c23e connect to multiple servers 2019-06-10 23:25:38 -04:00
Lex Berezhny
be15601a67 pylint 2019-06-10 01:44:07 -04:00
Lex Berezhny
35cd42bfea ledger.wait() accept timeout argument 2019-06-10 01:44:07 -04:00
Lex Berezhny
03e48c0968 0.5.5 2019-06-05 17:07:36 -04:00
Victor Shyba
3ea92c0d6e pylint 2019-06-04 11:04:47 -04:00
Victor Shyba
8e43e40810 fix reconnect and improve test 2019-06-04 11:04:47 -04:00
Victor Shyba
ca0a3dbf9e minor cleanups on test spurious exceptions 2019-06-03 16:04:15 -04:00
Victor Shyba
9d0b9f0ded improve server picking tests 2019-06-03 16:04:15 -04:00
Victor Shyba
8911af58cf pick fastest server on client start 2019-06-03 16:04:15 -04:00
Lex Berezhny
d23920cc61 added get_public_key methods 2019-05-29 01:38:53 -04:00
Lex Berezhny
ee353ca776 0.5.4 2019-05-22 09:35:23 -04:00
Lex Berezhny
bba4c6e4f4 added __gte sql criteria and pass header to wallet server advance_txs 2019-05-18 00:03:23 -04:00
Lex Berezhny
1d126913e9 added __or and __and to sql query generator 2019-05-18 00:03:23 -04:00
Lex Berezhny
31983fbb8e support in db for constraints that reference the same column by appending a # followed by some unique string 2019-05-18 00:03:23 -04:00
Lex Berezhny
ba8870823c added network.get_transaction_height 2019-05-18 00:03:23 -04:00
Lex Berezhny
5f1bc01636 swap advance_txs arguments 2019-05-18 00:03:23 -04:00
Lex Berezhny
ffa9e508e9 block_processor passes height on to advance_txs 2019-05-18 00:03:23 -04:00
Lex Berezhny
cfb051396a sql __in uses proper escaping instead of putting values directly in SQL 2019-05-18 00:03:23 -04:00
Lex Berezhny
2626a28e6d 0.5.3 2019-05-09 18:10:27 -04:00
Lex Berezhny
fb2d7cbe28 pylint 2019-05-09 18:05:17 -04:00
Lex Berezhny
874b3faf8c use a cache when loading TXs in db.get_txos() 2019-05-09 18:05:17 -04:00
hackrush
a54a11dca0 Making tests work on OS X 2019-05-05 16:16:00 -04:00
Lex Berezhny
e7beb6b1a7 fix for adding new account from private_key_string 2019-04-29 14:14:31 -04:00
Lex Berezhny
30edd53f3e 0.5.2 2019-04-24 00:11:14 -04:00
Lex Berezhny
fe446862c2 txo.hash added 2019-04-19 08:42:12 -04:00
binaryflesh
6788e09ae9 PEP-257 docstrings
Signed-off-by: binaryflesh <logan.campos123@gmail.com>
2019-04-16 06:24:08 -04:00
Lex Berezhny
f0c2d16749 changed account list to use is_default instead of is_default_account and improved blockchain deamon port settings 2019-04-06 15:27:58 -04:00
Lex Berezhny
9b21bd1a6f 0.5.1 2019-03-29 21:11:13 -04:00
Lex Berezhny
169ef00b9e + txo.pubkey_hash property 2019-03-29 17:59:18 -04:00
Lex Berezhny
aa93b94b61 fix unit tests 2019-03-25 22:27:52 -04:00
Lex Berezhny
d7dadc2f0e + __not_like db condition 2019-03-25 22:04:48 -04:00
Lex Berezhny
33ac9eea13 fix is_valid_address 2019-03-24 21:53:52 -04:00
Lex Berezhny
9ff41f748e upgrades 2019-03-24 17:09:55 -04:00
Lex Berezhny
9589ac6d02 include tx in db get_txos() 2019-03-22 03:03:48 -04:00
Lex Berezhny
cfa74985e0 Revert "add hash property to txoref"
This reverts commit 38ae660a68.
2019-03-20 14:17:14 -04:00
Victor Shyba
38ae660a68 add hash property to txoref 2019-03-20 14:02:14 -04:00
Lex Berezhny
ca4a07f766 ledger.is_valid_address added 2019-03-20 01:36:30 -04:00