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

interactive tx construction, applied to v2 openchannel #1

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nhops
retransmitted
dev
tradeoff
kiloweight
mixHeader
uint
hopsData
Expand All @@ -32,6 +33,16 @@ decrypting
rhokey
rhoKey
buf
PoDLE
PoDLEs
kJ
kG
sJ
sG
eP
NUMS
JoinMarket
JoinMarket's
millisatoshis
yToX
funder's
Expand Down Expand Up @@ -115,6 +126,31 @@ delayedsig
hopDataSize
I'th
segwit
SegWit
sizeof
varint
tlv
rbf
RBF
accepter
accepter's
subtype
subsubtype
redeemScript
UTXO
utxo
utxos
scriptPubkey
scriptPubKey
scriptPubKeys
RBFs
ack'd
scriptlen
btc
sats
prevoutnum
prevtxid
ints
htlc
htlcs
ChaCha
Expand Down Expand Up @@ -376,3 +412,14 @@ bitmasks
CSPRNG
lexicographically
MINIMALIF
SIGHASH
ANYONECANPAY
cpfp
utxo
txes
csv
CHECKSIGVERIFY
IFDUP
sats
workflow
PUSHDATA
4 changes: 2 additions & 2 deletions 01-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ The 2-byte `len` field indicates the number of bytes in the immediately followin

The channel is referred to by `channel_id`, unless `channel_id` is 0 (i.e. all bytes are 0), in which case it refers to all channels.

The funding node:
The funding node using v1 openchannel:
- for all error messages sent before (and including) the `funding_created` message:
- MUST use `temporary_channel_id` in lieu of `channel_id`.

The fundee node:
The fundee node using v1 openchannel:
- for all error messages sent before (and not including) the `funding_signed` message:
- MUST use `temporary_channel_id` in lieu of `channel_id`.

Expand Down
Loading