• v0.13.111 04763e36f0

    v0.13.111 Stable

    github-actions[bot] released this 2022-11-01 05:21:45 +01:00 | 0 commits to master since this release

    Changelog

    • 04763e3 doc: update README.md
    • c6842ef go mod: update lbcd to v0.22.118
    • ca56a42 rpc: implement rescanblockchain
    • 67c9c48 wallet: break recovery() to recovery() and rescanblockchain()
    • 1fa143f wallet: update passphrase user experience.
    Downloads
  • v0.13.110-rc.1 3aca0be46a

    v0.13.110-rc.1 Pre-release

    github-actions[bot] released this 2022-09-29 09:06:51 +02:00 | 5 commits to master since this release

    Changelog

    • dc7f1e8 config: remove SigNet and SimNet related code
    • 08e57e9 config: remove gRPC related configs
    • 7a4cd60 config: remove noinitload related configs
    • 10d5812 config: remove spv related configs
    • be7892a config: unify lbcd and lbcwallet RPC credentails
    • 0410b7c consolidate: merge internal/external branches
    • 3aca0be consolidate: refactor prompt related code
    • 2b0d245 consolidate: remove gRPC APIs
    • efb8e0b consolidate: remove legacystore related code
    • 1917978 consolidate: remove obsoleted files
    • de408d4 consolidate: remove watch-only address/account support
    • 9c20f19 go mod: update lbcd version to include rpc commend updates
    • 00c29c3 multi-account: add forEachKeyScope uitility iterator
    • 47e8dbd multi-account: set DefaultScope to KeyScopeBIP0044
    • 169abd4 multi-account: support BIP44 account discovery
    • 531c461 multi-account: update createNewAccount
    • 09ec547 multi-account: update getaccount
    • 71f8ba6 multi-account: update getaccountaddress
    • 6a610a8 multi-account: update getaddressbyaccount
    • 608e4dd multi-account: update getbalance
    • a02435b multi-account: update getnewaddress
    • 43bbf0a multi-account: update getrawchangeaddress
    • 03256c0 multi-account: update getreceivedbyaccount
    • e6a4b3d multi-account: update gettransaction
    • 03dd33f multi-account: update getunconfirmedbalance
    • 678379c multi-account: update listaccounts
    • 50950fb multi-account: update listaddresstransactions
    • 1edb90e multi-account: update listalltransactions
    • b34aa61 multi-account: update listreceivedbyaccount
    • 4acd03b multi-account: update listreceivedbyaddress
    • 51e700e multi-account: update listsinceblock
    • 2e8dcc4 multi-account: update listtransactions
    • c0b263e multi-account: update renameaccount
    • e78e49d multi-account: update rpc help messages
    • 5a0c010 multi-account: update sendPairs to take keyscope pointer
    • 64554cf multi-account: update sendfrom
    • af2d35a multi-account: update sendmany
    • 93b33ed multi-account: update sendtoaddress
    • c42e8a0 multi-account: update validateaddress
    • e0cb7b7 multi-scope: use BIP0049 instead of BIP0049Plus
    • f27ea60 rpc: remove all address type alias in lookupKeyScope
    • 78b8743 waddrmgr: use Derive() instead of DeriveNonStandard()
    • 79da868 wallet: remove public passphrase prompt
    • 1f05a98 wallet: unblock Lock() when the wallet is shutdown
    Downloads
  • v0.13.110-rc.0 cc677ca0c4

    v0.13.110-rc.0 Pre-release

    github-actions[bot] released this 2022-09-27 07:59:20 +02:00 | 13 commits to master since this release

    Changelog

    • b774170 consolidate: merge internal/external branches
    • 2b0d245 consolidate: remove gRPC APIs
    • efb8e0b consolidate: remove legacystore related code
    • de408d4 consolidate: remove watch-only address/account support
    • cc677ca go mod: update lbcd version to include rpc commend updates
    • cd179e0 multi-account: support BIP44 account discovery
    • b4fd3e7 multi-scope: add forEachKeyScope uitility iterator
    • d5ed29d multi-scope: set DefaultScope to KeyScopeBIP0044
    • b888268 multi-scope: update createNewAccount
    • 028f4a7 multi-scope: update getaccount
    • 8cadd74 multi-scope: update getaccountaddress
    • 743c2fc multi-scope: update getaddressbyaccount
    • d54e539 multi-scope: update getbalance
    • 64d2177 multi-scope: update getnewaddress
    • a549109 multi-scope: update getrawchangeaddress
    • b1d25b1 multi-scope: update getreceivedbyaccount
    • 089543f multi-scope: update gettransaction
    • 2158c41 multi-scope: update getunconfirmedbalance
    • ffd0e0f multi-scope: update listaccounts
    • 4c3f869 multi-scope: update listaddresstransactions
    • e915969 multi-scope: update listalltransactions
    • 6de6d27 multi-scope: update listreceivedbyaccount
    • a49937a multi-scope: update listreceivedbyaddress
    • a0ecaaa multi-scope: update listsinceblock
    • 368379d multi-scope: update listtransactions
    • 78584be multi-scope: update renameaccount
    • ea76f8c multi-scope: update rpc help messages
    • 49cb544 multi-scope: update sendPairs to take keyscope pointer
    • 8ea43ba multi-scope: update sendfrom
    • 98007d2 multi-scope: update sendmany
    • 2da50a5 multi-scope: update sendtoaddress
    • 6a5f65c multi-scope: update validateaddress
    • e0cb7b7 multi-scope: use BIP0049 instead of BIP0049Plus
    • f27ea60 rpc: remove all address type alias in lookupKeyScope
    • 78b8743 waddrmgr: use Derive() instead of DeriveNonStandard()
    • 1f05a98 wallet: unblock Lock() when the wallet is shutdown
    Downloads
  • v0.13.109 79bcb8365c

    v0.13.109 Stable

    github-actions[bot] released this 2022-09-13 20:40:06 +02:00 | 49 commits to master since this release

    Changelog

    • f4ba8a0 Revert "wallet: rescan 2 days past the birthday block"
    • 79bcb83 wallet: handle corner cases for reorg
    • b7013bf wallet: revert blockhash properly during reorg
    Downloads
  • v0.13.108 af82460075

    v0.13.108 Stable

    github-actions[bot] released this 2022-08-20 02:04:32 +02:00 | 53 commits to master since this release

    Changelog

    • 40f7d7c prompt: ask birthday for user provided seed
    • d9d257a prompt: minror refactoring
    • af82460 wallet: rescan 2 days past the birthday block
    Downloads
  • v0.13.107 92acdcbfca

    v0.13.107 Stable

    github-actions[bot] released this 2022-08-09 02:54:42 +02:00 | 56 commits to master since this release

    Changelog

    • 92acdcb rpc: reverse the order of listtransactions to align with lbrycrd (2nd attempt)
    Downloads
  • v0.13.106 893a820c65

    v0.13.106 Stable

    github-actions[bot] released this 2022-08-08 10:53:47 +02:00 | 57 commits to master since this release

    Changelog

    • dbb8d19 hack: trating all imported privatekey as non-watchonly
    Downloads
  • v0.13.105 46f4df5a64

    v0.13.105 Stable

    github-actions[bot] released this 2022-08-08 10:26:28 +02:00 | 58 commits to master since this release

    Changelog

    • 3e45c66 Merge pull request #11 from lbryio/roylee17/fix-signrawtransaction
    • eff01c9 Merge pull request #12 from lbryio/roylee17/update-ci-go-version
    • 13a42b3 ci: add tools package to lock Go tooling versions
    • 2428b38 ci: run "make fmt"
    • 610ec20 ci: run "make fmt"
    • 2e95c14 ci: update github Worflow, and Go 1.19
    • 0c2b218 ci: update github Worflow, and Go 1.19
    • c21be77 configs: updated docs/comments about disabling tls for remote connections
    • 18b605c mod: update go dependencies
    • fd92031 rpc: handle "input not found" case in signrawtransaction
    • 46f4df5 rpc: reverse the order of listtransactions to align with lbrycrd
    Downloads
  • v0.13.104 d1700f2658

    v0.13.104 Stable

    github-actions[bot] released this 2022-07-27 19:32:52 +02:00 | 69 commits to master since this release

    Changelog

    • d1700f2 rpc: allow listtransaction take "default" as account
    • be9df55 rpc: remove deprecated rpc "move" and "setaccount"
    Downloads
  • v0.13.103 9d812ab865

    v0.13.103 Stable

    github-actions[bot] released this 2022-07-12 01:22:35 +02:00 | 71 commits to master since this release

    Changelog

    • 9d812ab [lbry] config: allow non-localhost connections with TLS disabled
    Downloads