Skip to content

Commit

Permalink
Add final bls-signatures and set CHANGELOG for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Jul 16, 2020
1 parent 2daa7f5 commit 84e6a4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ for setuptools_scm/PEP 440 reasons.

## [Unreleased]

## [1.0beta8] aka Beta 1.8 - 2020-07-16

### Added

- We have released a new plot file format. We believe that plots made in this
Expand Down Expand Up @@ -82,6 +84,7 @@ farmer and full node protocols.
- HD keys now use EIP 2333 format instead of BIP32, for compatibility with
other chains.
- Keys are now derived with the EIP 2334 (m/12381/8444/a/b).

- Removed the ability to pass in sk_seed to plotting, to increase security.
- Linux builds of chiavdf and blspy now use a fresh build of gmp 6.2.1.

Expand All @@ -104,6 +107,12 @@ versions after a release tag.
- All plots generated before Beta 1.8 are no longer compatible with testnet and
should be deleted.

### Known Issues
- For Windows users on pre Haswell CPUs there is a known issue that causes
"Given G1 element failed g1_is_valid check" when attempting to generate
keys. This is a regression from our previous fix when it was upstreamed into
relic. We will make a patch available for these systems shortly.

## [1.0beta7] aka Beta 1.7 - 2020-06-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

dependencies = [
"aiter==0.13.20191203", # Used for async generator tools
"blspy==0.1.30", # Signature library
"blspy==0.2.0", # Signature library
"chiavdf==0.12.22", # timelord and vdf verification
"chiabip158==0.15", # bip158-style wallet filters
"chiapos==0.12.23", # proof of space
Expand Down

0 comments on commit 84e6a4d

Please sign in to comment.