This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
core-lightning
Watch
1
Star
0
Fork
0
You've already forked core-lightning
mirror of
https://github.com/ElementsProject/lightning.git
synced
2025-01-06 05:49:30 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
2e9c387f45
core-lightning
/
contrib
/
pyln-proto
/
requirements.txt
6 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pyln-proto: Added a couple of utilities to manage onions and zbase32
2020-01-20 14:03:33 +01:00
bitstring==3.1.6
pytest: Add a test for plugin featurebits
2020-01-29 22:33:10 +01:00
cryptography==2.8
chore: updates coincurve requirement to v13 Update to v13 as v12 started to raise undefined symbol exceptions agains latest libsecp256k1. Note: any version of `pip install coincurve` fails if no libsecp256k1 headers are installed, should we point this out somewhere/somehow? Changelog-None
2020-02-13 12:28:05 +01:00
coincurve==13.0.0
pyln-proto: Add invoice utilities We are about to disect a couple of invoices for features, so let's add a class that can encode and decode invoices from bolt11 strings. This is pretty much the lnaddr.py file created by @rustyrussell with some minor changes. I'm planning to clean this up further which is why I'm only exporting the `Invoice` class for now.
2020-01-29 16:03:01 +01:00
base58==1.0.2
pyln.proto.message: use BufferedIOBase instead of bytes for binary ops. Instead of val_to_bin/val_from_bin which deal with bytes, we implement read and write which use streams. This simplifies the API. Suggested-by: Christian Decker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-04 04:39:24 +02:00
mypy
Reference in New Issue
Copy Permalink