mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
known issues, lock init.py to RC5 dir (#1280)
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user