Skip to content

Europa framework v0.1.0

Compare
Choose a tag to compare
@atenjin atenjin released this 20 Apr 12:25
· 47 commits to master since this release

Europa is a sandbox framework for substrate runtime. In v0.1.0, we implement the following things:

  1. Europa sandbox framework is another implementation for Substrate client.
  2. Europa framework doesn’t have consensus system, and it can produce block directly.
  3. Europa framework removes all related parts which are used for supporting runtime Wasm.
  4. This framework provides state-kv database.
  5. This framework provides some special RPC method for sandbox feature.
  6. This framework provides workspace to isolate different execution environments.