Skip to content

Releases: lbryio/lbcd

v0.22.101

06 Jul 03:55
Compare
Choose a tag to compare

Changelog

  • 3a179a0 [lbry] rpc: un-embedded attributes in getaddressinfo result

v0.22.100-rc.5

16 Jun 05:03
Compare
Choose a tag to compare

Changelog

  • 2b7f065 Adjust and rename blockProgressLogger -> nameProgressLogger. Use it in makeNameHashNext() to track progress.
  • 7085290 Allow environment var GOMAXPROCS= to override NumCPU().
  • b859832 Copy netsync/blocklogger.go to claimtrie/logger.go.
  • ca9b4e5 Rename nameProgressLogger -> claimProgressLogger and tweak log message.

v0.22.100

19 Jun 05:06
Compare
Choose a tag to compare

Changelog

  • 2b7f065 Adjust and rename blockProgressLogger -> nameProgressLogger. Use it in makeNameHashNext() to track progress.
  • 7085290 Allow environment var GOMAXPROCS= to override NumCPU().
  • b859832 Copy netsync/blocklogger.go to claimtrie/logger.go.
  • ca9b4e5 Rename nameProgressLogger -> claimProgressLogger and tweak log message.

v0.22.100-rc.4

06 Jun 22:10
Compare
Choose a tag to compare

Changelog

  • 5f7b1f1 Copy value received by MergeOlder/MergeNewer so caller can't trash the merge result by modifying the contents.
  • 0241e18 Harden Marshal/Unmarshal logic for Change.SpentChildren.
  • 15191b7 [lbry] runtime: Add --memprofile option
  • 92a7a20 [lbry] runtime: Allow environment var GOGC= to override hard-coded SetGCPercent(10).
  • b06df3d added buffer pool for pebble merge string

v0.22.100-rc.3

29 May 05:07
Compare
Choose a tag to compare

Changelog

  • 8f95946 [lbry] claimtrie: created node cache

v0.22.100-rc.2

27 May 05:01
Compare
Choose a tag to compare

Changelog

  • 6e36118 [lbry] claimtrie: update CLI to support other tools
  • 5d5f53c [lbry] contrib: add a helper script for generating snapshots

v0.22.100-rc.1

26 May 18:18
Compare
Choose a tag to compare

Changelog

  • 4a8d390 [lbry] ci: GoReleaser zero out buildid for reproducible builds (#40)
  • e48200f [lbry] wire: limit the blocks of getdata message

v0.22.100-rc.0

24 May 10:05
Compare
Choose a tag to compare

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