SimplyStaking / panic

PANIC Monitoring and Alerting For Blockchains
Apache License 2.0
82 stars 31 forks source link

Update panic to use cosmos sdk 46.x #382

Open MrRav3n opened 1 year ago

MrRav3n commented 1 year ago

After chain update to cosmos sdk 46.x panic stops working with error "Could not retrieve cosmos-rest data for local ignite: Cosmos Network Monitor (local ignite) could not access any synced indirect Cosmos REST node." I have 2 questions: when will it be possible to use panic with the new version of cosmos sdk or what changes should be added to make it work.

Thanks in advance!

dillu24 commented 1 year ago

@itsciccio

itsciccio commented 1 year ago

Hi @MrRav3n. I can provide some general instructions to fix this versioning issue within the codebase:

Have a look at the Cosmos Node Monitor.

Here, we use a specified SDK version to retrieve data from the node. This version number needs to be changed to the latest release. After that the data needs to be inspected to assert that the format (keys and general data structure) is adequate for the Monitor to interpret the data.

Let me know if you need further help on this.