Validat0rs / fogg

Hide those attributes returned by your Cosmos RPC and API endpoints that could identify your node.
Other
2 stars 0 forks source link

api node_info not parsing on some updated validator nodes #1

Open PantheaEU opened 1 year ago

PantheaEU commented 1 year ago

I have noticed a problem with fogg not beeing able to read/parse the info from a recently updated api/rest endpoint...

Here is the url to an updated endpoint without fogg: https://lum-api.lavenderfive.com/cosmos/base/tendermint/v1beta1/node_info And here is my endpoint after the update with fogg running: https://lum-api.panthea.eu/cosmos/base/tendermint/v1beta1/node_info The updated node starts with default_node_info instead of node_info ... hope this makes sense. :)

intl-man commented 1 year ago

I have noticed a problem with fogg not beeing able to read/parse the info from a recently updated api/rest endpoint...

Here is the url to an updated endpoint without fogg: https://lum-api.lavenderfive.com/cosmos/base/tendermint/v1beta1/node_info And here is my endpoint after the update with fogg running: https://lum-api.panthea.eu/cosmos/base/tendermint/v1beta1/node_info The updated node starts with default_node_info instead of node_info ... hope this makes sense. :)

Thanks for the feedback. I'll raise a PR to address this.