47 Commits (6077eca660132b8747c229c705ffa0e7ce5ff0f7)

Author SHA1 Message Date
Christian Decker 9a0327cd25 pyln-proto: Add compactsize alias for varint_{encode,decode} 4 years ago
Sergi Delgado Segura 9de5f438c4 pyln: Adds type annotations to zbase32 functions 4 years ago
Sergi Delgado Segura 26f651f71f pyln: Adds one-liner docs to zbase32 functions 4 years ago
Sergi Delgado Segura 1da29305fc pyln: Improve zbase32 encoding / decoding 4 years ago
Christian Decker cafaad741b pyln: Add type-annotations to pyln-proto 4 years ago
Christian Decker 04462f6a64 pyln: Add code to unwrap an encrypted onion at the intended node 4 years ago
Christian Decker e8dcd59b24 pyln: Add a warning that pyln-proto is not safe for production use 4 years ago
Christian Decker 96b182a084 pyln: Implement sphinx onion packet generation in python 4 years ago
Christian Decker 49ec800a07 pyln: Add type-annotations to plugin.py 4 years ago
Sergi Delgado Segura f1d5fdf323 pyln: Sets remote_pubkey for LightningConnection if node is not the initiator 4 years ago
Christian Decker f5dd393113 pyln: Bump proto version to match pyln-bolt* 4 years ago
niftynei b3cbb0b653 tests: plugin for dual-funding tests in ln-prototest 4 years ago
niftynei c8579b99d0 pyln-proto: use vals for subtype parsing 4 years ago
Sergi Delgado Segura 3edbacbb3c pyln: hexlify -> bytes.hex() in pyln.proto.wire 4 years ago
Sergi Delgado Segura 27e495efa5 pyln: Updates proto to use coincurve for Public and Private keys 4 years ago
Rusty Russell 06372e13d8 pyln.proto.message: don't let Message() init set implicit lengths. 4 years ago
Rusty Russell 93ae190c19 pyln.proto: bump version to 0.8.3. 4 years ago
Rusty Russell 902d8f7dab pyln.proto.message: remove incorrect fundamental types now spec update. 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 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 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 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 97e3d61748 pyln: fix incorrect python syntax. 4 years ago
Michal Rostecki db0a2c082a pyln-proto: Use only coincurve for libsecp256k1 bindings 5 years ago
Christian Decker 9bfdf234f3 pyln-proto: Avoid circular dependency in setup.py 5 years ago
Christian Decker f3315ca110 pyln-proto: Add Tu32Field and Tu64Field helpers 5 years ago
Christian Decker 6c19818314 pyln-proto: Add invoice utilities 5 years ago
Christian Decker d3f6ebf911 pyln-proto: Added a couple of utilities to manage onions and zbase32 5 years ago
Christian Decker 3418e59d76 pyln: Split pylightning into multiple pyln modules 5 years ago