Files
lightning/common
Rusty Russell 36a2491a89 json: fix up msat amounts in non-_msat fields.
We had json_add_amount_msat_only(), which was designed to be used to
print out msat fields, if we had sats.

However, we misused it, so split it into the three different cases:
1. json_add_amount_sat_msat: We are using it correctly, with a field called
   xxx_msat.
2. json_add_amount_sats_deprecated: We were using it wrong, so deprecate
   the old field and create a new one which does end in _msat.
3. json_add_sats: we were using it to hand sats as a JSON parameter to an
   interface, where "XXXsat".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Deprecated: Plugins: `rbf_channel` and `openchannel2` hooks `their_funding` (use `their_funding_msat`)
Changelog-Deprecated: Plugins: `openchannel2` hook `dust_limit_satoshis` (use `dust_limit_msat`)
Changelog-Deprecated: Plugins: `openchannel` hook `funding_satoshis` (use `funding_msat`)
Changelog-Deprecated: Plugins: `openchannel` hook `dust_limit_satoshis` (use `dust_limit_msat`)
Changelog-Deprecated: Plugins: `openchannel` hook `channel_reserve_satoshis` (use `channel_reserve_msat`)
Changelog-Deprecated: Plugins: `channel_opened` notification `amount` (use `funding_msat`)
Changelog-Deprecated: JSON-RPC: `listtransactions` `msat` (use `amount_msat`)
Changelog-Deprecated: Plugins: `htlc_accepted` `forward_amount` (use `forward_msat`)
2022-06-21 06:52:35 +09:30
..
2021-12-28 04:42:42 +10:30
2021-12-28 04:42:42 +10:30
2021-11-14 18:49:46 +01:00
2020-09-23 16:30:36 +09:30
2020-04-04 16:08:49 +10:30
2021-10-10 13:22:29 +02:00
2020-04-04 16:08:49 +10:30
2020-04-04 16:08:49 +10:30
2022-04-02 09:40:18 +10:30
2022-04-02 09:40:18 +10:30
2021-12-30 14:36:55 +10:30
2020-02-05 14:19:12 +01:00
2018-02-08 22:49:34 +01:00
2022-02-27 07:44:26 +10:30
2020-01-23 16:17:42 +10:30
2022-01-20 15:24:06 +10:30
2022-01-20 15:24:06 +10:30
2019-04-16 21:22:13 +00:00
2022-01-20 15:24:06 +10:30
2020-10-20 12:50:31 +10:30
2021-10-15 12:09:36 +02:00
2021-10-15 12:09:36 +02:00