junobuild / juno

Build Web3 at Lightning Speed
https://juno.build
Other
181 stars 12 forks source link

feat: save mission controls locally in JSON file #573

Closed peterpeterparker closed 3 months ago

peterpeterparker commented 3 months ago

We are going to migrate mission controls (the keyed list of user IDs <> mission control IDs)from heap to stable memory. Therefore, given that it is still not possible on the IC to make backup before upgrading, this PR exposes an admin endpoint that returns all the mission controls (public keys and data) which I'll be able to save into a JSON file.