Skip to content

Releases: lbryio/lbcwallet

v0.13.102

07 Jul 04:55
Compare
Choose a tag to compare

Changelog

  • b4a9f5f [lbry] version: bump lbcd depencency to include version handling fix

v0.13.101

07 Jul 02:30
Compare
Choose a tag to compare

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

v0.13.100-alpha.1

15 Jun 00:14
Compare
Choose a tag to compare

Changelog

  • 444fc83 [lbry] fee: update getinfo.paytxfee to 0

v0.13.100-alpha.0

24 May 19:43
Compare
Choose a tag to compare

Changelog

  • e74c393 Fixed a bug where unconfirmed txn notifications were missing a label
  • 6f4c9ce Merge pull request btcsuite#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