bitcoin-dev-project / warnet

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

justfile: correct down commands, fmt #242

Closed willcl-ark closed 4 months ago

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
warnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 2, 2024 3:59pm
willcl-ark commented 4 months ago

@m3dwards Not sure how we ended up using apply instead of delete to bring down the statefulset, but now it will work

(also applied auto format to justfile with just --fmt --unstable)

willcl-ark commented 4 months ago

Actually, I now see this, so may make further updates

m3dwards commented 4 months ago

I changed it to an apply in this commit: https://github.com/bitcoin-dev-project/warnet/commit/4718c56e3d095069d0e32e68ba4a67bbe9740051

The apply sets it from the debug version to a production version.

Thinking about it now though perhaps this doesn't make sense without a just command to bring up a production warnet.

Instead perhaps it should destroy all the resources created in the create stage.

m3dwards commented 4 months ago

Pushed a more sane version