You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
7
for setuptools_scm/PEP 440 reasons.
8
8
9
+
## 1.2.10 Chia blockchain 2021-10-25
10
+
11
+
We have some great improvements in this release: We launched our migration of keys to a common encrypted keyring.yaml file, and we secure this with an optional passphrase in both GUI and CLI. We've added a passphrase hint in case you forget your passphrase. More info on our [wiki](https://github.com/Chia-Network/chia-blockchain/wiki/Passphrase-Protected-Chia-Keys-and-Key-Storage-Migration). We also launched a new Chialisp compiler in clvm_tools_rs which substantially improves compile time for Chialisp developers. We also addressed a widely reported issue in which a system failure, such as a power outage, would require some farmers to sync their full node from zero. This release also includes several other improvements and fixes.
12
+
13
+
### Added
14
+
15
+
- Added support for keyring migration from keychain, and the addition of passphrase support. Learn more at our [wiki](https://github.com/Chia-Network/chia-blockchain/wiki/Passphrase-Protected-Chia-Keys-and-Key-Storage-Migration).
16
+
- Enabled experimental use of a new Chialisp compiler in clvm_tools_rs in chia-blockchain, which is off by default, and substantially improves compile time.
17
+
- Added Windows PowerShell scripts to support installation from source.
18
+
- Added a test to check that we don't reorg subslots unless there is a new peak.
19
+
- Added harvester info to farmer logging.
20
+
- Add 'points found 24h' to CLI reporting.
21
+
- Added an alternative to pkm_pairs_for_conditions_dict() which is a bit more straightforward and returns the public keys and messages in the forms we need them to validate them.
22
+
- Added ability to see unopenable plots at the end of plots check.
23
+
- Added Program.at utility function.
24
+
25
+
### Changed
26
+
27
+
- Truncate points_[found,acknowledged]_24h to 24 hours at each signage point.
28
+
- Improved reliability of test_farmer_harvester_rpc.py, by increasing the interval between harvester checks, which should avoid spamming logs with excessive plot refreshing and cache updates.
29
+
- Thanks @cross for change that allows using IPv6 address in config.yaml for remote harvesters and other chia services.
30
+
- Change to stop creating unused indexes in block_records and full_blocks tables.
31
+
- Removed unnecessary index in CoinStore & add additional benchmarks.
32
+
- Changed db_sync setting to default to FULL. In a prior release, this setting caused some users to have to resync their full node from zero if the node went offline, such as in a power outage. Users can change this to OFF in config.yaml.
33
+
- Updated the coin_store benchmark to enable synchronous mode when talking to the DB, since that's the default now, and improves the output a bit.
34
+
- Updated the old comment on chia/util/streamable.py with newer developer documentation.
35
+
- Minor GUI changes based on community feedback.
36
+
- Thanks @jack60612 for your help in improving our GUI code, including upgrading to electron 13, migration to electron remote, updating the latest dependencies, and more.
37
+
38
+
### Fixed
39
+
40
+
- Corrected a super-linter name typo to GitHub
41
+
- Thanks @sharjeelaziz for correcting our typo in your name. Our apologies for the error!
42
+
- In macOS builds, changed the export value of NOTARIZE to fix some build failures.
43
+
- Fix log output for duplicated plots.
44
+
- Removed a flaky mtime check for plots that resolved an issue where file_path.stat() shows multiple copies of plots and slows performance of the farmer. Thanks @timporter for the assist on this one.
45
+
- Thanks @jcteng for fixing a bug on the Chia DID wallet that showed 'mojo:'' instead of 'mojo'.
0 commit comments