gear
gear copied to clipboard
feat(sandbox-host): update sandbox host wasmi version
Resolves #3017 .
- [x] Update Wasmi host executor version
- [x] Update lazy-pages-fuzzer Wasmi version
- [x] Add CLI parameters to switch host executor
- [x] Sync mainnet
- [ ] IN PROGRESS Sync testnet
@reviewer-or-team
Node sync still in progress...
:stop_sign: Seems Wasmi executor unable to sync testnet, gonna investigate this problem.
Update: Fixed :heavy_check_mark: :heavy_check_mark:
should we init sandbox for ethexe as it used to be?
No we're not, init only sets global sandbox type.
added comment:
// Sets the global sandbox backend type.
// Buy default, it's set to `Wasmer`, so in case of `Wasmer` it's not necessary to call this function.
pub fn init(sandbox_backend: sandbox_env::SandboxBackend) {