akash-network / support

Akash Support and Issue Tracking
5 stars 3 forks source link

Development and test environment snapshots generation #194

Open ygrishajev opened 3 months ago

ygrishajev commented 3 months ago

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

chainzero commented 3 months ago

@baktun14 will review similar issue in the cloudmos repo and determine if this issue should be closed as possibly redundant.

baktun14 commented 3 months ago

I would close this issue for now @chainzero