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

Improve developer experience #118

Closed
2 tasks
baktun14 opened this issue Mar 6, 2024 · 2 comments
Closed
2 tasks

Improve developer experience #118

baktun14 opened this issue Mar 6, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request P2 priority 2 feature/ enhancement

Comments

@baktun14
Copy link
Collaborator

baktun14 commented Mar 6, 2024

Context

  • Currently to run cloudmos locally, you need to have a backup of a recent snapshot of the live/production database because to run the indexer locally, to compute some of the indexed data we rely on old blocks that need to be present for the computation. Also, most of the nodes in the list are pruned nodes which don't contain a long history of blocks, so if you start syncing from an old snapshot, none of the nodes might be able to return the block results.

Improvements

  • Improve the setup instructions
  • Implement an automatic database snapshot system with a public download link. Ideally the docs should have a link to the latest snapshot.
  • (Extra) Potentially find a way for the indexer to run without the full database, just start indexing from a recent block..
@baktun14
Copy link
Collaborator Author

baktun14 commented Mar 6, 2024

Related: #78

@baktun14
Copy link
Collaborator Author

baktun14 commented Mar 6, 2024

Related #60

ygrishajev added a commit that referenced this issue Mar 13, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 14, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 15, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 15, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 15, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
ygrishajev added a commit that referenced this issue Mar 15, 2024
- Adds unit and functional tests for api
- Adds docker compose with db init script to seed from dump
- Updates READMEs with relevant instructions
@baktun14 baktun14 added enhancement New feature or request P2 priority 2 feature/ enhancement labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2 priority 2 feature/ enhancement
Projects
Status: Released (in Prod)
Development

No branches or pull requests

2 participants