Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: create a daemon with the database information #54

Open
hanchon opened this issue Sep 4, 2024 · 0 comments
Open

refactor: create a daemon with the database information #54

hanchon opened this issue Sep 4, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hanchon
Copy link
Owner

hanchon commented Sep 4, 2024

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

@hanchon hanchon added the good first issue Good for newcomers label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant