chiavdf==1.0.8 (#13805)

https://github.com/Chia-Network/chiavdf/compare/1.0.7..1.0.8

The inspiration specifically is that 1.0.7 has a single threaded `mpir.dll` included.  This was being trompled by the multithreadded copy from `blspy` in normal installs.  Over in the poetry PR the ordering was different resulting in failures.  https://github.com/Chia-Network/chia-blockchain/actions/runs/3382221967/jobs/5616952939
This commit is contained in:
Kyle Altendorf 2022-11-10 20:56:25 -05:00 committed by GitHub
parent 978c3708aa
commit a9c9f83ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from setuptools import setup
dependencies = [
"aiofiles==22.1.0", # Async IO for files
"blspy==1.0.16", # Signature library
"chiavdf==1.0.7", # timelord and vdf verification
"chiavdf==1.0.8", # timelord and vdf verification
"chiabip158==1.1", # bip158-style wallet filters
"chiapos==1.0.11", # proof of space
"clvm==0.9.7",