known issues, lock init.py to RC5 dir (#1280)

This commit is contained in:
Gene Hoffman
2021-03-13 15:46:43 -08:00
committed by GitHub
parent 4697e39470
commit 808443327d
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -24,6 +24,10 @@ for setuptools_scm/PEP 440 reasons.
- There was a typo in `chia netspace`. Thanks @altendky.
- There was a typo in `chia plots`. Thanks @adamfiddler.
### Known Issues
- Some users can't plot in the GUI in MacOS Big Sur - especially on M1. See issue [1189](https://github.com/Chia-Network/chia-blockchain/issues/1189)
## 1.0rc6 aka Release Candidate 6 - 2020-03-11
### Added
+2 -1
View File
@@ -379,7 +379,8 @@ def chia_init(root_path: Path):
# Starting with RC2 is the first version that used the bech32m addresses
# range current version and 0=version 1
for version_number in range(chia_minor_release_number() - 1, 2, -1):
# for version_number in range(chia_minor_release_number() - 1, 2, -1):
for version_number in range(5, 2, -1):
old_path = Path(os.path.expanduser("~/.chia/1.0rc%s" % version_number))
print(f"Checking {old_path}")
# This is reached if the user has updated the application, and therefore a new configuration