-
I think this might be feasible. An ERC20 token, or an extension of the token, which has encrypted balances. The FHE can add and subtract and ensure balances are correct. Otherwise, all inputs to funct…
-
The current scripts for running benchmarks on EVM implementations are in https://github.com/cdetrio/benchmarking-wasm-ewasm-evm (private repo).
- [ ] The scripts could be moved to this repo.
The…
-
This test fails: https://github.com/ewasm/tests/blob/f589b26f35fc7957f1a94b73a75f72b134a6bffa/src/GeneralStateTestsFiller/stEWASMTests/initMalformedBytecodeInvalidMainFromTxFiller.yml. The init code s…
-
-
The execution engine part is mostly found here: https://notes.ethereum.org/s/HylpjAWsE#Shard-processing
Official discussion thread: https://ethresear.ch/t/a-layer-1-minimizing-phase-2-state-executi…
-
See https://github.com/ewasm/design/issues/189
It would be useful for benchmarking.
@chfast for this we need to include intx. Can we include it as a cmake project or we need to submodule it?
-
-
This is a question to understand if WebAssembly is out of the question or just out of scope.
Here is some context for this:
I am working on a blockchain project. My idea is to be able to compile m…
-
Implement metering based on [the ewasm docs](https://github.com/ewasm/design/blob/master/metering.md). Should have a separate gas table and go with everything set at 1 in the beginning, but should exp…
-
I think it would be useful to have a feature in testeth that converts tests from VM tests format to state tests (and/or blockchain tests) format during filling.
This makes it easier from the client…