Skip to content

Commit

Permalink
[CHORE] contrib/pyln-proto update bitstring
Browse files Browse the repository at this point in the history
update to latest bitstring, `type: ignore` is not needed anymore
forgot poetry.lock
run makegen

run make -j8

remove cln-renepay

mako capitalized?
  • Loading branch information
dni committed Aug 20, 2023
1 parent 34303d2 commit 0388bf3
Show file tree
Hide file tree
Showing 6 changed files with 996 additions and 838 deletions.
843 changes: 422 additions & 421 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

67 changes: 34 additions & 33 deletions contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyln/proto/zbase32.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bitstring # type: ignore
import bitstring
from typing import Union


Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-proto/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
base58 = "^2.1.1"
bitstring = "^3"
bitstring = "^4.1.0"
coincurve = "^18"
cryptography = "^41"
PySocks = "^1"
Expand Down
Loading

0 comments on commit 0388bf3

Please sign in to comment.