Skip to content

Commit 5e091fb

Browse files
committed
Incrementing vdf, pos, and bip158
1 parent 895cbb9 commit 5e091fb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

electron-wix/blockchain/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ And then click on the "Chia Wallet" icon on the Desktop or in the Start Menu.
3434
For more usage information try:
3535
The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
3636
The chia-blockchain repo wiki - https://github.com/Chia-Network/chia-blockchain/wiki
37+
38+
For assistance join us on Keybase in the #testnet chat channel
39+
https://keybase.io/team/chia_network.public

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"aiosqlite==0.11.0", # asyncio wrapper for sqlite, to store blocks
1111
"aiohttp==3.6.2", # HTTP server for full node rpc
1212
"colorlog==4.1.0", # Adds color to logs
13-
"chiavdf==0.12.7", # timelord and vdf verification
14-
"chiabip158==0.13", # bip158-style wallet filters
15-
"chiapos==0.12.6", # proof of space
13+
"chiavdf==0.12.8", # timelord and vdf verification
14+
"chiabip158==0.14", # bip158-style wallet filters
15+
"chiapos==0.12.7", # proof of space
1616
"sortedcontainers==2.1.0", # For maintaining sorted mempools
1717
"websockets==8.1.0", # For use in wallet RPC and electron UI
1818
"clvm-tools==0.1.1", # clvm compiler tools

0 commit comments

Comments
 (0)