Move `Blocks.setup` past `DbState.initialize`
`head_block_time` was called to early, before schema was created in `DbState.initialize`, which resulted in the following error: ``` psycopg2.errors.InvalidSchemaName: schema "hivemind_app" does not exist LINE 1: SELECT hivemind_app.head_block_time() ```
Loading