paseo-network / support

Support tasks for Paseo network
3 stars 2 forks source link

FEAT - Provide Regular Public Database Snapshots #65

Open educlerici-zondax opened 5 months ago

educlerici-zondax commented 5 months ago

Is your feature request related to a problem? Please describe.

Currently, there is no straightforward way for developers to access historical data for testing and development purposes. Access to public database snapshots would facilitate easier debugging, faster onboarding for new developers, and better transparency for the entire Paseo Testnet community.

Describe the solution you'd like

Implement a system to provide regular public database snapshots for the Paseo Testnet. This solution should include:

Describe alternatives you've considered An alternative could be to provide on-demand snapshots, though this may not be as efficient or timely. Another alternative could involve a subscription-based model where users can subscribe to receive updates when new snapshots are available.

Additional context Public database snapshots will enable developers to quickly synchronize local test environments with the latest network state, significantly reducing setup times and promoting more dynamic interaction with the Paseo Testnet. This feature will also support advanced use cases, such as analytics and historical query services.