gear icon indicating copy to clipboard operation
gear copied to clipboard

feat(sandbox-host): update sandbox host wasmi version

Open ByteNacked opened this issue 1 year ago • 2 comments

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

ByteNacked avatar Oct 08 '24 09:10 ByteNacked

Node sync still in progress...

ByteNacked avatar Oct 15 '24 08:10 ByteNacked

:stop_sign: Seems Wasmi executor unable to sync testnet, gonna investigate this problem.

Update: Fixed :heavy_check_mark: :heavy_check_mark:

ByteNacked avatar Oct 25 '24 07:10 ByteNacked

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) {

ByteNacked avatar Nov 04 '24 09:11 ByteNacked