• v0.22.101 3a179a0eee

    v0.22.101 Stable

    github-actions[bot] released this 2022-07-06 05:12:27 +02:00 | 41 commits to master since this release

    Changelog

    • 3a179a0e [lbry] rpc: un-embedded attributes in getaddressinfo result
    Downloads
  • v0.22.100 ca9b4e5529

    v0.22.100 Stable

    github-actions[bot] released this 2022-06-14 20:27:58 +02:00 | 42 commits to master since this release

    Changelog

    • 2b7f0658 Adjust and rename blockProgressLogger -> nameProgressLogger. Use it in makeNameHashNext() to track progress.
    • 70852905 Allow environment var GOMAXPROCS= to override NumCPU().
    • b8598329 Copy netsync/blocklogger.go to claimtrie/logger.go.
    • ca9b4e55 Rename nameProgressLogger -> claimProgressLogger and tweak log message.
    Downloads
  • v0.22.100-rc.5 ca9b4e5529

    github-actions[bot] released this 2022-06-14 20:27:58 +02:00 | 42 commits to master since this release

    Changelog

    • 2b7f0658 Adjust and rename blockProgressLogger -> nameProgressLogger. Use it in makeNameHashNext() to track progress.
    • 70852905 Allow environment var GOMAXPROCS= to override NumCPU().
    • b8598329 Copy netsync/blocklogger.go to claimtrie/logger.go.
    • ca9b4e55 Rename nameProgressLogger -> claimProgressLogger and tweak log message.
    Downloads
  • v0.22.100-rc.4 5f7b1f1b4f

    github-actions[bot] released this 2022-06-06 23:12:30 +02:00 | 46 commits to master since this release

    Changelog

    • 5f7b1f1b Copy value received by MergeOlder/MergeNewer so caller can't trash the merge result by modifying the contents.
    • 0241e18f Harden Marshal/Unmarshal logic for Change.SpentChildren.
    • 15191b7e [lbry] runtime: Add --memprofile option
    • 92a7a208 [lbry] runtime: Allow environment var GOGC= to override hard-coded SetGCPercent(10).
    • b06df3d7 added buffer pool for pebble merge string
    Downloads
  • v0.22.100-rc.3 8f95946b17

    github-actions[bot] released this 2022-05-27 07:04:33 +02:00 | 51 commits to master since this release

    Changelog

    • 8f95946b [lbry] claimtrie: created node cache
    Downloads
  • v0.22.100-rc.2 5d5f53c8d8

    github-actions[bot] released this 2022-05-27 06:53:59 +02:00 | 52 commits to master since this release

    Changelog

    • 6e361181 [lbry] claimtrie: update CLI to support other tools
    • 5d5f53c8 [lbry] contrib: add a helper script for generating snapshots
    Downloads
  • v0.22.100-rc.1 e48200f53a

    github-actions[bot] released this 2022-05-26 07:00:38 +02:00 | 54 commits to master since this release

    Changelog

    • 4a8d390a [lbry] ci: GoReleaser zero out buildid for reproducible builds (#40)
    • e48200f5 [lbry] wire: limit the blocks of getdata message
    Downloads
  • v0.22.100-rc.0 aef4e45bd7

    github-actions[bot] released this 2022-05-24 11:49:08 +02:00 | 56 commits to master since this release

    This is the first official release of lbcd. It's an alternative to lbrycrd, a full node implementation. It requires 6GB+ of RAM and, like lbrycrd 17.3, that RAM requirement grows slowly over time.

    lbcd may lack some features available in lbrycrd. Known and intentional lacks include the built-in wallet functionality and the alert/blocknotify parameters (use its websocket endpoint instead). lbcd has a faster sync-to-current time. It uses slightly less hard drive space (but it still uses a lot -- near 90GB at present).

    Please reach out to the developers with any concerns.

    Full Changelog: https://github.com/lbryio/lbcd/commits/v0.22.100-rc.0

    Downloads