All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed
BitcoinKernelfacade package andKernelLibraryfluent builder; consumers now use the managed API directly - Renamed package/namespaces from
BitcoinKernel.CoretoBitcoinKernel Chainclass moved fromBitcoinKernel.AbstractionstoBitcoinKernel.Chain; importusing BitcoinKernel.Chain;to access itBitcoinKernel.Abstractionsnamespace renamed toBitcoinKernel.Primitives; update anyusing BitcoinKernel.Abstractions;imports accordinglyLoggingConnectionmoved from the global namespace intoBitcoinKernel; addusing BitcoinKernel;if not already present
- Examples rewritten to use the managed API directly without the fluent builder
- Kernel bindings test handler for conformance testing
- Support for block validation and chain management in examples
- Improved project documentation and examples
- N/A
- Minor bug fixes and stability improvements
- N/A
Initial pre-release version with basic functionality.
Note: This library is still in early development. Version 0.1.x releases are pre-release and not recommended for production use.