Up to chiavdf 0.13.3
This commit is contained in:
parent
285b44939c
commit
229703ac9e
2 changed files with 7 additions and 1 deletions
|
@ -10,10 +10,16 @@ for setuptools_scm/PEP 440 reasons.
|
|||
|
||||
### Added
|
||||
|
||||
- We now use our own faster primarily test based on Baillie-PSW. The new primality test is based on the 2020 paper ["Strengthening the Baillie-PSW primality test" by Robert Baillie, Andrew Fiori, Samuel S. Wagstaff Jr](https://arxiv.org/abs/2006.14425). The new test works approximately 20% faster than GMP library's mpz_probab_prime_p() function when generating random 1024-bit primes.
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved mempool parsing perfromance in node.
|
||||
|
||||
### Fixed
|
||||
|
||||
- There was a bug in adding a sub block to weight proofs.
|
||||
|
||||
## [1.0beta23] aka Beta 1.23 - 2021-01-26
|
||||
|
||||
### Added
|
||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup
|
|||
dependencies = [
|
||||
"aiter==0.13.20191203", # Used for async generator tools
|
||||
"blspy==0.3.1", # Signature library
|
||||
"chiavdf==0.13.2", # timelord and vdf verification
|
||||
"chiavdf==0.13.3", # timelord and vdf verification
|
||||
"chiabip158==0.17", # bip158-style wallet filters
|
||||
"chiapos==0.12.41", # proof of space
|
||||
"clvm==0.7",
|
||||
|
|
Loading…
Reference in a new issue