API Upgrades
April 4, 2023 · View on GitHub
⚠️ For upgrades to running instances of this repo, you'll need to run the API event-replay
Breaking API schema changes
Typically when there is a major version change in the Stacks Blockchain API, an event-replay import will be required
This file will need to be created using the export command, and will be stored in ./persistent-data/<network>/event-replay
$ ./manage.sh -n <network> -a export
Running Stacks Blockchain API event-replay
$ ./manage.sh -n <network> -a stop
$ ./manage.sh -n <network> -a import
$ ./manage.sh -n <network> -a restart