Skip to content

Add EVM Smart Rollup Sandbox (first stage)

The evm-rollup sandbox is still in development. This adds the option --start-smart-rollup evm which originates an evm-rollup and starts the rollup-node and evm-proxy server. Also included is the octez evm-kernel and a few support L1 contracts for operating the evm-rollup.

Adds:

  • --kernel-setup-file=PATH
  • --smart-rollup-node-init-with=FLAG|OPTION=VALUE
  • --smart-rollup-node-run-with=FLAG|OPTION=VALUE

Removes:

  • Transaction rollup sandbox.

Fixes:

  • src/scripts/tutorial-box.sh root-path (they were a bit mangled).
Edited by Phil Saxton

Merge request reports