This hotfix release contains the following.
- Fetch the latest scilla docker image containing the fix for the scilla-server executable crash because secp256k1 OCaml wrapper libraries did not check (until version 0.4.4) the recid argument is within the bounds calling the unsafe C code which segfault if given incorrect inputs.
- Improve API GetSmartContracts to avoid holding primary mutex for a long time.