Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Jun 2, 2022
1 parent eb33cb1 commit 086d922
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Changelog(Bitcoin.Net).md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 086d922

Please sign in to comment.