Is your feature request related to a problem? Please describe.
Currently there is no reliable blockchain for tests and local development. For instance to boot local dev environment it is required to either download and import mainnet db dump (over 70Gb) or use unreliable sandbox.
Describe the solution you'd like
Create a pipeline to generate blockchain snapshots which would reflect mainnet. Based on this an indexer db can be seeded and eventually the full cloudmos e2e environment provided. This would improve DX quite a bit and can be used to setup proper CI with any kind of tests.
Describe alternatives you've considered
Importing mainnet db - too large.
Importing sandbox - can work for now but can be unreliable, especially for CI
Search
[X] I did search for other open and closed issues before opening this
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Is your feature request related to a problem? Please describe.
Currently there is no reliable blockchain for tests and local development. For instance to boot local dev environment it is required to either download and import mainnet db dump (over 70Gb) or use unreliable sandbox.
Describe the solution you'd like
Create a pipeline to generate blockchain snapshots which would reflect mainnet. Based on this an indexer db can be seeded and eventually the full cloudmos e2e environment provided. This would improve DX quite a bit and can be used to setup proper CI with any kind of tests.
Describe alternatives you've considered
Importing mainnet db - too large. Importing sandbox - can work for now but can be unreliable, especially for CI
Search
Code of Conduct
Additional context
No response