File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ ## [ 0.24.0]
3+
4+ ### Session Persister
5+
6+ - Update to payjoin-0.24.0
7+ - Replace PersisterTrait with SessionPersister Trait [ #750 ] ( https://github.com/payjoin/rust-payjoin/pull/750 ) [ #789 ] ( https://github.com/payjoin/rust-payjoin/pull/789 )
8+ - 0.24 name audit [ #803 ] ( https://github.com/payjoin/rust-payjoin/pull/803 ) , [ #810 ] ( https://github.com/payjoin/rust-payjoin/pull/810 )
9+ - Sender Session Events [ #777 ] ( https://github.com/payjoin/rust-payjoin/pull/777 )
10+ - Receiver Session Events [ #760 ] ( https://github.com/payjoin/rust-payjoin/pull/760 )
11+ - Replace Persister with SessionPersister for v2 Sender [ #789 ] ( https://github.com/payjoin/rust-payjoin/pull/789 )
12+ - Expose fallback tx off receiver session history [ #799 ] ( https://github.com/payjoin/rust-payjoin/pull/799 )
13+ - Sender session history fallback [ #805 ] ( https://github.com/payjoin/rust-payjoin/pull/805 )
14+ - Remove storage error wrapper [ #781 ] ( https://github.com/payjoin/rust-payjoin/pull/781 )
15+ - Move extract_fallback_tx to MaybeInputsOwned [ #801 ] ( https://github.com/payjoin/rust-payjoin/pull/801 )
16+
17+ ### Misc.
18+
19+ - Fix setup.py BIP number typo in description [ #709 ] ( https://github.com/payjoin/rust-payjoin/pull/709 )
20+ - Remove unused Python callback classes [ #725 ] ( https://github.com/payjoin/rust-payjoin/pull/725 )
21+ - README fixes [ #732 ] ( https://github.com/payjoin/rust-payjoin/pull/732 )
22+ - Update links to reference BIP-77 document [ #733 ] ( https://github.com/payjoin/rust-payjoin/pull/733 )
23+ - Remove unused imports in python int. tests [ #779 ] ( https://github.com/payjoin/rust-payjoin/pull/779 )
24+ - Propagate error on loading Receiver [ #720 ] ( https://github.com/payjoin/rust-payjoin/pull/720 )
25+ - Upgrade setuptools [ #704 ] ( https://github.com/payjoin/rust-payjoin/pull/704 )
26+
127## [ 0.23.0]
228
329- Update to payjoin-0.23.0
Original file line number Diff line number Diff line change 11[package ]
22name = " payjoin-ffi"
3- version = " 0.23 .0"
3+ version = " 0.24 .0"
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66exclude = [" tests" ]
You can’t perform that action at this time.
0 commit comments