hub
hub copied to clipboard
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...
Bumps [grpcio](https://github.com/grpc/grpc) from 1.38.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...
Using the latest published docker image for `lbry/hub:master` (`lbry/hub@sha256:7ad1a2f570f061c9a8e2db65a9fe18f978c12df913f66ff93b3a49d87e674f6e`) the mainnet sync stops with this backtrace: ``` scribe_1 | 2023-03-26 07:12:43,994 INFO hub.service.BlockchainProcessorService:81: software version: 1.0.0 scribe_1 | 2023-03-26 07:12:43,994...
Fixes #117 Update: Fixes #121 Not sure whether this is complete. I think I need help with this part in `hub/env.py`: ``` if result == 'localhost': # 'localhost' resolves to...
Hub/setup.py protobuf version was bumped in this change: 75d64f9dc6d3b2c913b8b10053bd3589e7a2e8eb However, when I try to apply a corresponding change in lbry-sdk/setup.py: ``` (lbry-venv) swdev1@Jonathans-Mac-mini lbry-sdk % git diff diff --git a/setup.py...
Should herald support --chain argument, or should the chain (aka env.coin) be inferred from DBState?
In most cases the DB (--db_dir=X) will have been populated by scribe, and so it's the *scribe* --chain=Y argument that's determinative. ``` (venv) swdev1@Jonathans-Mac-mini hub % herald --help usage: herald...
Example: These return mostly different claims, only difference is the `:` at the end of the second params. `{"method":"claim_search","params":{"text":"avatar","order_by":["creation_height"],"duration":["7200"]}}` `{"method":"claim_search","params":{"text":"avatar:","order_by":["creation_height"],"duration":["7200"]}}` If claim's title was `Avatar: some text`, would expect both...
While working on: https://github.com/lbryio/lbry-sdk/issues/3630 I discovered that herald ping/pong packets play a key role in letting lbry-sdk determine the "external IP". Herald needs to accept ipv6 ping and reply with...
If two sets of ES services are defined herald will not try one after the other when the primary goes down, it will get stuck retrying the one it hadn't...