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 |
|
Victor Shyba
|
30b113d64a
|
depth -> confirmations
|
2019-04-29 00:26:14 -04:00 |
|
Victor Shyba
|
ccd2023d37
|
add timestamp field to resolve
|
2019-04-29 00:26:14 -04:00 |
|
Lex Berezhny
|
bfc107fdb3
|
removed blockchain.block.get_block from wallet server API
|
2019-04-27 18:03:35 -04:00 |
|
Lex Berezhny
|
6a2efa54ab
|
dropped block_show command from API, users should run a full node if they need access to blocks
|
2019-04-27 18:03:35 -04:00 |
|
Lex Berezhny
|
fa8858325c
|
add lbry:// to permanent_url response field
|
2019-04-22 18:41:11 -04:00 |
|
Victor Shyba
|
21241b98a4
|
workaround for having new encoder fields on resolve so app can use them
|
2019-04-21 22:51:48 -04:00 |
|
Lex Berezhny
|
6ef1b1dd59
|
resolve command also returns protobuf
|
2019-04-21 14:28:43 -04:00 |
|
Lex Berezhny
|
71f5061848
|
exposed new protobuf fields in APIs and updated tests
|
2019-04-21 00:45:51 -04:00 |
|
Lex Berezhny
|
90bef98bc3
|
use TXORef.hash instead of TXORef.id when signing claim with channel
|
2019-04-20 02:33:41 -04:00 |
|
Lex Berezhny
|
35c43647aa
|
use TXORef.hash instead of TXORef.id when signing claim with channel
|
2019-04-20 02:33:41 -04:00 |
|
Victor Shyba
|
ebc9ed01c5
|
make lru_cache a power of two, following py docs
|
2019-04-20 01:19:40 -04:00 |
|
Victor Shyba
|
55116763e9
|
cache transactions
|
2019-04-20 01:19:40 -04:00 |
|
Victor Shyba
|
e1a6b4e3d6
|
fix dict handling mistake
|
2019-04-20 01:19:40 -04:00 |
|
Victor Shyba
|
911ca8c37e
|
cache and share txs fetches while validating concurrently on batches
|
2019-04-20 01:19:40 -04:00 |
|
Victor Shyba
|
fd56dc68cd
|
fix depth on resolve, add tests
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
a0a810edc3
|
make permanent url name#claim_id on torba too
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
c1d3b5984d
|
fix old hash reverse confusion
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
1fb719dd61
|
fix valid_at_height not being shown for name resolutions, which fixes tests
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
b87316fb02
|
make permanent url name#id only for now
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
65f3d78084
|
fix invalid signatures for missing certificates
|
2019-04-05 09:40:26 -04:00 |
|
Victor Shyba
|
3acabec4bb
|
fixes from review
|
2019-04-03 00:51:05 -04:00 |
|
Victor Shyba
|
2e22473ce3
|
pylint and smaller fixes
|
2019-04-03 00:51:05 -04:00 |
|
Victor Shyba
|
0b0fd64642
|
further refactor resolve.py
|
2019-04-03 00:51:05 -04:00 |
|
Victor Shyba
|
ca17d8597d
|
move resolve from ledger to resolve.py
|
2019-04-03 00:51:05 -04:00 |
|
Victor Shyba
|
d16e2716c8
|
handle invalid data
|
2019-04-03 00:51:05 -04:00 |
|
Lex Berezhny
|
c4b15920ff
|
dont show supports to foreign address if the inputs are also foreign
|
2019-03-29 21:14:20 -04:00 |
|
Thomas Zarebczan
|
148481a5ca
|
doh
|
2019-03-27 21:54:19 -04:00 |
|
Thomas Zarebczan
|
93faa276a5
|
update BIP32
|
2019-03-27 21:54:19 -04:00 |
|
Victor Shyba
|
53e67a6e81
|
fixes from rebase
|
2019-03-27 10:31:37 -04:00 |
|
Victor Shyba
|
3ad6808d87
|
remove unused claim_id_hash
|
2019-03-27 10:31:37 -04:00 |
|
Victor Shyba
|
071ab32ab7
|
fix hash references
|
2019-03-27 10:31:37 -04:00 |
|
Victor Shyba
|
ab87588250
|
use torba parsing for addresses too, erase old code
|
2019-03-27 10:31:37 -04:00 |
|
Victor Shyba
|
22db29ee1d
|
use torba tx parsing on wallet server
|
2019-03-27 10:31:37 -04:00 |
|
Lex Berezhny
|
51bb8fd283
|
pylint
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
183e3ac1c7
|
claim search
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
8087b457c6
|
reorganized commands and finished support_abandon with --keep
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
0592cee567
|
claim integration test fixes
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
25436893bc
|
pylint and a few other fixes
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
67dcede2d8
|
lots of stuff deleted
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
af73e1a2f5
|
chris45 passing again
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
d47575e8e0
|
progress
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
fe9aa666e9
|
fix name is not part of old sigs
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
a9e0eeba7e
|
add tests and fix verification of old signatures
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
f2236eb7a4
|
resolve: check if there is a cert before fetching a tx
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
ca92fddecf
|
pylint
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
8259d7c680
|
txo.claim_hash and other fixes related to proto3 refactor
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
6653da2973
|
all
|
2019-03-25 22:54:08 -04:00 |
|
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 |
|