Lex Berezhny
|
1b35cef77a
|
fix wallet.server.test_sqldb test
|
2019-05-28 20:51:22 -04:00 |
|
Lex Berezhny
|
9004f240e6
|
bug fixes
|
2019-05-27 23:18:26 -04:00 |
|
Lex Berezhny
|
42dc0eccd6
|
wallet server channel key change error
|
2019-05-26 14:01:06 -04:00 |
|
Lex Berezhny
|
29bd936181
|
wallet server tracks claim signature
|
2019-05-26 14:01:06 -04:00 |
|
Lex Berezhny
|
370b34f860
|
canonical_url takes into account whether channel signature is valid
|
2019-05-26 14:01:06 -04:00 |
|
Lex Berezhny
|
affa46e0f6
|
initial import of canonical url via the new sql wallet server
|
2019-05-26 14:01:06 -04:00 |
|
Lex Berezhny
|
c2fbbadc69
|
start trending calculation as wallet server sync nears best height
|
2019-05-19 21:16:19 -04:00 |
|
Lex Berezhny
|
b8897223ec
|
added zscore trending in wallet server
|
2019-05-19 21:16:19 -04:00 |
|
Lex Berezhny
|
021ca3efd2
|
updated doc strings and fixed wallet server claimtrie implementation
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
342f485ddf
|
good stuff
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
5f4c02f836
|
wallet server sync performance improvements
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
d2608bdf43
|
fixed wallet/server/test_sqldb.py tests
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
9accbfcf8b
|
move exception handling into is_signed_by
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
2260608bb6
|
working sql claimtrie
|
2019-05-18 21:43:46 -04:00 |
|
Lex Berezhny
|
d7c2e4e9b3
|
fixed bug where lbrynet failed to start with single-key accounts in the wallet
|
2019-05-04 17:56:39 -04:00 |
|
Lex Berezhny
|
1d68bef6f2
|
client side pretty much done
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
22bacc907b
|
moved test_channel_signing.py from tests/unit/schema to tests/unit/wallet
|
2019-03-25 22:54:08 -04:00 |
|
Jack Robison
|
d0a1541d0a
|
fix test
|
2019-03-12 13:00:43 -04:00 |
|
Lex Berezhny
|
b2d1bddcfe
|
update to latest torba
|
2018-11-19 20:34:38 -05:00 |
|
Lex Berezhny
|
8ca2b75c80
|
lbryumx -> lbrynet.extras.wallet.server
|
2018-11-04 10:50:15 -05:00 |
|
Victor Shyba
|
e46f0e2444
|
fix namespace lbryschema->lbrynet.schema
|
2018-11-04 10:50:15 -05:00 |
|
Lex Berezhny
|
699c057f2d
|
upgrading to new torba
|
2018-11-04 02:28:36 -05:00 |
|
Hugo
|
d0a7ca841b
|
Upgrade unit tests to use more useful asserts
|
2018-10-23 12:02:10 -04:00 |
|
Lex Berezhny
|
64e306801d
|
updated wallet to use asyncio
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
9d9916548b
|
added channel/signature annotation to all TXOs, support for pagination
|
2018-10-08 15:02:52 -04:00 |
|
Lex Berezhny
|
22df26eeb6
|
dewies_to_lbc and lbc_to_dewies
|
2018-10-03 18:06:22 -04:00 |
|
Lex Berezhny
|
7b9ff3e8b5
|
updated with torba refactoring and working claim_send_to_address
|
2018-10-03 12:32:01 -04:00 |
|
Lex Berezhny
|
ca9ca09a00
|
wallet unit test fixes
|
2018-09-26 07:24:25 -04:00 |
|
Lex Berezhny
|
5afd446bb3
|
fixing wallet unit tests test_ledger.py and test_transactions.py
|
2018-08-24 11:42:35 -04:00 |
|
Lex Berezhny
|
84c91c480f
|
fix for unit/wallet/test_accounts.py
|
2018-08-24 11:42:35 -04:00 |
|
Lex Berezhny
|
d1f00255c1
|
test fixes related to headers
|
2018-08-24 11:42:35 -04:00 |
|
Lex Berezhny
|
3594c8976d
|
improved output when migrating certificates
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
d0d5d0340d
|
unit tests fixed
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
f41229cb5b
|
tx.get_claim_id() -> txo.claim_id, claim update works now
channel_list encodes claim name and also added claim_id
fixed BlobManager foreign key error handling
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
fcd46629c4
|
refactored how transactions are created, fixed list addresses command
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
2d4bf73632
|
working on unit tests
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
d35d340613
|
fixing unit tests
fixing integration tests
skip running functional tests on travis until they are fixed
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
a28c9d09c8
|
- fix and improvements related to the two balance command account_balance and wallet_balance
- working CommonWorkflowTests integration test
- pylint, unit and integration test fixes
- switch integration tests to use async/await
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
9636ca22e7
|
fixing unit tests
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
076af7ef43
|
py3 compatibility updates
|
2018-08-24 11:37:53 -04:00 |
|
Victor Shyba
|
b62321689d
|
test proofs
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
d81502e191
|
unit test fixes, balance/utxos filters out claims, abandoning claims
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
545451a829
|
moved ./lbry/tests to ./tests
|
2018-08-24 11:37:53 -04:00 |
|