bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
59 stars 27 forks source link

graph: use pub_key over id in import-json #335

Closed carlaKC closed 1 month ago

carlaKC commented 1 month ago

LND graph files label this field pub_key, but we were previously generating sub-graphs with a library that output id instead. Updating this to perfectly fit lnd's describegraph output.

This commit also updates to use latest reduced versions of the graph in tests (LN 10/100) which have pub_key rather than ID.

pinheadmz commented 1 month ago

ACK