This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
core-lightning
Watch
1
Star
0
Fork
You've already forked core-lightning
0
mirror of
https://github.com/ElementsProject/lightning.git
synced
2025-02-24 07:07:46 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ced444a605
core-lightning
/
contrib
/
pyln-proto
/
requirements.txt
6 lines
85 B
Text
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
pyln: Split pylightning into multiple pyln modules This is the first step to transition to a better organized python module structure. Sadly we can't reuse the `pylightning` module as a namespace module since having importable things in the top level of the namespace is not allowed in any of the namespace variants [1], hence we just switch over to the `pyln` namespace. The code the was under `lightning` will now be reachable under `pyln.client` and we add the `pyln.proto` module for all the things that are independent of talking to lightningd and can be used for protocol testing. [1] https://packaging.python.org/guides/packaging-namespace-packages/ Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-07-23 15:26:28 +02:00
coincurve==12.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
secp256k1==0.13.2
Reference in a new issue
Copy permalink