Skip to content

v0.13.110-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 06:21
· 42 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