Skip to content

Releases: lbryio/lbrycrd

v0.12.3.1

14 Dec 10:34
Compare
Choose a tag to compare

Changes
Reverted accidental RPC field name change (now again "supports without claims").
Using slightly newer compilers.
Changed iteration mechanism for getclaimsintrie to reduce RAM usage.

SHA256
Linux: c8fd34230e9be2d94ab1640ab6e4d03bacc5f3d979c629714142d7e328465c0a
Windows: 4cdba8128b709c28c0768076fdeba00f476c809a598a112508d65d654b985ba5
OSX: 8b584836be981c4cc5816978bfd9ca4de400433ecb0ee95b74a923ee67dd2225

v0.12.3.0

07 Dec 16:47
Compare
Choose a tag to compare

This release contains a fix to a critical consensus bug. Users are advised to update immediately.

Included Fixes

Fixed cases where block reorgs can put claimtrie in erroneous state (#243)
Increased default dbcache size to prevent potential crashes while running claimtrie RPC commands (#238)
Fixed bug in unit test fixture which could cause random tests to fail

Changes

Marked getclaimtrie as a deprecated RPC command, will be removed in next release
Fixed build to work with newer versions of OpenSSL (#199)
"blockhash" has been added to claimtrie RPC commands (#44)

SHA256
Linux: 439aa8ff00e672961e0fc9231ce2ecc2bfe54335ab5780902a88f1509d1b8a38
Windows: 43f6aca5cd7cc66e97de1a7014329cb45e0ae486f37ec53536a77b6b1507c9fa
OSX: d52816cf0a54949bef0f3100f6089356613075d2e33510ac75a04ab48b3c478d

v0.12.2.3

07 Dec 16:48
Compare
Choose a tag to compare

This is a bug fix release

Included Fixes:

Fixed a bug where lbrycrdd will create a very large debug.log file (300mb+) upon a reindex or a fresh sync.

Linux SHA256: 509203c499276641876dc2a2b1897a74e61b2fa1b93bf409892c2bfb3aaf0a29
OSX SHA256: cc795eac5f526d86d48a634262db9788f6f97e99e171cb3a8edf2ee9ba8a6701
Windows SHA256: c05fc351fe230e068a879aaf501e2e61a2e30ac329a88364df848384e2c372dd

v0.12.2.2

01 Oct 20:15
bdfda3c
Compare
Choose a tag to compare

This is a maintenance release.

Included Fixes:

  1. Return correct transaction error for 'dust'.
  2. Handle multiple add/removal of the same claim in a single block. This requires reindexing!
  3. Handle invalid hash or claimId input on RPC calls.
  4. Off-by-one error in getclaimsintrie RPC method repaired.

Please run with -reindex. And thanks to all the contributors!

Linux SHA256: 0e0050e85dc1aa5f5ddb16e4a02d0a21c4ba4bf4353137d1b8143c1f8da6a5c3
OSX SHA256: fd6bb2104521a28137f8af7370e519e2777db9b474b2d3b460e3d8ebdd591962
Windows SHA256: f71ea2d43166b940b8da319939322dab1a01e4af3b702e6df30273d36ce7e380

v0.12.2.1

11 Jun 14:22
Compare
Choose a tag to compare

This is a maintenance release with a small change to the getclaimbyid RPC command.

Changes

Adjusted README
Support information is returned by getclaimbyid RPC command (#142)
Fix for openssl build in reproducible_build.sh (#147)

v0.12.2.0

28 May 05:59
Compare
Choose a tag to compare

This release implements a hard fork to extend claim expiration. All users must update before 7/9/18.
This release requires a reindex for all users utilizing the RPC command getclaimbyid.

Details of hard fork:

The fork of the mainnet will be on block 400155 (will be around noon EST 7/9/18)

The fork of the testnet will be on block 278160 (already took place on 5/22/18)

Claims made on and after the target hardfork blocks will expire after 2102400 blocks (approximately 10 years assuming block time 2.5 minutes).

Claims that were made before the hardfork and have not expired will have their expiration extended by the difference between the new expiration time and the previous expiration time (456 days).

Claims that already expired will remain expired.

Additional changes
Added a claim index for fast reference by claim ID (#110).
Fixed testnet to redadjust difficulty in case of large hashrate drop (#141)

v0.12.1.2

25 Apr 19:55
Compare
Choose a tag to compare

Updated README.
Added various unit tests.
Fixed bug where "effective amount" returned by RPC commands getvalueforname and getclaimbyid was wrong.
Adjusted transaction fees for claimtrie transactions (#89).
RPC commands updatename and claimname now takes value in hexadecimals (#101).
Fixed reproducible_build.sh to use a tagged version of libevent (2.0.22 stable).

Users are advised to update for the updated network rules regarding transaction fees for claimtrie transactions.

v0.12.1.1

07 Mar 18:16
Compare
Choose a tag to compare

Fixed memory leak issue #94
Users are advised to update immediately to reduce lbrycrdd's memory usage.

v0.12.1.0

29 Dec 18:15
cb9c633
Compare
Choose a tag to compare

Fixes critical bug, see #77 for details. This patch can technically cause a hard fork although we've taken steps to make sure it does not happen in practice. Users are advised to update immediately.

v0.12.0.6

13 Sep 17:35
Compare
Choose a tag to compare

Fixed branding and currency units
Fixed getblocktemplate RPC call not returning the correct "claimtrie" field