You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoin/doc/release-notes-26094.md

645 B

  • The getbalances RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block hash and height at the time the balances were calculated. This result shouldn't be cached because importing new keys could invalidate it.
  • The gettransaction RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block hash and height at the time the transaction information was generated.
  • The getwalletinfo RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block hash and height at the time the wallet information was generated.