ScillaContrExec::execMsg takes the current blocknumber as an argument. Instead this should happen via callbacks, similar to how ScillaParams::fetchStateValue etc works, using the newly introduce fetchBlockchainInfo API introduced in https://github.com/Zilliqa/Zilliqa/pull/2757.
ScillaContrExec::execMsg
takes the current blocknumber as an argument. Instead this should happen via callbacks, similar to howScillaParams::fetchStateValue
etc works, using the newly introducefetchBlockchainInfo
API introduced in https://github.com/Zilliqa/Zilliqa/pull/2757.Additional reference: https://github.com/Zilliqa/scilla/pull/1056