You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now only Evmos nodes can be recovered from the information saved in the database, that could be a problem because when interacting with the queries namespace we are always using evmosd even for gaia networks.
The function NewEvmosFromDB is here, we need to add a similar function to the generic Cosmos Daemon here
After that we need to update some of the queries to use the function, but that should be done in a new PR
The text was updated successfully, but these errors were encountered:
Right now only
Evmos
nodes can be recovered from the information saved in the database, that could be a problem because when interacting with the queries namespace we are always usingevmosd
even forgaia
networks.The function NewEvmosFromDB is here, we need to add a similar function to the generic Cosmos Daemon here
After that we need to update some of the queries to use the function, but that should be done in a new PR
The text was updated successfully, but these errors were encountered: