Bump chiavdf version.
This commit is contained in:
parent
9d0ac4182a
commit
075465c179
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ dependencies = [
|
||||||
"aiosqlite==0.11.0", # asyncio wrapper for sqlite, to store blocks
|
"aiosqlite==0.11.0", # asyncio wrapper for sqlite, to store blocks
|
||||||
"aiohttp==3.6.2", # HTTP server for full node rpc
|
"aiohttp==3.6.2", # HTTP server for full node rpc
|
||||||
"colorlog==4.1.0", # Adds color to logs
|
"colorlog==4.1.0", # Adds color to logs
|
||||||
"chiavdf==0.12.1", # timelord and vdf verification
|
"chiavdf==0.12.2", # timelord and vdf verification
|
||||||
"chiabip158==0.12", # bip158-style wallet filters
|
"chiabip158==0.12", # bip158-style wallet filters
|
||||||
"chiapos==0.12.2", # proof of space
|
"chiapos==0.12.2", # proof of space
|
||||||
"sortedcontainers==2.1.0", # For maintaining sorted mempools
|
"sortedcontainers==2.1.0", # For maintaining sorted mempools
|
||||||
|
|
Loading…
Reference in New Issue