diff --git a/Changelog(Bitcoin.Net).md b/Changelog(Bitcoin.Net).md index 9dd57ca..9c46bb5 100644 --- a/Changelog(Bitcoin.Net).md +++ b/Changelog(Bitcoin.Net).md @@ -1,6 +1,19 @@ ### Next release [Commits since last release](https://github.com/Autarkysoft/Denovo/compare/B0.18.0.0...master) +### Release 0.20.0 (2022-06-02) +[Full Changelog](https://github.com/Autarkysoft/Denovo/compare/B0.19.0.0...B0.20.0.0) +* Add BIP-30 +* Introduce `Digest256` an immutable struct to store 256-bit hashes +* Breaking change: `BlockHeader` is now an immutable struct +* `Digest256` is used anywhere there is a hash + +### Release 0.19.0 (2022-04-05) +[Full Changelog](https://github.com/Autarkysoft/Denovo/compare/B0.18.0.0...B0.19.0.0) +* Some breaking changes in `(I)Chain`, `(I)BlockVerifier`, `(I)NodeStatus` and `(I)FullClientSettings` +* Fixed many issues during initial block sync +* Various tests, bug fixes and code improvements + ### Release 0.18.0 (2022-03-01) [Full Changelog](https://github.com/Autarkysoft/Denovo/compare/B0.17.0.0...B0.18.0.0) * (From now on `Bitcoin.Net` and `Denovo` are published together) diff --git a/README.md b/README.md index 8c262b9..c57a454 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ are in separate classes. Currently: * Mandatory: [11](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki "M-of-N Standard Transactions"), [13](https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki "Address Format for pay-to-script-hash"), [16](https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki "Pay to Script Hash"), + [30](https://github.com/bitcoin/bips/blob/master/bip-0030.mediawiki "Duplicate transactions"), [31](https://github.com/bitcoin/bips/blob/master/bip-0031.mediawiki "Pong message"), [34](https://github.com/bitcoin/bips/blob/master/bip-0034.mediawiki "Block v2, Height in Coinbase"), [35](https://github.com/bitcoin/bips/blob/master/bip-0035.mediawiki "Mempool message"),