testnet
testnet copied to clipboard
Testnet planning & documentation
Native python ewasm interpreter child of #32
requires #35 https://notes.ethereum.org/qLkb-NM_R2eDgVGAy8n6WQ?both https://github.com/ethereum/py-evm/pull/923 https://github.com/lrettig/juno
Allow creating and running ewasm contracts in Remix
See https://github.com/poanetwork/blockscout
https://www.appveyor.com/docs/team-setup/#setting-up-appveyor-account-for-github-organization
This is especially important as while implementing `accountRange` the requirement from the geth team is to not support preimage resolution, but do it afterwards using the `debug_preimage` RPC call. This...
PyWebAssembly follows the wasm spec very closely, so by adding code coverage to it and running only the official wasm test suite should give very accurate report of official test...
Take the precompiles from https://github.com/ewasm/ewasm-precompiles May depend on https://github.com/ethereum/cpp-ethereum/issues/5177.