Skip to content
new/ready channel and validate revocation PRs merged authored by dev random's avatar dev random
hsmd_wire.csv:
----------------------------------------------------------------
* We add new HSMD messages:
- `hsmd_new_channel`
- `hsmd_ready_channel`
- [`hsmd_new_channel` / `hsmd_ready_channel`](https://github.com/ElementsProject/lightning/pull/4949) **merged**
- `hsmd_validate_commitment_tx`
- `hsmd_validate_revocation`
- [`hsmd_validate_revocation`](https://github.com/ElementsProject/lightning/pull/4898) **merged**
* We add fields to existing HSMD messages:
- `hsmd_sign_commitment_tx`, `hsmd_sign_remote_commitment_tx`:
* `commit_num`
......
......