Commit graph

242 commits

Author SHA1 Message Date
Jack Robison 4958097b66 fix attribute name 2022-08-26 11:05:57 -04:00
Jack Robison cd9b91e1d9 use LargestValueCache for caching the largest needed full address histories 2022-08-26 11:05:57 -04:00
Jonathan Moody fc38bda03c Strengthen --daemon_url checks using yarl.URL (what aiohttp uses). 2022-08-24 10:17:07 -04:00
Jack Robison c53d2b6f5a increase the default history_tx_cache_size 2022-08-18 18:32:36 -04:00
Jack Robison 570bda9c8b remove redundant hashX_history_cache
-remove redundant cache that used a lot of memory
2022-08-18 18:32:36 -04:00
Jack Robison 34c5ab2e56 include blocked/filtered in the error message 2022-08-17 10:58:45 -04:00
Jack Robison 4bc2bf79eb simplify applying filtering/blocking 2022-08-17 10:58:45 -04:00
Jack Robison db3294e6e0 include reason from the repost description in blocking/filtering errors 2022-08-17 10:58:45 -04:00
Jack Robison 93850d72eb
Update README.md 2022-08-15 14:59:13 -04:00
Jack Robison c6cc3cbd26
fix https://github.com/lbryio/hub/issues/68 2022-08-09 15:42:57 -04:00
Jonathan Moody 23599ee1b2 Update tests to account for multi_get feature and new DBStatePrefixRow fields. 2022-08-09 14:17:54 -04:00
Jack Robison 42584ca60a
Revert "add version file"
This reverts commit d57fc7eab9.
2022-08-09 14:17:34 -04:00
Jeffrey Picard d57fc7eab9 add version file 2022-08-09 17:12:50 +03:00
Jack Robison 4845b92248
update diagram 2022-08-01 11:52:03 -04:00
Jack Robison 9ad09c7c6d
update diagram 2022-08-01 11:50:14 -04:00
Jack Robison 35483fa0b1 increase scribe history tx lfu cache size 2022-07-31 15:38:53 -04:00
Jack Robison bffd1b1394 fix initial height for scribe metrics 2022-07-31 15:38:53 -04:00
Jack Robison 34e3f9ecee expose cache size settings 2022-07-31 15:38:53 -04:00
Jack Robison 9df8f9c651 metrics 2022-07-31 15:38:53 -04:00
Jack Robison 0918299163 use LFU caches 2022-07-31 15:38:53 -04:00
Jack Robison a46343c84f add LFUCache and LFUCacheWithMetrics 2022-07-31 15:38:53 -04:00
Jack Robison eb87474b48 expose tx_cache_size setting 2022-07-17 13:56:34 -04:00
Jack Robison fc9b0af5b6 expose resolved_url_cache_size 2022-07-17 13:56:34 -04:00
Jack Robison a41abc870d expose merkle_cache_size setting 2022-07-17 13:56:34 -04:00
Jack Robison 78e9d7b50b
add example scripts for manually copying docker volumes 2022-07-06 16:00:38 -04:00
dependabot[bot] a10beac943 Bump ujson from 5.2.0 to 5.4.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.2.0 to 5.4.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.2.0...5.4.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 13:08:21 -04:00
Jack Robison 9e3963ba23
fix resolve error messages 2022-06-30 12:37:12 -04:00
Jack Robison 3b2b8f814c add wait_until_block testing helper to BlockchainProcessorService 2022-06-30 11:22:17 -04:00
Jack Robison 2363865e00 prune stale trending notifications during initial bulk sync 2022-06-30 11:22:17 -04:00
Jack Robison 903a44d991 add mempool time metric for scribe prometheus 2022-06-30 11:22:17 -04:00
Jack Robison 6b46f0488d fix scribe prometheus 2022-06-30 11:22:17 -04:00
Jack Robison c3703fd13f fix using lbcd with ssl 2022-06-30 11:22:17 -04:00
Jack Robison 79b84d89a3 batched claim txo fetching for the ES claim producers 2022-06-30 11:22:17 -04:00
Jack Robison ac01a17214 fix estimate_timestamp 2022-06-27 18:56:59 -04:00
Jack Robison a86388f6de add resolved url lru cache 2022-06-27 18:56:59 -04:00
Jack Robison 4b90097997 increase cache sizes for Tx, TxNum, and TxHash prefixes 2022-06-27 18:56:59 -04:00
Jack Robison 0094237b97 update default ADDRESS_HISTORY_CACHE_SIZE 2022-06-27 18:56:59 -04:00
Jack Robison 028143ec7e reduce tx_cache and merkle_cache sizes 2022-06-27 18:56:59 -04:00
Jack Robison ea7b55f1f0
fix issue with claims for the same channel, related to https://github.com/lbryio/hub/issues/51 2022-06-17 01:21:11 -04:00
Jack Robison b069e3d824
fix https://github.com/lbryio/hub/issues/51 2022-06-17 00:53:46 -04:00
Jack Robison 2038877e4e
update example docker composes to use master 2022-06-16 18:00:44 -04:00
Jack Robison 6c0f901d33
fix updating the block height in udp pong responses 2022-06-16 15:26:54 -04:00
Jack Robison 1a5fd214b9
Update cluster_guide.md 2022-06-15 17:57:07 -04:00
Jack Robison 5512a841e1
update docker build action 2022-06-15 17:42:13 -04:00
kodxana 983955f5d0 Update docker-image.yml 2022-06-15 17:40:50 -04:00
Jack Robison 23ac3fcd89
Merge pull request #49 from lbryio/lbcd-ssl
add `--daemon_ca_path` arg to use ssl with lbcd
2022-06-15 10:13:28 -04:00
Jack Robison 9dbd8cab4b
add --daemon_ca_path arg to use ssl with lbcd
fixes https://github.com/lbryio/hub/issues/41
2022-06-14 15:25:28 -04:00
Jack Robison 6fd718f353
Merge pull request #48 from lbryio/initialize-from-snapshot
Optionally initialize rocksdb from a snapshot
2022-06-14 14:35:22 -04:00
Jack Robison 09ea58c062
update examples 2022-06-14 14:20:31 -04:00
Jack Robison fbe68d516c
optionally initialize rocksdb from a snapshot
fixes https://github.com/lbryio/hub/issues/10
2022-06-14 13:59:53 -04:00