Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
65065566
Topic
5224578
Board
Project Development
Re: Denovo (v 0.8.0) and Bitcoin.Net (v 0.27.0) 2025-02-08
by
Coding Enthusiast
on
15/02/2025, 13:39:36 UTC
Bitcoin.Net version 0.27.0
[Full Changelog]
Intruducd a new SPV clint (can sync headers for now, fetching history and UTXOs need more work)
Add new properties to (I)Chain to let the user get header count, header tip and be notified of new blocks
PoW rules are updated for TestNet3 and RegTest
Introduced TestNet4 (BIP-94)
[BreakingChange] Everything containing
TestNet
including
NetworkType
is renamed to
TestNet3
for clarity
DNS seeds are now part of the Constants
Add some new and useful methods to mnemonic and path related classes
Some bug fixes and code improvements
Denovo version 0.8.0
[Full Changelog](
https://github.com/Autarkysoft/Denovo/compare/B0.22.0.0...B0.27.0.0
)
Upgrade dotnet to 8.0 and Avalonia UI to 11.x and of course the new Bitcoin.Net
Significantly improve TestNet miner to handle both v3 and v4 networks and allow user to set CPU core count and enter transactions to be included in the block being mined
Introduce a MessageBox
Some code improvement and cleanup