Commit graph

  • 2bf3517f83
    Merge 0044020790 into ebcc6e5086 dependabot[bot] 2023-07-20 15:11:10 +0000
  • 0044020790
    Bump aiohttp from 3.7.4 to 3.8.5 dependabot/pip/aiohttp-3.8.5 dependabot[bot] 2023-07-20 15:11:09 +0000
  • 6b929d55fa
    Merge a817fb12c1 into ebcc6e5086 dependabot[bot] 2023-07-05 21:14:05 +0000
  • a817fb12c1
    Bump grpcio from 1.38.0 to 1.53.0 dependabot/pip/grpcio-1.53.0 dependabot[bot] 2023-07-05 21:14:02 +0000
  • ebf925ebdc
    Merge d495ce9f0a into ebcc6e5086 Jonathan Moody 2023-03-19 18:27:01 +0100
  • ebcc6e5086
    update snapshot url in example docker-composes master Jack Robison 2023-03-03 13:15:25 -0500
  • c0766f6abc faster RevertableOpStack.apply_packed_undo_ops Jack Robison 2023-02-13 11:55:58 -0500
  • 72973170ee
    faster RevertableOpStack.apply_packed_undo_ops Jack Robison 2023-02-13 11:55:58 -0500
  • 7bc90c425f
    fix error Jack Robison 2023-02-07 17:31:36 -0500
  • f2c494d4d6 check for scribe needing a restart due to low memory Jack Robison 2023-02-07 17:07:30 -0500
  • 8147bbf3b9 remove --cache_all_claim_txos setting Jack Robison 2023-01-12 13:20:50 -0500
  • d450df224e
    check for scribe needing a restart due to low memory Jack Robison 2023-02-07 17:07:30 -0500
  • d495ce9f0a Move IP version check earlier. Property ipv4_mapped is only defined on IPv6 addrs. moodyjon/ipv6 moodyjon/ipv6 Jonathan Moody 2023-01-17 16:42:43 -0600
  • 8794ff48e0 Revert "Bump protobuf from 3.17.2 to 3.18.3" ipv6 Jonathan Moody 2023-01-16 15:35:55 -0600
  • fa0d03fe95 Rework StatusServer start() to handle lists of addresses, hostnames. Handle and retry EADDRINUSE errors. Jonathan Moody 2023-01-16 14:05:26 -0600
  • 14f2f3b55b Exclude mapped IPv4 addresses. Add resolve_host() code from client. Jonathan Moody 2023-01-16 14:04:14 -0600
  • a51e81bb82
    remove --cache_all_claim_txos setting Jack Robison 2023-01-12 13:20:50 -0500
  • 9c43c811a1 Handle mapped IPv4 address more neatly. (for consistency with client code) Jonathan Moody 2023-01-11 11:17:43 -0600
  • adbeeaf203 update snapshot Jack Robison 2023-01-06 20:30:36 -0500
  • f55ed56215 add comment Jack Robison 2023-01-06 16:50:16 -0500
  • d1d33c4bce feedback Jack Robison 2022-12-29 14:38:37 -0500
  • b7de08ba0b add ResumableSHA256 and HashXHistoryHasherPrefixRow column family Jack Robison 2022-12-29 10:04:11 -0500
  • 405cef8d28 ResumableSHA256 Jack Robison 2022-12-28 14:18:46 -0500
  • 743ffcafa9
    update snapshot Jack Robison 2023-01-06 20:30:36 -0500
  • 7aa53faa37
    add comment Jack Robison 2023-01-06 16:50:16 -0500
  • 6c037b29b5 Rename "p" -> "proto" for consistency with lbry-sdk. Lint does not like variable named "p". Jonathan Moody 2022-12-31 12:46:32 -0600
  • 6622066f46
    feedback Jack Robison 2022-12-29 14:38:37 -0500
  • 252a1aa165 Remove override for 'localhost' allowing Hub to start server on IPv6. Jonathan Moody 2022-12-29 13:16:47 -0600
  • 9a75f849b3
    Merge 6d28f85419 into 21262d2e43 Jonathan Moody 2022-12-29 10:35:24 -0500
  • 487215da2f
    add ResumableSHA256 and HashXHistoryHasherPrefixRow column family Jack Robison 2022-12-29 10:04:11 -0500
  • f370e263b5 Add IPv6 support to StatusServer and related classes. Jonathan Moody 2022-12-28 16:56:34 -0600
  • 9ac89c1aa4
    ResumableSHA256 Jack Robison 2022-12-28 14:18:46 -0500
  • 21262d2e43
    fix edge case deleting an empty value Jack Robison 2022-12-28 13:40:19 -0500
  • 6d28f85419 Fix setup.py syntax. moodyjon/limited_repost moodyjon/limited_repost Jonathan Moody 2022-12-01 09:06:14 -0600
  • b656d5176d Install lbry-types as dependency (lbryio/types). Delete hub/schema/types/... Jonathan Moody 2022-11-30 11:42:32 -0600
  • 937f9f2033 Revert to original _upsert_claim_query(). Tweak FIELDS, ALL_FIELDS definition. Jonathan Moody 2022-11-29 11:14:14 -0600
  • 806b29c9ad Remove alternate code commented out. Jonathan Moody 2022-11-17 10:48:40 -0600
  • a09d49f8df Index top-level keys of extensions dictionary (i.e. schema name). Rest of extension content is considered a "runtime" field. Jonathan Moody 2022-11-16 16:38:59 -0600
  • 52eb7b8a54 Reduce number of ES refresh() calls. Jonathan Moody 2022-11-15 15:40:57 -0600
  • 1991513e15 Indexing of extensions and basic query support. Jonathan Moody 2022-11-15 15:40:14 -0600
  • df57bf1bf1 Bump to latest protobuf. Jonathan Moody 2022-11-10 15:46:55 -0600
  • 8355f8dbe9 Bump to latest protobuf schema. Jonathan Moody 2022-11-10 11:34:40 -0600
  • aba417353f Latest schema updates. Jonathan Moody 2022-11-08 12:34:30 -0600
  • b8ca28a9bf Update schema to latest. Clean up .bak files. Jonathan Moody 2022-11-03 16:41:17 -0400
  • 5b4354be6a Revise schema using protobuf.Any. Jonathan Moody 2022-10-24 16:40:33 -0400
  • 392de1d2b6 Bump to protobuf=3.20.1. Rebuild with ModifyStream/StreamExt. Jonathan Moody 2022-10-17 12:27:29 -0400
  • 75d64f9dc6 Bump protobuf from 3.17.2 to 3.18.3 moodyjon/master dependabot[bot] 2022-09-23 23:01:37 +0000
  • 929448d64b collect db values for integrity check in chunks Jack Robison 2022-11-12 16:48:01 -0500
  • 134aad29f1 fix issue with supports with wrong names Jack Robison 2022-11-12 13:10:46 -0500
  • 4cbc51766a
    collect db values for integrity check in chunks Jack Robison 2022-11-12 16:48:01 -0500
  • 994ab4d099
    fix issue with supports with wrong names Jack Robison 2022-11-12 13:10:46 -0500
  • dcd4d7a7a8 update docker entrypoint and example composes Jack Robison 2022-11-09 21:50:32 -0500
  • e0c26c0952 update docs Jack Robison 2022-11-09 10:27:44 -0500
  • 9fa2d0b6ca batched update blocked/filtered in ES Jack Robison 2022-11-04 13:41:41 -0400
  • 0877e34289 use multi_get to make status hash Jack Robison 2022-11-01 23:51:58 -0400
  • 92c3d3840d fix address history Jack Robison 2022-10-29 20:13:11 -0400
  • 98017e9a76 fix uncaught error in es sync Jack Robison 2022-10-29 17:14:41 -0400
  • 6932c38854 logging Jack Robison 2022-10-26 13:29:18 -0400
  • ecdb5ef859 logging Jack Robison 2022-10-25 13:38:18 -0400
  • 81c44f5f4e assert Jack Robison 2022-10-24 18:52:22 -0400
  • 59c07e315a fix https://github.com/lbryio/hub/issues/104 Jack Robison 2022-10-23 08:58:53 -0400
  • 07f8ec41a1 fix including early activated claim amount during takeover due to abandon Jack Robison 2022-10-22 18:04:59 -0400
  • 01e52e795a fix edge case activating claim updates Jack Robison 2022-10-20 15:44:48 -0400
  • 98ec0f5e0c fix supports that activate on the block the claim is abandoned Jack Robison 2022-10-18 12:06:20 -0400
  • eb3d7a183a fix spending claims and supports on the block they activate Jack Robison 2022-10-17 13:59:53 -0400
  • 93aebedd7d tests Jack Robison 2022-10-16 15:10:03 -0400
  • 616daec0d9 dead code Jack Robison 2022-10-16 15:08:54 -0400
  • 745462d3ae migrate 11 to 12 Jack Robison 2022-10-16 15:08:10 -0400
  • 0634c1e05f fix handling supports without claims Jack Robison 2022-10-16 15:07:34 -0400
  • b230b693f8 effective amount Jack Robison 2022-10-16 15:05:47 -0400
  • 97a0d00bfd faster active amount as of height Jack Robison 2022-10-16 15:04:46 -0400
  • f2f0f426aa stash Jack Robison 2022-10-16 15:03:13 -0400
  • 7be5905b46 refactor to use batched pending and future effective amounts Jack Robison 2022-10-16 15:02:41 -0400
  • 7c9e91f91a batched _get_pending_effective_amounts Jack Robison 2022-10-16 14:56:43 -0400
  • 586e9a613b logging Jack Robison 2022-10-16 14:56:19 -0400
  • e61efcd00d future effective amount index Jack Robison 2022-10-16 14:45:05 -0400
  • 9311d924f7 improve logging Jack Robison 2022-10-16 14:44:09 -0400
  • 8947d3cb19 increase UTXO and HashXUTXO cache sizes Jack Robison 2022-10-16 14:43:08 -0400
  • 2150363108 batch spend claims and supports Jack Robison 2022-10-16 14:36:13 -0400
  • 6a9a2ad40f batch spend utxos Jack Robison 2022-10-16 14:21:41 -0400
  • 55eb8818ea add --db_disable_integrity_checks option to scribe Jack Robison 2022-10-16 14:15:42 -0400
  • a48564e3b2 batched db integrity checks Jack Robison 2022-10-16 14:14:29 -0400
  • 606e9bb0d6 support multiple column families in one raw multi_get call Jack Robison 2022-10-12 11:52:55 -0400
  • abc5184e19 add future effective amount index Jack Robison 2022-10-12 11:50:44 -0400
  • 99ddd208db add Block.decoded_header helper property Jack Robison 2022-10-12 11:49:21 -0400
  • fc234b12e5 handle es_info being an empty file Jack Robison 2022-09-20 15:58:12 -0400
  • 04d747ff99 failover support for elastic-sync-notifier and elasticsearch Jack Robison 2022-09-18 14:58:46 -0400
  • 4586b344ce move search_index object to HubServerService Jack Robison 2022-09-18 12:45:53 -0400
  • 252d7670d0
    update docker entrypoint and example composes Jack Robison 2022-11-09 21:50:32 -0500
  • f98109586d
    update docs Jack Robison 2022-11-09 10:27:44 -0500
  • 9dbc9940ad
    batched update blocked/filtered in ES Jack Robison 2022-11-04 13:41:41 -0400
  • 3abc67b381
    use multi_get to make status hash Jack Robison 2022-11-01 23:51:58 -0400
  • dfed4905ff
    fix address history Jack Robison 2022-10-29 20:13:11 -0400
  • a6021b0564
    fix uncaught error in es sync Jack Robison 2022-10-29 17:14:41 -0400
  • 1037137ed7
    logging Jack Robison 2022-10-26 13:29:18 -0400
  • 7e9dc00b61
    logging Jack Robison 2022-10-25 13:38:18 -0400
  • 1edf0682d1
    assert Jack Robison 2022-10-24 18:52:22 -0400
  • 6230ed8cb0
    fix https://github.com/lbryio/hub/issues/104 Jack Robison 2022-10-23 08:58:53 -0400
  • e6e528793c
    fix including early activated claim amount during takeover due to abandon Jack Robison 2022-10-22 18:04:59 -0400
  • 80f1a3e7ca
    fix edge case activating claim updates Jack Robison 2022-10-20 15:44:48 -0400