We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7058b8d commit 81ef225Copy full SHA for 81ef225
setup.py
@@ -10,7 +10,7 @@
10
"aiosqlite==0.11.0", # asyncio wrapper for sqlite, to store blocks
11
"aiohttp==3.6.2", # HTTP server for full node rpc
12
"colorlog==4.1.0", # Adds color to logs
13
- "chiavdf==0.12.8", # timelord and vdf verification
+ "chiavdf==0.12.9", # timelord and vdf verification
14
"chiabip158==0.14", # bip158-style wallet filters
15
"chiapos==0.12.7", # proof of space
16
"sortedcontainers==2.1.0", # For maintaining sorted mempools
0 commit comments