Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 844 Bytes

CHANGELOG-latest.md

File metadata and controls

15 lines (11 loc) · 844 Bytes

[2.0.0] - 2022-05-02

Changed

  • Added Chia v2 db support for single wallet lookups. Big thanks to https://github.com/WarutaShinken for helping with v2 support, fork updates and testing!
  • Refactored Silo Wallet to make future changes easier for the user.
  • Replaced forks.yaml with blockchains.yaml
  • Global default settings to locate the DB and units (mojo_per_coin) as found in chia/cmds/units.py
  • Per fork mojo_per_coin: 9 if it's different than the default 10 ** 12 units (defaults are now in the settings block).
  • Per fork db_path: <path to temp location> and udpate paths as needed.

Fixed