7951 Commits (902d8f7dab3a787153d3e7f00515c9d4346e5df1)
 

Author SHA1 Message Date
Rusty Russell 902d8f7dab pyln.proto.message: remove incorrect fundamental types now spec update. 5 years ago
Rusty Russell 41e914fb37 pyln.proto.message, pyln.proto.spec*: do magic to expose mypy types. 5 years ago
Rusty Russell 11a0de877e pyln.proto.message: more mypy fixes. 5 years ago
Rusty Russell 3882e8bdf7 pyln.spec.bolt*: make these separate packages, so versions can change indep. 5 years ago
Rusty Russell 013eced4ce pyln.proto: fix package list in setup.py 5 years ago
Niklas Claesson 601464416b travis: Actually build for arm 5 years ago
Antoine Poinsot e0aef66ce2 plugins: make the autoclean plugin static 5 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 5 years ago
niftynei a66415a43e plugins-test: use pyln.client, not lightning to import Plugin 5 years ago
niftynei 0f8157a02e libwally: update to latest commit on master, which contains psbt fixes 5 years ago
niftynei 0bd0de54fa psbt: have withdraw_tx use psbt's to create signed txs 5 years ago
niftynei 0a7550473b psbt: add redeemscript info to psbt for utxos that have it 5 years ago
niftynei 85dca84327 psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct 5 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 5 years ago
niftynei b63abef542 psbt: add method to finalize + extract a psbt 5 years ago
niftynei 0d1f1bc66e psbt: add helper method for setting a psbt input's redeemscript 5 years ago
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig 5 years ago
niftynei 80072b389e psbt: remove script sig info from inputs before adding them to global 5 years ago
lisa neigut 16656a85cf withdraw: refactor change output handling 5 years ago
niftynei 09815c7e7f psbt: return NULL instead of aborting on wally-lib problems 5 years ago
niftynei 5ecacf3dd0 psbt: add type-to-string that prints b64 string 5 years ago
ZmnSCPxj jxPCSnmZ c100de6d93 common/utils.c: Correctly handle NULL `take`n pointer in `tal_dup_talarr`. 5 years ago
ZmnSCPxj jxPCSnmZ a25af262e9 tests/test_pay.py: Add test to replicate #3757. 5 years ago
ZmnSCPxj jxPCSnmZ 5db69f1b41 lightningd/opening_control.c: Remove 'Try fundchannel_cancel again' error. 5 years ago
ZmnSCPxj jxPCSnmZ e8936f9d23 common/json.c: Check that JSMN result is well-formed. 5 years ago
Antoine Poinsot 4302afd9a5 rpc: don't go below feerate_floor when converting vbytes 5 years ago
Antoine Poinsot 0b99e2cc42 pytest: reproduce issue #3591 5 years ago
Antoine Poinsot 3e9fcc43f9 lightningd/jsonrpc: don't assume the jcon to be alive at command execution 5 years ago
niftynei 2900da6112 migrations: ignore channels that don't have a peer_id 5 years ago
Rusty Russell 02338a6b25 pyln.proto.message: add to_py() operation. 5 years ago
Rusty Russell ee76504e53 pyln.proto.message: fix handling of ... with subtypes. 5 years ago
Rusty Russell 2309a7a561 pyln.proto.message: don't leave 'None' in dict for missing fields. 5 years ago
niftynei 431463b57a listfunds: also list reserved outputs 5 years ago
Christian Decker 5bb1fd4205 pyln-proto: Add Makefile targets for releases 5 years ago
Christian Decker 48cee3c3d2 pyln: Bump version to 0.8.2 in order to match with binary distro 5 years ago
Christian Decker 1933cc2523 docs: Fix typo in the `pay` command docs 5 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. 5 years ago
Rusty Russell fd3ea91b44 pyln.proto.message: expose array types, add set_field for Message class. 5 years ago
Rusty Russell f52065201b pyln.proto.message.*: add type annotations. 5 years ago
Rusty Russell da070e73b2 pyln.proto.message.*: Add Makefile to do mypy checks. 5 years ago
Rusty Russell acfeaebb62 pyln.proto.message: allow fields with options to be missing. 5 years ago
Rusty Russell ee6c58cbd5 pyln.proto.message: export more. 5 years ago
Rusty Russell b33dc9847c pyln.proto.message: python-fluency feedback from @darosior 5 years ago
Rusty Russell 8f38bc7230 pyln.proto.message: support adding two namespaces. 5 years ago
Rusty Russell 85bb93618b new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 5 years ago
Rusty Russell 59bb6b90ac pyln: new module pyln.proto.message.bolts 5 years ago
Rusty Russell daa707d213 pyln.proto.message: separate fundamental types from other subtypes. 5 years ago
Rusty Russell e4b5679f5d message: support option fields. 5 years ago
Rusty Russell 9992a577b4 pyln: add (undocumented) u8 fundamental type. 5 years ago