Victor Shyba
|
8462f56b13
|
fix blob_list for uris
|
2018-10-17 14:16:00 -04:00 |
|
Victor Shyba
|
0bec3c7294
|
fix claim_list_by_channel
|
2018-10-17 14:16:00 -04:00 |
|
Victor Shyba
|
2bb4052193
|
fix claim_list
|
2018-10-17 14:16:00 -04:00 |
|
Lex Berezhny
|
101a3f2b22
|
respect --show_seed argument to account_list command
|
2018-10-17 13:45:01 -04:00 |
|
Lex Berezhny
|
04a2bde8dd
|
removed extraneous asyncio import
|
2018-10-17 13:29:28 -04:00 |
|
Jack Robison
|
a1368b05da
|
txupnp --> aioupnp
-update INSTALL.md
|
2018-10-17 13:29:28 -04:00 |
|
Victor Shyba
|
99ea7a26b0
|
fix get for asyncio torba
|
2018-10-17 10:27:57 -04:00 |
|
Lex Berezhny
|
8b3a457925
|
improve integration test reliability
|
2018-10-16 21:28:47 -04:00 |
|
Lex Berezhny
|
e02e2a249a
|
fix wallet component
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
3019a1c222
|
revert tox config
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
1f3a19c100
|
pylint
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
5eac4247e1
|
working integration tests
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
1ca82b9d52
|
major facepalm
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
21702ec43c
|
asyncio progress for victor
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
d2083bc17e
|
for victor
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
52edf880e0
|
fix typo in .travis.yml file
|
2018-10-16 17:09:21 -04:00 |
|
Lex Berezhny
|
1f45af991f
|
install dependencies needed for asyncio unit 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
|
8a6e6b4d77
|
add category attribute in JSON RPC output for backwards compatibility
|
2018-10-12 11:08:01 -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
|
d9fcc458dc
|
refactor part of peer logic out of try/catch
|
2018-10-10 15:27:03 -04:00 |
|
Victor Shyba
|
24a11d3f21
|
make peer search asynchronous
|
2018-10-10 15:27:03 -04:00 |
|
Victor Shyba
|
234eaf8890
|
fix download_blob_from_peer script
|
2018-10-10 15:27:03 -04:00 |
|
Tomasz Kopeć
|
9e2e53147e
|
--conf option improvements (#1455)
* Conf file improvements
* Add test for loading config file
|
2018-10-10 13:44:51 -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 |
|
Jack Robison
|
e4497c1327
|
Merge remote-tracking branch 'origin/fix-1414'
|
2018-10-10 11:16:45 -04:00 |
|
hackrush
|
a1bf832ea6
|
fix blob_availability
|
2018-10-10 16:21:54 +05:30 |
|
Lex Berezhny
|
d4e76500fb
|
removed unused import
|
2018-10-10 00:02:50 -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
|
b2c95f35c7
|
fixed test_transaction reliability
|
2018-10-09 21:32:32 -04:00 |
|
Lex Berezhny
|
0bfccb86ff
|
refactored pagination per @seanyesmunt feedback
|
2018-10-09 20:46:41 -04:00 |
|
Lex Berezhny
|
5118240897
|
fix log message in header downloader to log local_height as integer instead of float
|
2018-10-09 17:39:28 -04:00 |
|
Lex Berezhny
|
427fc179ac
|
fix for #1523
|
2018-10-09 16:48:12 -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
|
bc8251696e
|
fix cli version test
|
2018-10-09 11:37:49 -04:00 |
|
Lex Berezhny
|
677ba25ccd
|
use .format() instead of string concatenation
|
2018-10-09 11:15:11 -04:00 |
|
Alex Grintsvayg
|
95436b233c
|
fix lbrynet --version
|
2018-10-09 11:15:11 -04:00 |
|
Lex Berezhny
|
82871b8f6b
|
fix command line argument for account_balance and other paginated commands
|
2018-10-09 10:30:30 -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 |
|
Jack Robison
|
141491f2da
|
bump version
|
2018-10-08 16:11:36 -04:00 |
|
Victor Shyba
|
38006f7d29
|
migrate addresses before starting the migrated wallet
|
2018-10-08 15:29:57 -04:00 |
|