lnhistoryclient 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: lnhistoryclient
3
+ Version: 0.1.0
4
+ Summary: A reusable parser for Lightning Network gossip messages format.
5
+ Author-email: Fabian Kraus <fabian.felix.kraus@gmail.com>
6
+ License: Apache 2.0
7
+ Project-URL: Homepage, https://ln-history.info
8
+ Project-URL: Repository, https://github.com/ln-history/ln-history-python-client
9
+ Keywords: lightning,network,bitcoin,parser,gossip,ln
10
+ Requires-Python: <4.0,>=3.7
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Dynamic: license-file
14
+
15
+ # ln-history-python-client
16
+ Provides python Interfaces for the [ln-history](https://github.com/ln-history) project
@@ -0,0 +1,2 @@
1
+ # ln-history-python-client
2
+ Provides python Interfaces for the [ln-history](https://github.com/ln-history) project
@@ -0,0 +1,17 @@
1
+ from model.AddressType import AddressType
2
+
3
+ class Address:
4
+ def __init__(self):
5
+ self.typ: AddressType = None
6
+ self.addr: str = None
7
+ self.port: int = None
8
+
9
+ def __repr__(self):
10
+ return f"<Address type={self.typ} addr={self.addr} port={self.port}>"
11
+
12
+ def to_dict(self):
13
+ return {
14
+ "type": self.typ.to_dict() if self.typ else None,
15
+ "address": self.addr,
16
+ "port": self.port
17
+ }
@@ -0,0 +1,23 @@
1
+ class AddressType:
2
+ def __init__(self, id=None):
3
+ self.id = id
4
+ self.name = self.resolve_name(id)
5
+
6
+ def resolve_name(self, id):
7
+ mapping = {
8
+ 1: "IPv4",
9
+ 2: "IPv6",
10
+ 3: "Torv2",
11
+ 4: "Torv3",
12
+ 5: "DNS"
13
+ }
14
+ return mapping.get(id, "Unknown")
15
+
16
+ def __repr__(self):
17
+ return f"<AddressType id={self.id} name='{self.name}'>"
18
+
19
+ def to_dict(self):
20
+ return {
21
+ "id": self.id,
22
+ "name": self.name
23
+ }
@@ -0,0 +1,40 @@
1
+ from dataclasses import dataclass
2
+
3
+ @dataclass
4
+ class ChannelAnnouncement:
5
+ features: bytes
6
+ chain_hash: bytes
7
+ short_channel_id: int
8
+ node_id_1: bytes
9
+ node_id_2: bytes
10
+ bitcoin_key_1: bytes
11
+ bitcoin_key_2: bytes
12
+ node_signature_1: bytes
13
+ node_signature_2: bytes
14
+ bitcoin_signature_1: bytes
15
+ bitcoin_signature_2: bytes
16
+
17
+ @property
18
+ def short_channel_id_str(self):
19
+ block = (self.short_channel_id >> 40) & 0xFFFFFF
20
+ txindex = (self.short_channel_id >> 16) & 0xFFFFFF
21
+ output = self.short_channel_id & 0xFFFF
22
+ return f"{block}x{txindex}x{output}"
23
+
24
+ def __str__(self):
25
+ return f"ChannelAnnouncement(scid={self.short_channel_id_str}, node_id_1={self.node_id_1.hex()}, node_id_2={self.node_id_2.hex()}, features={self.features.hex()}, chain_hash={self.chain_hash})"
26
+
27
+ def to_dict(self) -> dict:
28
+ return {
29
+ "features": self.features.hex(),
30
+ "chain_hash": self.chain_hash.hex(),
31
+ "short_channel_id": self.short_channel_id_str,
32
+ "node_id_1": self.node_id_1.hex(),
33
+ "node_id_2": self.node_id_2.hex(),
34
+ "bitcoin_key_1": self.bitcoin_key_1.hex(),
35
+ "bitcoin_key_2": self.bitcoin_key_2.hex(),
36
+ "node_signature_1": self.node_signature_1.hex(),
37
+ "node_signature_2": self.node_signature_2.hex(),
38
+ "bitcoin_signature_1": self.bitcoin_signature_1.hex(),
39
+ "bitcoin_signature_2": self.bitcoin_signature_2.hex()
40
+ }
@@ -0,0 +1,44 @@
1
+ from dataclasses import dataclass
2
+
3
+ @dataclass
4
+ class ChannelUpdate:
5
+ signature: bytes
6
+ chain_hash: bytes
7
+ short_channel_id: int
8
+ timestamp: int
9
+ message_flags: bytes
10
+ channel_flags: bytes
11
+ cltv_expiry_delta: int
12
+ htlc_minimum_msat: int
13
+ fee_base_msat: int
14
+ fee_proportional_millionths: int
15
+ htlc_maximum_msat: int | None = None
16
+
17
+ @property
18
+ def short_channel_id_str(self) -> str:
19
+ block = (self.short_channel_id >> 40) & 0xFFFFFF
20
+ txindex = (self.short_channel_id >> 16) & 0xFFFFFF
21
+ output = self.short_channel_id & 0xFFFF
22
+ return f"{block}x{txindex}x{output}"
23
+
24
+ def __str__(self) -> str:
25
+ return (f"ChannelUpdate(scid={self.short_channel_id_str}, timestamp={self.timestamp}, "
26
+ f"flags=msg:{self.message_flags}, chan:{self.channel_flags}, "
27
+ f"cltv_delta={self.cltv_expiry_delta}, min_htlc={self.htlc_minimum_msat}, "
28
+ f"fee_base={self.fee_base_msat}, fee_ppm={self.fee_proportional_millionths}, "
29
+ f"max_htlc={self.htlc_maximum_msat})")
30
+
31
+ def to_dict(self) -> dict:
32
+ return {
33
+ "signature": self.signature.hex(),
34
+ "chain_hash": self.chain_hash.hex(),
35
+ "short_channel_id": self.short_channel_id_str,
36
+ "timestamp": self.timestamp,
37
+ "message_flags": self.message_flags.hex(),
38
+ "channel_flags": self.channel_flags.hex(),
39
+ "cltv_expiry_delta": self.cltv_expiry_delta,
40
+ "htlc_minimum_msat": self.htlc_minimum_msat,
41
+ "fee_base_msat": self.fee_base_msat,
42
+ "fee_proportional_millionths": self.fee_proportional_millionths,
43
+ "htlc_maximum_msat": self.htlc_maximum_msat
44
+ }
@@ -0,0 +1,49 @@
1
+ import io
2
+ from dataclasses import dataclass
3
+
4
+ from parser.common import decode_alias, parse_address
5
+
6
+ from typing import List, Any
7
+
8
+ @dataclass
9
+ class NodeAnnouncement:
10
+ signature: bytes
11
+ features: bytes
12
+ timestamp: int
13
+ node_id: bytes
14
+ rgb_color: bytes
15
+ alias: bytes
16
+ addresses: bytes
17
+
18
+ def _parse_addresses(self) -> List[Any]:
19
+ address_stream = io.BytesIO(self.addresses)
20
+ address_len = len(self.addresses)
21
+ parsed_addresses = []
22
+
23
+ while address_stream.tell() < address_len:
24
+ addr = parse_address(address_stream)
25
+ if addr:
26
+ parsed_addresses.append(addr)
27
+ else:
28
+ break
29
+
30
+ return parsed_addresses
31
+
32
+ def __str__(self) -> str:
33
+ return (
34
+ f"NodeAnnouncement(node_id={self.node_id.hex()}, timestamp={self.timestamp}, "
35
+ f"features={self.features.hex()}, signature={self.signature.hex()}, "
36
+ f"alias={decode_alias(self.alias)}, rgb_color={self.rgb_color.hex()}, "
37
+ f"addresses={self._parse_addresses()})"
38
+ )
39
+
40
+ def to_dict(self) -> dict:
41
+ return {
42
+ "signature": self.signature.hex(),
43
+ "features": self.features.hex(),
44
+ "timestamp": self.timestamp,
45
+ "node_id": self.node_id.hex(),
46
+ "rgb_color": self.rgb_color.hex(),
47
+ "alias": decode_alias(self.alias),
48
+ "addresses": [addr.to_dict() for addr in self._parse_addresses()]
49
+ }
@@ -0,0 +1,36 @@
1
+ import io
2
+ import struct
3
+ from model.ChannelAnnouncement import ChannelAnnouncement
4
+
5
+ def parse(data: bytes) -> ChannelAnnouncement:
6
+ b = io.BytesIO(data)
7
+
8
+ node_signature_1 = b.read(64)
9
+ node_signature_2 = b.read(64)
10
+ bitcoin_signature_1 = b.read(64)
11
+ bitcoin_signature_2 = b.read(64)
12
+
13
+ features_len = struct.unpack(">H", b.read(2))[0]
14
+ features = b.read(features_len)
15
+
16
+ chain_hash = b.read(32)[::-1] # Convert from little-endian
17
+ short_channel_id = struct.unpack(">Q", b.read(8))[0]
18
+
19
+ node_id_1 = b.read(33)
20
+ node_id_2 = b.read(33)
21
+ bitcoin_key_1 = b.read(33)
22
+ bitcoin_key_2 = b.read(33)
23
+
24
+ return ChannelAnnouncement(
25
+ features=features,
26
+ chain_hash=chain_hash,
27
+ short_channel_id=short_channel_id,
28
+ node_id_1=node_id_1,
29
+ node_id_2=node_id_2,
30
+ bitcoin_key_1=bitcoin_key_1,
31
+ bitcoin_key_2=bitcoin_key_2,
32
+ node_signature_1=node_signature_1,
33
+ node_signature_2=node_signature_2,
34
+ bitcoin_signature_1=bitcoin_signature_1,
35
+ bitcoin_signature_2=bitcoin_signature_2
36
+ )
@@ -0,0 +1,36 @@
1
+ import io
2
+ import struct
3
+ from model.ChannelUpdate import ChannelUpdate
4
+
5
+ def parse(data: bytes) -> ChannelUpdate:
6
+ b = io.BytesIO(data)
7
+
8
+ signature = b.read(64)
9
+ chain_hash = b.read(32)[::-1] # Convert from little-endian
10
+ short_channel_id = struct.unpack(">Q", b.read(8))[0]
11
+ timestamp = struct.unpack(">I", b.read(4))[0]
12
+ message_flags = b.read(1)
13
+ channel_flags = b.read(1)
14
+ cltv_expiry_delta = struct.unpack(">H", b.read(2))[0]
15
+ htlc_minimum_msat = struct.unpack(">Q", b.read(8))[0]
16
+ fee_base_msat = struct.unpack(">I", b.read(4))[0]
17
+ fee_proportional_millionths = struct.unpack(">I", b.read(4))[0]
18
+
19
+ # Conditionally read optional field
20
+ htlc_maximum_msat = None
21
+ if message_flags[0] & 1: # Check if least significant bit is set
22
+ htlc_maximum_msat = struct.unpack(">Q", b.read(8))[0]
23
+
24
+ return ChannelUpdate(
25
+ signature=signature,
26
+ chain_hash=chain_hash,
27
+ short_channel_id=short_channel_id,
28
+ timestamp=timestamp,
29
+ message_flags=message_flags,
30
+ channel_flags=channel_flags,
31
+ cltv_expiry_delta=cltv_expiry_delta,
32
+ htlc_minimum_msat=htlc_minimum_msat,
33
+ fee_base_msat=fee_base_msat,
34
+ fee_proportional_millionths=fee_proportional_millionths,
35
+ htlc_maximum_msat=htlc_maximum_msat
36
+ )
@@ -0,0 +1,71 @@
1
+ import struct
2
+ import codecs
3
+ import io
4
+ import struct
5
+ import base64
6
+ import ipaddress
7
+
8
+ from model.Address import Address
9
+ from model.AddressType import AddressType
10
+
11
+ def to_base_32(addr: bytes) -> str:
12
+ """Base32 encode for .onion (lowercase, no padding)"""
13
+ return base64.b32encode(addr).decode("ascii").strip("=").lower()
14
+
15
+ def parse_address(b: io.BytesIO) -> Address | None:
16
+ pos_before = b.tell()
17
+ try:
18
+ type_byte = read_exact(b, 1)
19
+ type_id = struct.unpack("!B", type_byte)[0]
20
+
21
+ a = Address()
22
+ a.typ = AddressType(type_id)
23
+
24
+ if type_id == 1: # IPv4
25
+ a.addr = str(ipaddress.IPv4Address(read_exact(b, 4)))
26
+ (a.port,) = struct.unpack("!H", read_exact(b, 2))
27
+ elif type_id == 2: # IPv6
28
+ raw = read_exact(b, 16)
29
+ a.addr = f"[{ipaddress.IPv6Address(raw)}]"
30
+ (a.port,) = struct.unpack("!H", read_exact(b, 2))
31
+ elif type_id == 3: # Tor v2
32
+ raw = read_exact(b, 10)
33
+ a.addr = to_base_32(raw) + ".onion"
34
+ (a.port,) = struct.unpack("!H", read_exact(b, 2))
35
+ elif type_id == 4: # Tor v3
36
+ raw = read_exact(b, 35)
37
+ a.addr = to_base_32(raw) + ".onion"
38
+ (a.port,) = struct.unpack("!H", read_exact(b, 2))
39
+ elif type_id == 5: # DNS
40
+ hostname_len = struct.unpack("!B", read_exact(b, 1))[0]
41
+ hostname = read_exact(b, hostname_len).decode("ascii")
42
+ a.addr = hostname
43
+ (a.port,) = struct.unpack("!H", read_exact(b, 2))
44
+ else:
45
+ return None
46
+
47
+ return a
48
+ except Exception as e:
49
+ b.seek(pos_before)
50
+ print(f"Error parsing address: {e}")
51
+ return None
52
+
53
+
54
+ def read_exact(b: io.BytesIO, n: int) -> bytes:
55
+ data = b.read(n)
56
+ if len(data) != n:
57
+ raise ValueError(f"Expected {n} bytes, got {len(data)}")
58
+ return data
59
+
60
+ def decode_alias(alias_bytes: bytes) -> str:
61
+ try:
62
+ # Try UTF-8 first
63
+ return alias_bytes.decode('utf-8').strip('\x00')
64
+ except UnicodeDecodeError:
65
+ try:
66
+ # If UTF-8 fails, try punycode (with stripped null bytes)
67
+ cleaned = alias_bytes.strip(b'\x00')
68
+ return codecs.decode(cleaned, 'punycode')
69
+ except Exception:
70
+ # As last resort, return hex
71
+ return alias_bytes.hex()
@@ -0,0 +1,31 @@
1
+ import struct
2
+ import io
3
+ from model.NodeAnnouncement import NodeAnnouncement
4
+ from parser.common import read_exact
5
+
6
+
7
+ def parse(data: bytes) -> NodeAnnouncement:
8
+ b = io.BytesIO(data)
9
+
10
+ signature = read_exact(b, 64)
11
+
12
+ features_len = struct.unpack("!H", read_exact(b, 2))[0]
13
+ features = b.read(features_len)
14
+
15
+ timestamp = struct.unpack("!I", read_exact(b, 4))[0]
16
+ node_id = read_exact(b, 33)
17
+ rgb_color = read_exact(b, 3)
18
+ alias = read_exact(b, 32)
19
+
20
+ address_len = struct.unpack("!H", read_exact(b, 2))[0]
21
+ address_bytes_data = read_exact(b, address_len)
22
+
23
+ return NodeAnnouncement(
24
+ signature=signature,
25
+ features=features,
26
+ timestamp=timestamp,
27
+ node_id=node_id,
28
+ rgb_color=rgb_color,
29
+ alias=alias,
30
+ addresses=address_bytes_data
31
+ )
@@ -0,0 +1,37 @@
1
+ from typing import Callable, Dict
2
+
3
+ from . import channel_announcement_parser
4
+ from . import channel_update_parser
5
+ from . import node_announcement_parser
6
+
7
+ from .internal import channel_amount_parser
8
+ from .internal import private_channel_announcement_parser
9
+ from .internal import private_channel_update_parser
10
+ from .internal import delete_channel_parser
11
+ from .internal import gossip_store_ended_parser
12
+ from .internal import channel_dying_parser
13
+
14
+ # Define a mapping from topic names to parser functions
15
+ PARSER_MAP: Dict[str, Callable[[bytes], object]] = {
16
+ "channel_announcement": channel_announcement_parser.parse,
17
+ "channel_update": channel_update_parser.parse,
18
+ "node_announcement": node_announcement_parser.parse,
19
+ "channel_amount": channel_amount_parser.parse,
20
+ "gossip_store_private_channel": private_channel_announcement_parser.parse,
21
+ "gossip_store_private_update": private_channel_update_parser.parse,
22
+ "delete_channel": delete_channel_parser.parse,
23
+ "gossip_store_ended": gossip_store_ended_parser.parse,
24
+ "channel_dying": channel_dying_parser.parse
25
+ }
26
+
27
+ def get_parser(message_type: str) -> Callable[[bytes], object]:
28
+ """
29
+ Returns the parser function for the given message type.
30
+
31
+ Raises:
32
+ ValueError: if the message type is not supported.
33
+ """
34
+ try:
35
+ return PARSER_MAP[message_type]
36
+ except KeyError:
37
+ raise ValueError(f"No parser found for message type: '{message_type}'")
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: lnhistoryclient
3
+ Version: 0.1.0
4
+ Summary: A reusable parser for Lightning Network gossip messages format.
5
+ Author-email: Fabian Kraus <fabian.felix.kraus@gmail.com>
6
+ License: Apache 2.0
7
+ Project-URL: Homepage, https://ln-history.info
8
+ Project-URL: Repository, https://github.com/ln-history/ln-history-python-client
9
+ Keywords: lightning,network,bitcoin,parser,gossip,ln
10
+ Requires-Python: <4.0,>=3.7
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Dynamic: license-file
14
+
15
+ # ln-history-python-client
16
+ Provides python Interfaces for the [ln-history](https://github.com/ln-history) project
@@ -0,0 +1,19 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ lnhistoryclient.egg-info/PKG-INFO
5
+ lnhistoryclient.egg-info/SOURCES.txt
6
+ lnhistoryclient.egg-info/dependency_links.txt
7
+ lnhistoryclient.egg-info/top_level.txt
8
+ lnhistoryclient/model/Address.py
9
+ lnhistoryclient/model/AddressType.py
10
+ lnhistoryclient/model/ChannelAnnouncement.py
11
+ lnhistoryclient/model/ChannelUpdate.py
12
+ lnhistoryclient/model/NodeAnnouncement.py
13
+ lnhistoryclient/model/__init__.py
14
+ lnhistoryclient/parser/__init__.py
15
+ lnhistoryclient/parser/channel_announcement_parser.py
16
+ lnhistoryclient/parser/channel_update_parser.py
17
+ lnhistoryclient/parser/common.py
18
+ lnhistoryclient/parser/node_announcement_parser.py
19
+ lnhistoryclient/parser/parser_factory.py
@@ -0,0 +1 @@
1
+ lnhistoryclient
@@ -0,0 +1,23 @@
1
+ [project]
2
+ name = "lnhistoryclient"
3
+ version = "0.1.0"
4
+ description = "A reusable parser for Lightning Network gossip messages format."
5
+ authors = [
6
+ { name = "Fabian Kraus", email = "fabian.felix.kraus@gmail.com" }
7
+ ]
8
+ readme = "README.md"
9
+ requires-python = ">=3.7, <4.0"
10
+ license = {text = "Apache 2.0"}
11
+ keywords = ["lightning", "network", "bitcoin", "parser", "gossip", "ln"]
12
+ dependencies = [
13
+ # Add if you use anything external, like `bitstring`, etc.
14
+ ]
15
+
16
+ [project.urls]
17
+ Homepage = "https://ln-history.info"
18
+ Repository = "https://github.com/ln-history/ln-history-python-client"
19
+
20
+
21
+ [build-system]
22
+ requires = ["setuptools>=61"]
23
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+