• v0.13.102 b4a9f5f524

    v0.13.102 Stable

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

    Changelog

    • b4a9f5f [lbry] version: bump lbcd depencency to include version handling fix
    Downloads
  • v0.13.101 56a178f545

    v0.13.101 Stable

    github-actions[bot] released this 2022-07-06 07:09:03 +02:00 | 73 commits to master since this release

    Changelog

    • 5d95b1c Merge pull request #7 from lbryio/roylee/hardcode-paytxfee-to-zero
    • a7cbb7c [lbry] ci: disable few tests for now to unblock CI
    • e5f7fef [lbry] rpc: update getaddressinfo help messages
    Downloads
  • v0.13.100-alpha.1 444fc83aad

    github-actions[bot] released this 2022-06-15 02:03:16 +02:00 | 78 commits to master since this release

    Changelog

    • 444fc83 [lbry] fee: update getinfo.paytxfee to 0
    Downloads
  • v0.13.100-alpha.0 ce9b4eb809

    roylee17 released this 2022-05-24 20:00:43 +02:00 | 79 commits to master since this release

    Changelog

    • e74c393 Fixed a bug where unconfirmed txn notifications were missing a label
    • 6f4c9ce Merge pull request #758 from Crypt-iQ/btcd_isdust_08032021
    • 70f11db Travis+GitHub: switch CI from Travis to GitHub actions
    • 1d0ef1d [lbry] added staked value to balance call
    • 3655481 [lbry] align port settings between lbcd, lbcctl, and lbcwallet
    • 8701ecb [lbry] build: remove neutrino and bitcoind support
    • 879bf10 [lbry] chain: bring back removed chainParams for a testcase
    • 3671cd0 [lbry] ci: add github workflows
    • df1d2ee [lbry] ci: support GoReleaser
    • 471b2d1 [lbry] ci: update Dockerfile
    • 10b9f52 [lbry] ci: update Makefile and remove goclean.sh
    • 57e8d9c [lbry] ci: update golangci settings
    • d5328e1 [lbry] coin selection and balance no longer include stakes
    • 5c96fa9 [lbry] docs: Update README.md
    • 23f883b [lbry] eliminated btcd dependency
    • d6434b1 [lbry] enable regtest for --createtemp (temporary wallet)
    • 202374e [lbry] fork from btcsuite to lbryio
    • 0e82225 [lbry] git: ignore dist/ and .vscode
    • 5c88006 [lbry] go module: update dependencies
    • 7b5b2ff [lbry] remove nested go mudules
    • f52bea1 [lbry] rpc: getaddressinfo
    • 49e78d8 [lbry] rpc: support --skipverify on TLS connection to lbcd
    • 09ae692 [lbry] rpc: update help docs
    • 10d0a26 [lbry] update backend list
    • cedfab9 [lbry] update coin_type to LBC (140)
    • 4c6e495 [lbry] use address type parameter in getnewaddress
    • ce9b4eb [lbry] version: use version package
    • cdf7370 build: pin mid Go version to 1.16, run new go mod tidy
    • b218504 build: update to latest versions of txauthor, txrules, and txsize
    • 6eede89 chain: fix peer selection for the pruned block dispatcher
    • 3cb2c46 mod+wallet: use btcd/mempool IsDust for calculating mempool dust
    • cb3343a mod: update btcutil dep to pull in TaprootAddress type
    • 9eb48cb waddrmgr: add adtWitnessScript serialization
    • e0c5ce7 waddrmgr: add new DeriveFromKeyPathCache method for faster key retrieval
    • 759741d waddrmgr: add support for pay to witness script address
    • b4e83b1 waddrmgr: fix concurrent map access
    • 4e131c2 waddrmgr: fix test compilation
    • 6d7b545 waddrmgr: rename ambiguous scriptCT to scriptClearText
    • 4a75796 wallet+waddrmgr: refactor to use extended key instead of seed
    • 0fe2b53 wallet/txauthor+txrules: update go mod to include btcd changes
    • 8e853a7 wallet: add ImportAccountWithScope
    • 9f1eb98 wallet: add minimum confirmation parameter to FundPsbt
    • 47a1377 wallet: don't hold unlock in watch-only mode
    • f2ec9f1 wallet: export ScriptForOutput
    • 45a94de wallet: return unsigned TX in watch-only SendOutputs
    Downloads