8174 Commits (fixup-0.9.0)
 

Author SHA1 Message Date
Rusty Russell ae0cccb293 wallet: fix memleak if we get shut down before finishing utxo cleanup. 4 years ago
ZmnSCPxj jxPCSnmZ d14460ef3d wallet/walletrpc.c: Show input annotations for inputs. 4 years ago
Rusty Russell 6b3bcd49d2 tests: fix flake in test_penalty_htlc_tx_fulfill 4 years ago
Rusty Russell dd4a1a3510 tests: fix flake in test_txprepare_restart 4 years ago
Rusty Russell 74abd30da5 pyln-proto, pyln-spec: fix 'make prod-release' target. 4 years ago
niftynei 2e9c387f45 coin_moves: update withdrawal logic to account for 'variable owner' txs 4 years ago
niftynei ee549a2af9 tx: fix case where input amounts are less than total outputs 4 years ago
niftynei 9830c94778 rpc: new signpsbt + sendpsbt rpcs 4 years ago
niftynei fd8a716695 wallet: have wallet_extract_outputs take wally_tx, not bitcoin_tx 4 years ago
niftynei 0388fe6db4 tx: add helper for extracting script from a wally_tx 4 years ago
niftynei a68d79e390 add manpages for reserve/unreserve 4 years ago
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs 4 years ago
niftynei b90be4f6c8 prepare-tx: pass back the feerate, as json_tx_prepare sometimes sets it 4 years ago
Rusty Russell 57f6f74ee0 external/Makefile: fix spurious rebuilds. 4 years ago
Wladimir J. van der Laan 32f9805a30 build: Make it possible to build without gcc 4 years ago
Vasil Dimov a3a37ea4ce build: fix compilation on i386 4 years ago
Rusty Russell 42bf230bfc doc: regenerate and update. 4 years ago
Rusty Russell 8ee8161fb4 pyln-spec: add .gitignore file for build detritus. 4 years ago
Rusty Russell 447231f52e pyln.spec.bolt*: change version numbering to include specific csv subversion. 4 years ago
Rusty Russell 1c1c3349b4 pyln.spec.bolt*: unify setups. 4 years ago
Rusty Russell 450fb43612 pyln.spec.bolt*: test-release and prod-release targets, fix requirements.txt 4 years ago
Rusty Russell 93ae190c19 pyln.proto: bump version to 0.8.3. 4 years ago
Rusty Russell 014ede0585 pyln.proto: fix test-release target 4 years ago
Rusty Russell 902d8f7dab pyln.proto.message: remove incorrect fundamental types now spec update. 4 years ago
Rusty Russell 41e914fb37 pyln.proto.message, pyln.proto.spec*: do magic to expose mypy types. 4 years ago
Rusty Russell 11a0de877e pyln.proto.message: more mypy fixes. 4 years ago
Rusty Russell 3882e8bdf7 pyln.spec.bolt*: make these separate packages, so versions can change indep. 4 years ago
Rusty Russell 013eced4ce pyln.proto: fix package list in setup.py 4 years ago
Niklas Claesson 601464416b travis: Actually build for arm 5 years ago
Antoine Poinsot e0aef66ce2 plugins: make the autoclean plugin static 4 years ago
Rusty Russell 93d04d08d0 wire: update to latest version of the spec. 4 years ago
niftynei a66415a43e plugins-test: use pyln.client, not lightning to import Plugin 4 years ago
niftynei 0f8157a02e libwally: update to latest commit on master, which contains psbt fixes 4 years ago
niftynei 0bd0de54fa psbt: have withdraw_tx use psbt's to create signed txs 4 years ago
niftynei 0a7550473b psbt: add redeemscript info to psbt for utxos that have it 4 years ago
niftynei 85dca84327 psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct 4 years ago
niftynei 175fcf381a psbt: have wally_tx serialization methods be legible for gen'd code 4 years ago
niftynei b63abef542 psbt: add method to finalize + extract a psbt 4 years ago
niftynei 0d1f1bc66e psbt: add helper method for setting a psbt input's redeemscript 4 years ago
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig 4 years ago
niftynei 80072b389e psbt: remove script sig info from inputs before adding them to global 4 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 4 years ago
niftynei 5ecacf3dd0 psbt: add type-to-string that prints b64 string 4 years ago
ZmnSCPxj jxPCSnmZ c100de6d93 common/utils.c: Correctly handle NULL `take`n pointer in `tal_dup_talarr`. 4 years ago
ZmnSCPxj jxPCSnmZ a25af262e9 tests/test_pay.py: Add test to replicate #3757. 4 years ago
ZmnSCPxj jxPCSnmZ 5db69f1b41 lightningd/opening_control.c: Remove 'Try fundchannel_cancel again' error. 4 years ago
ZmnSCPxj jxPCSnmZ e8936f9d23 common/json.c: Check that JSMN result is well-formed. 4 years ago
Antoine Poinsot 4302afd9a5 rpc: don't go below feerate_floor when converting vbytes 4 years ago
Antoine Poinsot 0b99e2cc42 pytest: reproduce issue #3591 4 years ago