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

v082 deprecations #3603

Merged
merged 5 commits into from
Mar 30, 2020
Merged

Conversation

rustyrussell
Copy link
Contributor

Not everything was in the Deprecated section of the changelog, so did a grep sweep.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: JSON: `sendpay` `description` parameter removed (renamed to `label` in 0.7.0).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: JSON: `fundchannel` and `fundchannel_start` `satoshi` parameter removed (renamed to `amount` in 0.7.3).
…wasn't sent

So we can't tell people they should use amount, until v0.8.2 is
released.  Another 6 months before we can deprecated the 'satoshi'
field here :(

Fixes: d149ba2
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Fixed: JSON: `fundchannel_start` returns `amount` even when deprecated APIs are enabled.
Changelog-Deprecated: JSON: `fundchannel_start` `satoshi` field really deprecated now (use `amount`).
…` and `localfeatures`

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: JSON: `listnodes` `globalfeatures` output (`features` since in 0.7.3).
Changelog-Removed: JSON: `listpeers` `localfeatures` and `globalfeatures` output (`features` since in 0.7.3).
Changelog-Removed: JSON: `peer_connected` hook `localfeatures` and `globalfeatures` output (`features` since in 0.7.3).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Removed: JSON: `close` `force` parameter removed (deprecated in 0.7.2.1)
@cdecker
Copy link
Member

cdecker commented Mar 30, 2020

ACK 1649a72

Checked against the plugin repository 👍

@cdecker cdecker merged commit 5d46204 into ElementsProject:master Mar 30, 2020
cdecker added a commit to cdecker/lightning that referenced this pull request Apr 6, 2020
While we removed the `satoshi` param in ElementsProject#3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This removes that shim and fixes up the help text. Notice that
technically the help text changes the param name, but since it was internally
always called `amount` this change doesn't break the API, the help was just
wrong.
cdecker added a commit to cdecker/lightning that referenced this pull request Apr 6, 2020
While we removed the `satoshi` param in ElementsProject#3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This fixes up the help text. Notice that technically the help text
changes the param name, but since it was internally always called `amount`
this change doesn't break the API, the help was just wrong.
cdecker added a commit to cdecker/lightning that referenced this pull request Apr 8, 2020
While we removed the `satoshi` param in ElementsProject#3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This fixes up the help text. Notice that technically the help text
changes the param name, but since it was internally always called `amount`
this change doesn't break the API, the help was just wrong.
cdecker added a commit to cdecker/lightning that referenced this pull request Apr 9, 2020
While we removed the `satoshi` param in ElementsProject#3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This fixes up the help text. Notice that technically the help text
changes the param name, but since it was internally always called `amount`
this change doesn't break the API, the help was just wrong.
rustyrussell pushed a commit that referenced this pull request Apr 10, 2020
While we removed the `satoshi` param in #3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This fixes up the help text. Notice that technically the help text
changes the param name, but since it was internally always called `amount`
this change doesn't break the API, the help was just wrong.
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.

2 participants