377 Commits (f5f85b389d08345bb98e78f8df7f1ba5b9dabdb7)

Author SHA1 Message Date
Christian Decker be9b55fcb5 pyln: Add a traceback if a hook or rpc method fails 4 years ago
Rusty Russell 74abd30da5 pyln-proto, pyln-spec: fix 'make prod-release' target. 4 years ago
niftynei 9830c94778 rpc: new signpsbt + sendpsbt rpcs 4 years ago
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs 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
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
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
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 9845eb41a9 contrib: allow stderr printing for startup_regtest 5 years ago
mb300sd b6285ffa5d Fix bash completion. 5 years ago
Rusty Russell 97e3d61748 pyln: fix incorrect python syntax. 4 years ago
Candle fbfe0e6c0b Comment optimisations 5 years ago
Michal Rostecki db0a2c082a pyln-proto: Use only coincurve for libsecp256k1 bindings 5 years ago
Christian Decker 7b752e00d5 pyln: Set the bitcoin datadir when running tests 5 years ago
Christian Decker 9bfdf234f3 pyln-proto: Avoid circular dependency in setup.py 5 years ago
Sebastian Falbesoner 94c15f5cc0 contrib: add executable flag for bootstrap-node.sh 5 years ago
rbndg 83b78fd327 Unpacking variable for cleaner code for testing 5 years ago
rbndg 241fa00e97 plugin:added invoice creation event 5 years ago
Christian Decker 64b0487228 pyln-testing: Just warn if we get an unexpected fee request 5 years ago
Christian Decker 264b2d1975 pyln-testing: Add more meaningful error for mock_estimatefees 5 years ago