core-lightning/hsmd/hsm_wire.csv
Rusty Russell 1e6eabf018 developer: add --dev-force-channel-secrets.
We don't have this on a per-channel basis (yet), but it's sufficient for testing
now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-17 12:55:37 -05:00

6.8 KiB

1# Clients should not give a bad request but not the HSM's decision to crash.
2hsmstatus_client_bad_request,1000
3hsmstatus_client_bad_request,,id,struct node_id
4hsmstatus_client_bad_request,,description,wirestring
5hsmstatus_client_bad_request,,len,u16
6hsmstatus_client_bad_request,,msg,len*u8
7#include <bitcoin/chainparams.h>
8# Start the HSM.
9hsm_init,11
10hsm_init,,bip32_key_version,struct bip32_key_version
11hsm_init,,dev_force_privkey,?struct privkey
12hsm_init,,dev_force_bip32_seed,?struct secret
13hsm_init,,dev_force_channel_secrets,?struct secrets
14hsm_init,,dev_force_channel_secrets_shaseed,?struct sha256
15#include <common/bip32.h>
16hsm_init_reply,111
17hsm_init_reply,,node_id,struct node_id
18hsm_init_reply,,bip32,struct ext_key
19# Get a new HSM FD, with the specified capabilities
20hsm_client_hsmfd,9
21hsm_client_hsmfd,,id,struct node_id # Which identity to use for requests
22# Database id for this client, if any.
23hsm_client_hsmfd,,dbid,u64
24hsm_client_hsmfd,,capabilities,u64
25# No content, just an fd.
26hsm_client_hsmfd_reply,109
27#include <common/derive_basepoints.h>
28# Get the basepoints and funding key for this specific channel.
29hsm_get_channel_basepoints,10
30hsm_get_channel_basepoints,,peerid,struct node_id
31hsm_get_channel_basepoints,,dbid,u64
32hsm_get_channel_basepoints_reply,110
33hsm_get_channel_basepoints_reply,,basepoints,struct basepoints
34hsm_get_channel_basepoints_reply,,funding_pubkey,struct pubkey
35# Return signature for a funding tx.
36#include <common/utxo.h>
37# FIXME: This should also take their commit sig & details, to verify.
38hsm_sign_funding,4
39hsm_sign_funding,,satoshi_out,struct amount_sat
40hsm_sign_funding,,change_out,struct amount_sat
41hsm_sign_funding,,change_keyindex,u32
42hsm_sign_funding,,our_pubkey,struct pubkey
43hsm_sign_funding,,their_pubkey,struct pubkey
44hsm_sign_funding,,num_inputs,u16
45hsm_sign_funding,,inputs,num_inputs*struct utxo
46hsm_sign_funding_reply,104
47hsm_sign_funding_reply,,tx,struct bitcoin_tx
48# Master asks the HSM to sign a node_announcement
49hsm_node_announcement_sig_req,6
50hsm_node_announcement_sig_req,,annlen,u16
51hsm_node_announcement_sig_req,,announcement,annlen*u8
52hsm_node_announcement_sig_reply,106
53hsm_node_announcement_sig_reply,,signature,secp256k1_ecdsa_signature
54# Sign a withdrawal request
55hsm_sign_withdrawal,7
56hsm_sign_withdrawal,,satoshi_out,struct amount_sat
57hsm_sign_withdrawal,,change_out,struct amount_sat
58hsm_sign_withdrawal,,change_keyindex,u32
59hsm_sign_withdrawal,,scriptpubkey_len,u16
60hsm_sign_withdrawal,,scriptpubkey,scriptpubkey_len*u8
61hsm_sign_withdrawal,,num_inputs,u16
62hsm_sign_withdrawal,,inputs,num_inputs*struct utxo
63hsm_sign_withdrawal_reply,107
64hsm_sign_withdrawal_reply,,tx,struct bitcoin_tx
65# Sign an invoice
66hsm_sign_invoice,8
67hsm_sign_invoice,,len,u16
68hsm_sign_invoice,,u5bytes,len*u8
69hsm_sign_invoice,,hrplen,u16
70hsm_sign_invoice,,hrp,hrplen*u8
71hsm_sign_invoice_reply,108
72hsm_sign_invoice_reply,,sig,secp256k1_ecdsa_recoverable_signature
73# Give me ECDH(node-id-secret,point)
74hsm_ecdh_req,1
75hsm_ecdh_req,,point,struct pubkey
76hsm_ecdh_resp,100
77hsm_ecdh_resp,,ss,struct secret
78hsm_cannouncement_sig_req,2
79hsm_cannouncement_sig_req,,calen,u16
80hsm_cannouncement_sig_req,,ca,calen*u8
81hsm_cannouncement_sig_reply,102
82hsm_cannouncement_sig_reply,,node_signature,secp256k1_ecdsa_signature
83hsm_cannouncement_sig_reply,,bitcoin_signature,secp256k1_ecdsa_signature
84hsm_cupdate_sig_req,3
85hsm_cupdate_sig_req,,culen,u16
86hsm_cupdate_sig_req,,cu,culen*u8
87hsm_cupdate_sig_reply,103
88hsm_cupdate_sig_reply,,culen,u16
89hsm_cupdate_sig_reply,,cu,culen*u8
90# Master asks HSM to sign a commitment transaction.
91hsm_sign_commitment_tx,5
92hsm_sign_commitment_tx,,peer_id,struct node_id
93hsm_sign_commitment_tx,,channel_dbid,u64
94hsm_sign_commitment_tx,,tx,struct bitcoin_tx
95hsm_sign_commitment_tx,,remote_funding_key,struct pubkey
96hsm_sign_commitment_tx,,funding_amount,struct amount_sat
97hsm_sign_commitment_tx_reply,105
98hsm_sign_commitment_tx_reply,,sig,struct bitcoin_signature
99# Onchaind asks HSM to sign a spend to-us. Four variants, since each set
100# of keys is derived differently...
101# FIXME: Have master tell hsmd the keyindex, so it can validate output!
102hsm_sign_delayed_payment_to_us,12
103hsm_sign_delayed_payment_to_us,,commit_num,u64
104hsm_sign_delayed_payment_to_us,,tx,struct bitcoin_tx
105hsm_sign_delayed_payment_to_us,,wscript_len,u16
106hsm_sign_delayed_payment_to_us,,wscript,wscript_len*u8
107hsm_sign_delayed_payment_to_us,,input_amount,struct amount_sat
108hsm_sign_remote_htlc_to_us,13
109hsm_sign_remote_htlc_to_us,,remote_per_commitment_point,struct pubkey
110hsm_sign_remote_htlc_to_us,,tx,struct bitcoin_tx
111hsm_sign_remote_htlc_to_us,,wscript_len,u16
112hsm_sign_remote_htlc_to_us,,wscript,wscript_len*u8
113hsm_sign_remote_htlc_to_us,,input_amount,struct amount_sat
114hsm_sign_penalty_to_us,14
115hsm_sign_penalty_to_us,,revocation_secret,struct secret
116hsm_sign_penalty_to_us,,tx,struct bitcoin_tx
117hsm_sign_penalty_to_us,,wscript_len,u16
118hsm_sign_penalty_to_us,,wscript,wscript_len*u8
119hsm_sign_penalty_to_us,,input_amount,struct amount_sat
120# Onchaind asks HSM to sign a local HTLC success or HTLC timeout tx.
121hsm_sign_local_htlc_tx,16
122hsm_sign_local_htlc_tx,,commit_num,u64
123hsm_sign_local_htlc_tx,,tx,struct bitcoin_tx
124hsm_sign_local_htlc_tx,,wscript_len,u16
125hsm_sign_local_htlc_tx,,wscript,wscript_len*u8
126hsm_sign_local_htlc_tx,,input_amount,struct amount_sat
127# Openingd/channeld asks HSM to sign the other sides' commitment tx.
128hsm_sign_remote_commitment_tx,19
129hsm_sign_remote_commitment_tx,,tx,struct bitcoin_tx
130hsm_sign_remote_commitment_tx,,remote_funding_key,struct pubkey
131hsm_sign_remote_commitment_tx,,funding_amount,struct amount_sat
132# channeld asks HSM to sign remote HTLC tx.
133hsm_sign_remote_htlc_tx,20
134hsm_sign_remote_htlc_tx,,tx,struct bitcoin_tx
135hsm_sign_remote_htlc_tx,,len,u16
136hsm_sign_remote_htlc_tx,,wscript,len*u8
137hsm_sign_remote_htlc_tx,,amounts_satoshi,struct amount_sat
138hsm_sign_remote_htlc_tx,,remote_per_commit_point,struct pubkey
139# closingd asks HSM to sign mutual close tx.
140hsm_sign_mutual_close_tx,21
141hsm_sign_mutual_close_tx,,tx,struct bitcoin_tx
142hsm_sign_mutual_close_tx,,remote_funding_key,struct pubkey
143hsm_sign_mutual_close_tx,,funding,struct amount_sat
144# Reply for all the above requests.
145hsm_sign_tx_reply,112
146hsm_sign_tx_reply,,sig,struct bitcoin_signature
147# Openingd/channeld/onchaind asks for Nth per_commitment_point, if > 2, gets N-2 secret.
148hsm_get_per_commitment_point,18
149hsm_get_per_commitment_point,,n,u64
150hsm_get_per_commitment_point_reply,118
151hsm_get_per_commitment_point_reply,,per_commitment_point,struct pubkey
152hsm_get_per_commitment_point_reply,,old_commitment_secret,?struct secret
153# master -> hsmd: do you have a memleak?
154hsm_dev_memleak,33
155hsm_dev_memleak_reply,133
156hsm_dev_memleak_reply,,leak,bool
157# channeld asks to check if claimed future commitment_secret is correct.
158hsm_check_future_secret,22
159hsm_check_future_secret,,n,u64
160hsm_check_future_secret,,commitment_secret,struct secret
161hsm_check_future_secret_reply,122
162hsm_check_future_secret_reply,,correct,bool