Skip to content

Commit

Permalink
Feat: Derive strict encoding for funding transaction (#320)
Browse files Browse the repository at this point in the history
* Feat: Derive strict encoding for funding transaction

* Chore: Update changelog
  • Loading branch information
TheCharlatan authored Dec 28, 2022
1 parent dfeeeb7 commit fc4027b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Derive strict encoding for FundingTx (segwit v0) by @TheCharlatan
([#320](https://github.com/farcaster-project/farcaster-core/pull/320/files))

## [0.6.2] - 2022-12-28

### Added
Expand Down
2 changes: 2 additions & 0 deletions src/bitcoin/segwitv0/funding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ impl Decodable for Funding {
})
}
}

impl_strict_encoding!(Funding);

0 comments on commit fc4027b

Please sign in to comment.