Commit graph

30 commits

Author SHA1 Message Date
Lex Berezhny
2968f74c6c moved lbry up one level 2020-01-01 15:57:56 -05:00
Lex Berezhny
f0d7ea4cc6 updated files and scripts post torba merge 2020-01-01 15:57:56 -05:00
Victor Shyba
325b601bea enable WAL 2019-12-21 07:49:21 -05:00
Lex Berezhny
f68bdc406f fix bug when two updates for the same claim happened in the same block 2019-12-17 23:48:07 -05:00
Lex Berezhny
08792e794f a support create and abandon in same block no longer inserts support 2019-12-14 18:19:06 -05:00
Lex Berezhny
7fa26d59da fixes for various edge cases where claim creation, updating and abandoning is occuring in the same block 2019-12-14 18:19:06 -05:00
Lex Berezhny
13f9370f8c fix wallet server db writer test 2019-12-08 17:00:41 -05:00
Lex Berezhny
1c349270bf switch to apsw 2019-12-08 17:00:41 -05:00
Victor Shyba
cc6bdd6295 sync fts only once 2019-11-25 16:07:03 -05:00
Victor Shyba
ece5082096 enable callback tracebacks 2019-11-25 16:07:03 -05:00
Lex Berezhny
a357db1ff6 use correct segwit deserializer 2019-11-25 10:22:34 -05:00
Lex Berezhny
36bd7816fe add handling for invalid claims in calculate_reposts 2019-11-18 17:07:46 -05:00
Lex Berezhny
fd632392d4 full reposted_claim data returned for claim_search and resolve 2019-11-18 17:07:46 -05:00
Victor Shyba
c7e964ec42 add reposted_claim_hash column, writer and reader w/ tests 2019-11-18 17:07:46 -05:00
Lex Berezhny
48a18ff771 full text search in wallet server 2019-11-14 17:19:10 -05:00
Lex Berezhny
836d38ed2a added claim_trending_group_mixed_idx index to wallet server db 2019-11-04 10:28:22 -05:00
Hugo
c5cfd8f40e Upgrade Python syntax with pyupgrade --py37-plus 2019-10-26 10:36:52 -04:00
Julin S
c61fae05d6 Convert some format() strings in lbry and torba to fstrings 2019-10-25 20:47:39 -04:00
Lex Berezhny
75da209de1 fix for wallet server bug related to changing the channel of a stream 2019-10-23 15:29:12 -04:00
Alex Grintsvayg
065215cc27
only do trending calculations near the tip of the chain 2019-10-11 10:51:50 -04:00
Victor Shyba
9df659b647 no chdir 2019-08-31 06:37:29 -03:00
Lex Berezhny
8138675808 added index for claim_type searches 2019-07-29 14:55:07 -04:00
Lex Berezhny
046dd53913 add index to filter by fee_amount and order by release_time 2019-07-24 14:27:59 -04:00
Lex Berezhny
16fc2c456f moved executing create index queries outside of a tx 2019-07-20 15:45:15 -04:00
Lex Berezhny
ad2df4871e popular tags are indexed and use different search strategy than less popular tags 2019-07-20 15:45:15 -04:00
Lex Berezhny
8f45618cd0 added improved effective_amount index covering release_time 2019-07-18 23:24:00 -04:00
Lex Berezhny
046459a72d refactored websockets and metrics 2019-07-18 19:54:38 -04:00
Lex Berezhny
71dc882d5d indexes update 2019-07-16 00:57:53 -04:00
Lex Berezhny
ae4a29d41c prevent duplicate tags 2019-07-16 00:57:53 -04:00
Lex Berezhny
cc098f3090 refactored wallet server db reader to support thread pool and process pool 2019-07-11 14:04:49 -04:00
Renamed from lbry/lbry/wallet/server/db.py (Browse further)