• v0.12.3.1 a25334c150

    v0.12.3.1 Stable

    lbry-bot released this 2018-12-14 11:06:10 +01:00 | 7436 commits to master since this release

    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

    Downloads
  • v0.12.3.0 3ca72b18cc

    v0.12.3.0 Stable

    kaykurokawa released this 2018-12-07 04:41:40 +01:00 | 7440 commits to master since this release

    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 (https://github.com/lbryio/lbrycrd/issues/243)
    Increased default dbcache size to prevent potential crashes while running claimtrie RPC commands (https://github.com/lbryio/lbrycrd/pull/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 (https://github.com/lbryio/lbrycrd/pull/199)
    "blockhash" has been added to claimtrie RPC commands (https://github.com/lbryio/lbrycrd/issues/44)

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

    Downloads
  • v0.12.2.3 451f4b4aca

    v0.12.2.3 Stable

    kaykurokawa released this 2018-10-15 19:42:36 +02:00 | 7454 commits to master since this release

    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

    Downloads
  • v0.12.2.2 bdfda3c267

    v0.12.2.2 Stable

    lbry-bot released this 2018-10-01 19:32:53 +02:00 | 7457 commits to master since this release

    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

    Downloads
  • v0.12.2.1 a407c10b02

    v0.12.2.1 Stable

    kaykurokawa released this 2018-06-04 22:31:18 +02:00 | 7484 commits to master since this release

    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 (https://github.com/lbryio/lbrycrd/pull/142)
    Fix for openssl build in reproducible_build.sh (https://github.com/lbryio/lbrycrd/pull/147)

    Downloads
  • v0.12.2.0 11f5bf4243

    v0.12.2.0 Stable

    kaykurokawa released this 2018-05-28 07:57:12 +02:00 | 7490 commits to master since this release

    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 (https://github.com/lbryio/lbrycrd/pull/110).
    Fixed testnet to redadjust difficulty in case of large hashrate drop (https://github.com/lbryio/lbrycrd/pull/141)

    Downloads
  • v0.12.1.2 6fc7e0860e

    v0.12.1.2 Stable

    kaykurokawa released this 2018-04-25 21:38:46 +02:00 | 7501 commits to master since this release

    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 (https://github.com/lbryio/lbrycrd/issues/89).
    RPC commands updatename and claimname now takes value in hexadecimals (https://github.com/lbryio/lbrycrd/issues/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.

    Downloads
  • v0.12.1.1 29bc408431

    v0.12.1.1 Stable

    kaykurokawa released this 2018-02-16 18:51:15 +01:00 | 7516 commits to master since this release

    Fixed memory leak issue https://github.com/lbryio/lbrycrd/pull/94
    Users are advised to update immediately to reduce lbrycrdd's memory usage.

    Downloads
  • v0.12.1.0 cb9c633936

    v0.12.1.0 Stable

    kaykurokawa released this 2017-12-29 16:03:47 +01:00 | 7527 commits to master since this release

    Fixes critical bug, see https://github.com/lbryio/lbrycrd/issues/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.

    Downloads
  • v0.12.0.6 6179347045

    v0.12.0.6 Stable

    kaykurokawa released this 2017-09-13 18:14:07 +02:00 | 7531 commits to master since this release

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

    Downloads