scout
scout copied to clipboard
Scout is a Ethereum 2.0 Phase 2 execution prototyping engine.
The following is a proposed sample yaml file which supports both shards ids and environment addresses. (I should write a schema, which yaml schema definition language is preferred?) ``` prestates:...
The motivation for this proposal is to allow dapp developers to experiment with cross-shard communication through the beacon chain. Analogous to how POSIX threads has `pthread_self()` to identify the thread...
Includes a contrived instance of a STARK verification of a number of MIMC rounds expressed inside an EE.
The goal is to be able to meter EEs and store those in the yaml file. It should be possible to try different metering approaches. Regarding the API I suggest...
We have quite a few questions to decide on this topic: 1) When to abort execution (e.g. when receiving a deposit structure in the API or at the end of...
Now that we have multiple implementations of scout, it'd be nice if they could test their compatibility with a test suite (like the ethereum state tests). As suggested by @axic...