bitcoin-dev-project / warnet

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

build image should check local repository before re-building #311

Open pinheadmz opened 2 months ago

pinheadmz commented 2 months ago

started with this in the graphml:

<data key="version">vasild/bitcoin#private_broadcast</data>

...which was cool, it compiled and the image worked. But then I had to restart warnet and it tried to rebuild that image again. Change the node in the graph to this, but it could be automatic:

<data key="image">warnet/bitcoin-core:private_broadcast</data>