All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
2.0.0 - 2022-05-02
- 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
withblockchains.yaml
- Global default settings to locate the DB and units (
mojo_per_coin
) as found inchia/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.
- Multiple fork/blockchain default fixes.
- Spare: Spare devs (https://github.com/Spare-Network/spare-blockchain) may have dropped the project and community took over (https://github.com/Spare-Community/spare-blockchain/)
1.0.1 - 2022-02-10
- Fixed error in parsing CATs API output.
- barn.py might not work on Windows out of the box
1.0.0 - 2022-02-06
- Added
barn.py --herd-cats
to update the Chia light wallet "CAT WALLET" to the real CAT symbol + name.
0.2.1 - 2021-10-30
- Fixed mainnet Silicoin directory in
forks.yaml
(.silicoin
=>.sit
).
0.2.0 - 2021-10-28
- Thank you to https://github.com/WarutaShinken/silo-wallet for keeping up with the Chia fork ecosphere. This update attempts to catchup to the latest forks.
- Added the following forks via forks.yaml
- stor
- goji
- olive
- btcgreen
- mint
- goldcoin
- mogua
- tranzact
- pipscoin
- stai
- salvia
- skynet
- venidium
- aedge
- kujenga
- Added support for STAI (staicoin) (1 billion mojo instead of 1 trillion).
- Added support for Skynet testnet (TXNT) #9
- Added support for Fishery units
- Fixed Beer directory in
forks.yaml
(.beer
=>.beernetwork
). - Fixed/Renamed Fishery directory in directory in
forks.yaml
(.fxxkfork
=>.fishery
)
0.1.9 - 2021-08-25
- Added
cryptodoge
fork support via forks.yaml
0.1.8 - 2021-08-15
- Added
achi
fork support via forks.yaml
- Fixed forks.yaml parsing to avoid false positive results by searching from the beginning of the wallet address.
0.1.7 - 2021-08-11
- Added
thyme
andfxxkfork
fork support via forks.yaml - Added
fxxkfork
unit support (10**9)
0.1.6 - 2021-08-06
- Added
beer
fork support via forks.yaml
0.1.5 - 2021-07-27
- Added
covid
fork support via forks.yaml
0.1.4 - 2021-07-26
- Added
shamrock
fork support via forks.yaml
0.1.3 - 2021-07-24
- Added
maize
fork support via forks.yaml
0.1.2 - 2021-07-23
- Fixed Chives(XCC) units of measure and fixed the unit naming.
- Added
chives
andfork
:eyeroll: fork support via forks.yaml
0.1.1 - 2021-07-23
- Added
cannabis
fork support via forks.yaml
- Fixed formatting for all units now using 12 instead of 13 as it should be.
0.1.0 - 2021-07-21
- Fixed ChiaRose units of measure from Trillion to Billion ( https://github.com/snight1983/chia-rosechain/blob/main/chia/cmds/units.py )
0.0.7 - 2021-07-20
- Added
littlelambocoin
andsilicoin
support via forks.yaml
0.0.6 - 2021-07-20
- Added
ssdcoin
support via forks.yaml
0.0.5 - 2021-07-20
- Added
tad
andapple
support via forks.yaml
0.0.4 - 2021-07-19
- Fix silo.py not finding the forks.yaml when silo wallet is executed from a different directory than the project.
0.0.3 - 2021-07-19
- Added
socks
andcactus
support via forks.yaml
0.0.2 - 2021-07-15
- Added 4 more new forks
0.0.1 - 2021-07-15
- The initial release of the project.