File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ And then click on the "Chia Wallet" icon on the Desktop or in the Start Menu.
3434For more usage information try:
3535The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
3636The 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments