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
$ ./manage.sh -n <network> -a stop
$ ./manage.sh -n <network> -a import
$ ./manage.sh -n <network> -a restart