This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
lightning
mirror of
https://github.com/lukechilds/lightning.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
9313
Commits
55
Branches
107
Tags
38 MiB
Tree:
c564f165fa
lightning
/
contrib
/
pyln-proto
/
requirements.txt
7 lines
94 B
Raw
Normal View
History
pyln-proto: Added a couple of utilities to manage onions and zbase32
5 years ago
bitstring==3.1.6
pyln: Bump cryptography dependency to 3.2 due to upstream bug https://cryptography.io/en/latest/changelog.html Changelog-None
4 years ago
cryptography==3.2
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
5 years ago
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.
5 years ago
base58==1.0.2
pyln: Pin the mypy dependency to 0.790 since 0.800 has a regression
4 years ago
mypy==0.790
pyln: Add TOR and SOCKS5 support in pyln.proto.wire.connect I wanted to talk to TOR-based nodes, so here comes TOR support :-)
4 years ago
pysocks==1.7.*