Lex Berezhny
|
e74998209d
|
for victor
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
2bea0f697a
|
pylint
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
1d68bef6f2
|
client side pretty much done
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
cd2b535afb
|
moved claim signing to TXO
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
9dfe7bbcf6
|
imports updated after moving lbrynet.extras.wallet to lbrynet.wallet
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
120618ffd5
|
updated imports due to lbrynet.extras.wallet -> lbrynet.wallet move
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
e8abcbb06e
|
moved lbrynet.extras.wallet -> lbrynet.wallet
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
8ca2b75c80
|
lbryumx -> lbrynet.extras.wallet.server
|
2018-11-04 10:50:15 -05:00 |
|
Lex Berezhny
|
4bd6569c9c
|
lbrynet.schema.schema
|
2018-11-04 10:50:15 -05:00 |
|
Lex Berezhny
|
dbf39baeb1
|
fix lbrynet.schema import
|
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 |
|
Lex Berezhny
|
3ce9f31f4b
|
recursive channel lookup
|
2018-11-04 02:28:36 -05:00 |
|
Lex Berezhny
|
6feae93c58
|
Update lbrynet/wallet/claim_proofs.py
|
2018-10-23 12:02:10 -04:00 |
|
Lex Berezhny
|
203d30d4f7
|
Update lbrynet/wallet/claim_proofs.py
|
2018-10-23 12:02:10 -04:00 |
|
Hugo
|
2e6c848c39
|
Upgrade Python syntax with pyupgrade --py36-plus
|
2018-10-23 12:02:10 -04:00 |
|
Jack Robison
|
3c5fb6490d
|
catch errors
|
2018-10-18 13:00:27 -04:00 |
|
Lex Berezhny
|
4c4d652f1b
|
fixes for #1526 and #1483
|
2018-10-17 21:10:23 -04:00 |
|
Lex Berezhny
|
2ddf1a08f6
|
publish command supports custom account list to lookup channels
|
2018-10-17 19:37:54 -04:00 |
|
Victor Shyba
|
8db7c15aa1
|
fix address query handler
|
2018-10-17 15:33:22 -04:00 |
|
Lex Berezhny
|
5eac4247e1
|
working integration tests
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
8afdd0b2e9
|
pylint fix
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
99efc70ba3
|
run wallet unit tests separate from the other twisted trial based tests
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
64e306801d
|
updated wallet to use asyncio
|
2018-10-16 17:09:21 -04:00 |
|
Victor Shyba
|
330db61b36
|
report balance and summary on startup
|
2018-10-12 20:53:31 -04:00 |
|
Lex Berezhny
|
357763ff61
|
respect blockchain_name in daemon settings when creating initial wallet
|
2018-10-12 12:28:39 -04:00 |
|
Lex Berezhny
|
64913c4288
|
JSON RPC output for TXOs now includes: height, confirmations and valid_signature
|
2018-10-12 10:41:49 -04:00 |
|
Victor Shyba
|
f01ad0e4bd
|
use smart_decode on transaction parsing to support legacy claims
|
2018-10-11 17:38:23 -04:00 |
|
Victor Shyba
|
fc41af5889
|
set wallet max_gap after sync
|
2018-10-10 13:38:14 -04:00 |
|
Victor Shyba
|
72ce0cd0b0
|
explicitly define a default for signatures as expected on 0.21
|
2018-10-10 11:36:20 -04:00 |
|
Lex Berezhny
|
f898bb3d0e
|
database index fix
|
2018-10-09 23:58:32 -04:00 |
|
Lex Berezhny
|
ad13282494
|
txo (claim_id) column index
|
2018-10-09 23:40:02 -04:00 |
|
Lex Berezhny
|
73519f8c6a
|
claim_name updated to use new account.get_claims() method
|
2018-10-09 21:46:54 -04:00 |
|
Lex Berezhny
|
0bfccb86ff
|
refactored pagination per @seanyesmunt feedback
|
2018-10-09 20:46:41 -04:00 |
|
Lex Berezhny
|
55bcc520e4
|
pagination method fixes and not showing fee for recieved TX in get_history
|
2018-10-09 14:46:44 -04:00 |
|
Lex Berezhny
|
9525b87224
|
inlineCallbacks fix
|
2018-10-08 22:44:00 -04:00 |
|
Lex Berezhny
|
f06098978c
|
ledger.get_transaction dropped in favor of ledger.db.get_transaction
|
2018-10-08 19:51:44 -04:00 |
|
Victor Shyba
|
38006f7d29
|
migrate addresses before starting the migrated wallet
|
2018-10-08 15:29:57 -04:00 |
|
Lex Berezhny
|
3664c25d98
|
changed lbry account.get_balance() to have same confirmations default as baseaccount.get_balance()
|
2018-10-08 15:02:52 -04:00 |
|
Lex Berezhny
|
1066fbaa7c
|
pylint fix
|
2018-10-08 15:02:52 -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
|
ada5b55f22
|
remove unused import
|
2018-10-08 15:02:52 -04:00 |
|
Lex Berezhny
|
a2f28e7788
|
+ permanent_url and TXO annotations
|
2018-10-08 15:02:52 -04:00 |
|
Lex Berezhny
|
6039159ecc
|
use d2l/l2d in integration tests
|
2018-10-03 18:06:22 -04:00 |
|
Lex Berezhny
|
8e4d8345bd
|
removed unused import
|
2018-10-03 18:06:22 -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 |
|
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 |
|
Lex Berezhny
|
1fec9f52ef
|
temporarily return floats until we fix desktop app to recieve string decimals
|
2018-09-26 07:24:25 -04:00 |
|