397 Commits (6f114e06a620a270ed26ac04c205a101c2a227ad)

Author SHA1 Message Date
nicolas.dorier 2e51f23a95 Add python to runtime docker image (arm32/64) 4 years ago
Rusty Russell 7435d50970 signpsbt: add signonly parameter to restrict/enforce what inputs to sign. 4 years ago
Rusty Russell aab3808668 utxopsbt: let caller specify locktime, add tests and python binding. 4 years ago
Rusty Russell 14baaaa8ba fundpsbt: let caller specify locktime. 4 years ago
Rusty Russell 624df64330 pyln-client: allow commands and options to mark themselves deprecated. 4 years ago
Rusty Russell 4ce8f56327 pyln.client.plugin: set deprcated_apis based on getmanifest. 4 years ago
Rusty Russell 151bc47583 JSON-RPC: getmanifest passes allow-deprecated-apis flag. 4 years ago
Rusty Russell 01a82d38f7 pytest: add slow_test marker. 4 years ago
Rusty Russell 51aae9cce7 pytest: make valgrind a per-node option. 4 years ago
Rusty Russell 79278b880f pytest: optimize join_nodes a little. 4 years ago
Rusty Russell 929fd3e2f6 pytest: make sure all nodes see funds using sync_blockheight 4 years ago
Rusty Russell 02b413a4dc pytest: make join_nodes / line_graph wait for updates in both dirs. 4 years ago
Rusty Russell 8f455c8b98 pytest: new join_nodes to allow you to get all the nodes then join some of them. 4 years ago
Rusty Russell 06372e13d8 pyln.proto.message: don't let Message() init set implicit lengths. 4 years ago
Antoine Poinsot 5b45334d93 pyln: allow to signal may_fail in get_node() 4 years ago
Rusty Russell 1274d34822 lightningd: add --dev-no-version-checks, use if SLOW_MACHINE and VALGRIND 4 years ago
Rusty Russell c85a433d9a pytest: reduce accuracy of valgrind if SLOW_MACHINE. 4 years ago
Rusty Russell 73a5f5b313 fundpsbt: make parameters more usable. 5 years ago
Rusty Russell 31d7e013bd pytest: test fundpsbt. 5 years ago
Rusty Russell 4ee527a59c pytest: test reserve and unreserve. 5 years ago
Christian Decker be9b55fcb5 pyln: Add a traceback if a hook or rpc method fails 5 years ago
Rusty Russell 74abd30da5 pyln-proto, pyln-spec: fix 'make prod-release' target. 5 years ago
niftynei 9830c94778 rpc: new signpsbt + sendpsbt rpcs 5 years ago
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs 5 years ago
Rusty Russell 8ee8161fb4 pyln-spec: add .gitignore file for build detritus. 5 years ago
Rusty Russell 447231f52e pyln.spec.bolt*: change version numbering to include specific csv subversion. 5 years ago
Rusty Russell 1c1c3349b4 pyln.spec.bolt*: unify setups. 5 years ago
Rusty Russell 450fb43612 pyln.spec.bolt*: test-release and prod-release targets, fix requirements.txt 5 years ago
Rusty Russell 93ae190c19 pyln.proto: bump version to 0.8.3. 5 years ago
Rusty Russell 014ede0585 pyln.proto: fix test-release target 5 years ago
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
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
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
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