Jack Robison
|
eeaf9a72e2
|
threadpools for block processor and es sync reader
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
15ac2ade59
|
resolve lru cache
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
09e0d5c55e
|
add block_txs index
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
cdef8b4852
|
clear es attributes during initial sync
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
cb5c39a159
|
only save undo info for blocks within reorg limit
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
9ec510c742
|
fix channel count
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
c2a5ff0ae3
|
block processor db refactoring
-access db through HubDB class, don't use plyvel.DB directly
-add channel count and support amount prefixes
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
afa710dcb5
|
fix and add test for abandoning a controlling in the same block a new claim is made
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
88e8926a59
|
fix bug with early takeover by an update
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
acd0c2188f
|
fix activating non existent claim
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
6155cda66f
|
add tests for takeovers from amount changes in updates before/on/after activation
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
68d397a269
|
improve leveldb caching
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
66ed57c834
|
refactor reload_blocking_filtering_streams
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
b66adfdf78
|
remove unused executor
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
6e93c5bc0d
|
fix update that initiates takeover not being delayed
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
8f9e6a519d
|
refactor trending
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
da75968078
|
trending fixes
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
6f2b985b73
|
update trending in elasticsearch
-add TrendingPrefixSpike to leveldb
-expose `TRENDING_HALF_LIFE`, `TRENDING_WHALE_HALF_LIFE` and `TRENDING_WHALE_THRESHOLD` hub settings
|
2022-03-15 15:34:08 -03:00 |
|
Brendon J. Brewer
|
180f6c4519
|
Mark claims as touched
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
7e78fdec04
|
handle unicode error for unnormalized names
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
e212ce23e3
|
prefix db
|
2022-03-15 15:34:08 -03:00 |
|
Brendon J. Brewer
|
0c7be8975f
|
trending
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
6cba95c148
|
fix claims not having non-normalized names
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
7ef0ae12a1
|
handle invalid claim update
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
dc34e8884c
|
fix keeping claim_hash_to_txo and txo_to_claim in sync
|
2022-03-15 15:34:08 -03:00 |
|
Victor Shyba
|
08d635322e
|
implement blocking and filtering
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
bc0c1b9a3e
|
fix _get_pending_claim_name
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
c42ee926da
|
fix applying expiration fork
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
94e0624024
|
delete lbry/wallet/server/storage.py
-expose leveldb lru cache size as `CACHE_MB` hub param
|
2022-03-15 15:34:08 -03:00 |
|
Jack Robison
|
d1560ef09b
|
faster es sync
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
6699d1e2f8
|
run advance_block in threadpool
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
f1fbfa1b39
|
use claim_to_txo cache
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
0d86717a9a
|
faster _cached_get_active_amount for claims
-remove dead code
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
ef6ec03161
|
in memory claim_to_txo and txo_to_claim dictionaries
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
68596be1b9
|
fix spend_utxo
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
a48fe84971
|
split flush from advance_block
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
bfbe7c1bf5
|
rename extend_ops
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
085ce1ff16
|
faster spend_utxo
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
c81c0d9480
|
faster get_future_activated
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
05b6bdb8f6
|
threadpool
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
991d4f8859
|
cleanup
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
22c75605ee
|
fix getting block hash during reorg
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
8dd88a2780
|
fix spends in address histories
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
fb5c008fc5
|
fix expiring channels
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
f55b6bdc71
|
fix abandoning signed claims in the same tx as their channel
-fix canonical/short url in es
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
b4eaa5f918
|
move MemPool into BlockProcessor
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
d4194954d3
|
combine MemPool and Notifications classes
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
6e221fc7d9
|
fix touched hashXs notifications
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
ea1285cd9f
|
reorg claims in the search index
|
2022-03-15 15:34:07 -03:00 |
|
Jack Robison
|
babb76d90d
|
rename
|
2022-03-15 15:34:07 -03:00 |
|