bitcoin-dev-project / warnet

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

fixup get_messages to use tank indexes #277

Closed willcl-ark closed 3 months ago

willcl-ark commented 3 months ago

Adds a (compose) get_ipv4_address func and then switches up get_messages() to use two tank indexes, rather than an ipv4 address.

Also fixup k8s get_file() while we're here and need to use it.

willcl-ark commented 3 months ago

Note that I "had" to use base64 again for get_file. Seems like K8s python SDK doesn't like bytes...

I did try to mimic docker (which tars it on remote and untars it locally?), but didn't succeed. It might be possible though...