You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark does not rely on any of them as far as I recall and I have been testing it with allow-deprecated-apis=false, but I'll make extra sure by testing against the rustyrussell:guilt/v082-deprecations branch.
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
.Just wanted to make sure you were not relying on deprecated behavior before we release the breaking change !
The text was updated successfully, but these errors were encountered: