Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v0.22.1] multi: Switch to chaincfg/chainhash module. #1851

Merged
merged 3 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ User visible changes for btcd
A full-node bitcoin implementation written in Go
============================================================================

Changes in 0.22.1 (Wed Apr 27 2022)
- Notable developer-related package changes:
- Update to use chaincfg/chainhash module and remove conflicting
package
- Contributors (alphabetical order):
- Dave Collins


Changes in 0.22.0 (Tue Jun 01 2021)
- Protocol and network-related changes:
- Add support for witness tx and block in notfound msg (#1625)
Expand Down
41 changes: 0 additions & 41 deletions chaincfg/chainhash/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions chaincfg/chainhash/doc.go

This file was deleted.

128 changes: 0 additions & 128 deletions chaincfg/chainhash/hash.go

This file was deleted.

196 changes: 0 additions & 196 deletions chaincfg/chainhash/hash_test.go

This file was deleted.

Loading