|
@@ -6,11 +6,14 @@
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
### Fixed
|
|
### Fixed
|
|
|
|
+- cdk: proof matches conditions was not matching payment conditions correctly ([thesimplekid]).
|
|
|
|
+- cdk: Updating mint_url would remove proofs when we want to keep them ([ok300]).
|
|
### Changed
|
|
### Changed
|
|
- Updated MSRV to 1.75.0 ([thesimplekid]).
|
|
- Updated MSRV to 1.75.0 ([thesimplekid]).
|
|
- cdk-sqlite: Do not use `UPDATE OR REPLACE` ([crodas]).
|
|
- cdk-sqlite: Do not use `UPDATE OR REPLACE` ([crodas]).
|
|
- cdk: Refactor keyset init ([lollerfirst]).
|
|
- cdk: Refactor keyset init ([lollerfirst]).
|
|
- Feature-gated lightning backends (CLN, LND, LNbits, FakeWallet) for selective compilation ([thesimplekid]).
|
|
- Feature-gated lightning backends (CLN, LND, LNbits, FakeWallet) for selective compilation ([thesimplekid]).
|
|
|
|
+- cdk-sqlite: update sqlx to 0.7.4 ([benthecarman]).
|
|
### Added
|
|
### Added
|
|
- Added redb feature to mintd in order to meet MSRV target ([thesimplekid]).
|
|
- Added redb feature to mintd in order to meet MSRV target ([thesimplekid]).
|
|
- cdk-sqlite: In memory sqlite database ([crodas]).
|
|
- cdk-sqlite: In memory sqlite database ([crodas]).
|
|
@@ -20,6 +23,7 @@
|
|
- Added optional "amount" and "unit" fields to MintQuoteBolt11Response [NUT Change](https://github.com/cashubtc/nuts/pull/235) ([thesimplekid]).
|
|
- Added optional "amount" and "unit" fields to MintQuoteBolt11Response [NUT Change](https://github.com/cashubtc/nuts/pull/235) ([thesimplekid]).
|
|
- Compile-time error when no lightning backend features are enabled ([thesimplekid]).
|
|
- Compile-time error when no lightning backend features are enabled ([thesimplekid]).
|
|
- Add support for sqlcipher ([benthecarman]).
|
|
- Add support for sqlcipher ([benthecarman]).
|
|
|
|
+- Payment processor ([thesimplekid]).
|
|
### Removed
|
|
### Removed
|
|
- Remove support for Memory Database in cdk ([crodas]).
|
|
- Remove support for Memory Database in cdk ([crodas]).
|
|
- Remove `AmountStr` ([crodas]).
|
|
- Remove `AmountStr` ([crodas]).
|