Skip to content

v0.4.16

Latest
Compare
Choose a tag to compare
@LarryRuane LarryRuane released this 29 Jul 17:38
· 42 commits to master since this release

IMPORTANT:

If you haven't done so already (by installing and following the instructions in the release notes of v0.4.14 or v0.4.15), it's necessary to reconstruct the disk cache of compact blocks because the compact block serialization format has changed. (Note, if you've already done so for v0.4.14 or v0.4.15, you don't need to do this again.) To do this:

  1. Shut down lightwalletd
  2. Do either of the following:
    • rm -r /var/lib/lightwalletd/db then start the new lightwalletd (release v0.4.16), or
    • start the new lightwalletd with the option --redownload (this is needed only once, even if lightwalletd stops before it finishes syncing)

This will rebuild the local compact block disk cache. It will take several hours, depending on your hardware and network speed.

Note, if you store the database in a different directory than /var/lib/lightwalletd/db, using the --data-dir option, remove that directory instead.

What's changed since v0.4.13:

  • #443 - Update dockerfile (minimum Golang version is 1.17)
  • #445 - Only pass the limit argument to z_getsubtreesbyindex if maxEntries > 0