Skip to content

0.18.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 20:09
· 68 commits to master since this release
d40e8db

Migration

  • Wallet databases are now stored in the /wallets subdirectory of the data dir. To use old wallet databases with 0.18.2, move <WALLET_NAME>.redb files into the /wallets subdirectory of the data dir. Currently, the only information stored in wallet databases are pending etchings.

Changed

  • Store wallets in /wallets subdir of data dir (#3553 by casey)
  • Remove /runes/balances page (#3555 by lugondev)
  • Forbid etching below rune activation height (#3523 by casey)

Added

Misc