Releases: lbryio/lbcd
Releases · lbryio/lbcd
v0.22.101
v0.22.100-rc.5
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
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
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
Changelog
- 8f95946 [lbry] claimtrie: created node cache
v0.22.100-rc.2
v0.22.100-rc.1
v0.22.100-rc.0
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