File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog for hydra-invoices
22
3+ ## 0.0.3.0
4+
5+ * Change hashing algorithm from ` SHA256 ` to ` Blake2b_256 ` .
6+
37## 0.0.2.0
48
59* Use ` Value ` instead of ` TxOutValue ` in ` StandardInvoice `
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22name : hydra-invoices
3- version : 0.0.2 .0
3+ version : 0.0.3 .0
44synopsis : Invoice types and functions for Hydra lightning payments.
55description : Invoice types and functions for Hydra lightning payments.
66category : Cardano
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ newtype PreImage = UnsafePreImage {fromPreImage :: BS.ByteString}
3131 deriving stock (Show , Eq )
3232
3333type PaymentId :: Type
34- newtype PaymentId = UnsafePaymentId { fromPaymentId :: Crypto. Hash Crypto. SHA256 BS. ByteString}
34+ newtype PaymentId = UnsafePaymentId { fromPaymentId :: Crypto. Hash Crypto. Blake2b_256 BS. ByteString}
3535
3636type StandardInvoice :: Type
3737type StandardInvoice = Invoice PaymentId (Address ShelleyAddr ) Value UTCTime
You can’t perform that action at this time.
0 commit comments