7922 Commits (02338a6b25d509417d4dc3581e11c7a1bcbb5caa)
 

Author SHA1 Message Date
Rusty Russell 02338a6b25 pyln.proto.message: add to_py() operation. 4 years ago
Rusty Russell ee76504e53 pyln.proto.message: fix handling of ... with subtypes. 4 years ago
Rusty Russell 2309a7a561 pyln.proto.message: don't leave 'None' in dict for missing fields. 4 years ago
niftynei 431463b57a listfunds: also list reserved outputs 4 years ago
Christian Decker 5bb1fd4205 pyln-proto: Add Makefile targets for releases 4 years ago
Christian Decker 48cee3c3d2 pyln: Bump version to 0.8.2 in order to match with binary distro 4 years ago
Christian Decker 1933cc2523 docs: Fix typo in the `pay` command docs 4 years ago
Christian Decker cbc959ef30 pytest: Mark test_funding_push as network-specific 5 years ago
Rusty Russell aaefbe2e9e pyln.proto.message: fix handling of missing optional fields. 4 years ago
Rusty Russell fd3ea91b44 pyln.proto.message: expose array types, add set_field for Message class. 4 years ago
Rusty Russell f52065201b pyln.proto.message.*: add type annotations. 4 years ago
Rusty Russell da070e73b2 pyln.proto.message.*: Add Makefile to do mypy checks. 4 years ago
Rusty Russell acfeaebb62 pyln.proto.message: allow fields with options to be missing. 4 years ago
Rusty Russell ee6c58cbd5 pyln.proto.message: export more. 4 years ago
Rusty Russell b33dc9847c pyln.proto.message: python-fluency feedback from @darosior 4 years ago
Rusty Russell 8f38bc7230 pyln.proto.message: support adding two namespaces. 4 years ago
Rusty Russell 85bb93618b new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 4 years ago
Rusty Russell 59bb6b90ac pyln: new module pyln.proto.message.bolts 4 years ago
Rusty Russell daa707d213 pyln.proto.message: separate fundamental types from other subtypes. 4 years ago
Rusty Russell e4b5679f5d message: support option fields. 4 years ago
Rusty Russell 9992a577b4 pyln: add (undocumented) u8 fundamental type. 4 years ago
Rusty Russell 42aab89b9f pyln.proto.message: expose fundamental MessageTypes as variables. 4 years ago
Rusty Russell 47631cc23c pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. 4 years ago
Rusty Russell ed4eadc8f3 patch message-export-types.patch 4 years ago
Rusty Russell eb73a0dd8f pyln: add pyln.proto.message. 4 years ago
Rusty Russell 5b4be02ed3 pyln: add Makefile 4 years ago
niftynei 9e0ef45048 psbt: handle 'unsetting' final witness stack 4 years ago
niftynei 58282819a9 psbt: if a transaction has witnesses/scriptSig set, add it to psbt 4 years ago
niftynei 891f61ad48 channel_tx: add the commitment sig and pubkey data to the commit tx 4 years ago
niftynei 971f615695 psbt: affirm database upgrade works for last_tx -> psbt 4 years ago
niftynei bb589e0eaf psbt: database migration for converting last_tx to a psbt 4 years ago
niftynei 57488cde13 hsm: decouple hsm from wallet; init before wallet 4 years ago
niftynei 8fa04a710a psbt: move `channels.last_tx` field to be a psbt 4 years ago
niftynei 052d40ae98 psbt: add method to confirm 'finalized' status of psbt 4 years ago
niftynei 000ef2079c psbt: helpers for adding a pubkey or signature to a psbt 4 years ago
niftynei 3c6e3eecee psbt: add 'wally_psbt_clone' function, to clone a psbt 4 years ago
Rusty Russell d737b54625 bitcoin/tx: implement wally_tx_clone (badly) for now. 4 years ago
niftynei f9300e8480 tx: add setter for tx locktime 4 years ago
niftynei db8ef922ed psbt: add to/from byte helpers 4 years ago
niftynei 894a46e8e3 psbt: populate last commitment transaction's input info at db 4 years ago
niftynei 7969f61ab3 tx: update comment 4 years ago
niftynei dc868630a8 tx-psbt: pass in the witness script (if known) when adding an input 4 years ago
niftynei a04f0fe250 psbt: remove input_amounts from bitcoin tx 4 years ago
niftynei 85f395f7d4 utxo: fill in scriptPubkey to NULL 4 years ago
niftynei cc6eba1d72 psbt: try one big alloc and fail instead of incremental buffer increases 4 years ago
niftynei 6197bd2b82 psbt: check return value on init for wally input 4 years ago
niftynei 1d56a4eda1 libwally: update to latest commit 4 years ago
Rusty Russell 0f568e1861 hsmd: remove unused sign_funding_tx. 4 years ago
niftynei 27e83f075f doc: remove bitcoin PPA from install instructions, use snap 5 years ago
niftynei 185fe722be update-mocks: make it a bit easier to tell what step is happening 4 years ago