Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post v22.11 deprecation removals #5747

Conversation

rustyrussell
Copy link
Contributor

Nothing major, but this should be merged early so we can hear any complaints!

@rustyrussell rustyrussell added this to the v23.02 milestone Nov 29, 2022
Copy link
Collaborator

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 18498a0

Deprecated v0.11.0.

Changelog-Removed: JSON-RPC: `pay` for a bolt11 which uses a `description_hash`, without setting `description` (deprecated v0.11.0).
Signed-off-by: Rusty Russell <[email protected]>
Changelog-Removed: JSON-RPC: `invoice` `expiry` no longer allowed to be a string with suffix, use an integer number of seconds (deprecated v0.11.0)
Changelog-Removed: JSON-RPC: `fundpsbt`/`utxopsbt` `reserve` must be a number, not bool (deprecated v0.11.0)
Signed-off-by: Rusty Russell <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Changelog-Removed: JSON-RPC: `close` `destination` no longer allows p2pkh or p2sh addresses (deprecated v0.11.0)
We ignored it anyway.

Signed-off-by: Rusty Russell <[email protected]>
Changelog-Removed: JSON-RPC: `sendpay` `route` argument `style` "legacy" (deprecated v0.11.0)
Replaced by `setchannel`.

Signed-off-by: Rusty Russell <[email protected]>
Changlog-Removed: JSON-RPC: `setchannelfee` (deprecated in v0.11.0)
@rustyrussell
Copy link
Contributor Author

Trivial rebase after markdown fix merge on master.

Ack 9cc0a32

@rustyrussell rustyrussell enabled auto-merge (rebase) December 12, 2022 06:31
@rustyrussell rustyrussell merged commit 5b37461 into ElementsProject:master Dec 12, 2022
@NicolasDorier
Copy link
Collaborator

NicolasDorier commented Mar 5, 2023

About 23.02, you did 2afe7a1

Sadly this is a gigantic pain in the ass in BTCPay side, as we are already checking the hash ourselves, and using a common abstraction of many node implementation to support them all. As a result, from 23.02 payment to lightning address or LNURL is broken.

This one mean that we need to change our common interface to satisfy only c-lightning, where we need to pass the description on top of the bolt11.
This is lot's of busy work I'd rather not do.
As such, we are reverting the commit on our own fork, and won't be able to support sending to lnurl and ln address on vanilla c-lightning at this stage. We may change that later if we add BOLT12 support as I guess we'll need to rework our interface at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants