Releases: gudnuf/bolt12-prism
Releases · gudnuf/bolt12-prism
Prism v3.0
This release includes BREAKING CHANGES to the API. We Changed method names to be more consistent with the Core Lightning plugin ecosystem and to be more explicit in meaning.
We have also updated the DB schema version. This makes existing DB records INCOMPATIBLE with this version. As a result, we recommend you running prism-list and prism-bindinglist before you run the upgrade to this version of the prism plugin. Once upgraded, recreate your prisms and bindings. Future versions of the prism plugin will have schema upgrade logic to avoid having to recreate these records.
What's Changed
- BTCPP24 by @farscapian in #93
- Fix Binding Outlay Tracking, update API as a result by @farscapian in #97
- Update prism_member_payouts by @farscapian in #100
- Remove BOLT11 Receiving Support; Remove Python 3.8 from CI by @farscapian in #102
- Api and UI updates by @farscapian in #108
- add license by @gudnuf in #111
Full Changelog: https://github.com/gudnuf/bolt12-prism/commits/v3.0.0
Prism v2.0
What's Changed
- offer_id by @Harshal662 in #21
- remove unique id, offer_id is sufficient by @gudnuf in #22
- Updateprism by @gudnuf in #28
- Update and rename the restart script by @gudnuf in #26
- Add docstrings to methods. by @farscapian in #33
- remove some log statements by @gudnuf in #35
- check for onchain funds, and create offer_pay script by @gudnuf in #36
- add uuid to each member on createprism by @gudnuf in #38
- Outlay by @gudnuf in #46
- log a json string whenever payments fail by @gudnuf in #49
- Add version to prisms. by @farscapian in #51
- Update README.md by @gudnuf in #56
- Prism-v2 by @farscapian in #70
- The last smorgasbord PR by @farscapian in #73
- Add latest flake + jupyter notebooks by @gudnuf in #74
- remove member outlay by @gudnuf in #75
- Add prism-delete. by @farscapian in #76
- Pay outlays by @farscapian in #77
- Prism API Updates by @farscapian in #80
- Timestamps by @farscapian in #82
- Add initial pytest framework. by @farscapian in #84
- more tests and CI by @daywalker90 in #89
New Contributors
- @Harshal662 made their first contribution in #21
- @daywalker90 made their first contribution in #89
Full Changelog: https://github.com/gudnuf/bolt12-prism/commits/v2.0.0