-
Notifications
You must be signed in to change notification settings - Fork 44
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
C-lightning deprecations #35
Comments
@darosior thanks for letting me know. |
Note: you should always test with "enable-deprecated-apis=false" (but ship without that!) so you'll find things when we deprecate it, not 6 months later when we remove it! |
@jamaljsr @kaloudis @ShahanaFarooqui |
@saubyk thanks for the heads up 👍 |
Closing this ticket. As deprecations are addressed. |
Hi,
For your interest ElementsProject/lightning#3603 removes some fields in the API which have been deprecated for several (6 iirc) months.
Namely:
description
field insendpay
.satoshi
field infundchannel_start
(nowamount
). Note also this commit ElementsProject/lightning@49e2153 .localfeatures
andglobalfeatures
fields inlistnodes
,listpeers
,peer_connected
.force
bool inclose
.Since now RTL relies on your wrapper, just wanted you to know ! 😃
The text was updated successfully, but these errors were encountered: