Sina M
Sina M
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...
Sample script for verifying a groth16 snark proof. In this case, the circuit verifies the result of multiplication of a private input and a public one. Verifier Expects the public...
Initial prototype for a basic eth1-esque stateless token with the following characteristics: - Uses the merkle patricia tree for state - RLP to encode block data, merkle proofs, etc. -...
Related: https://github.com/ewasm/design/issues/138, https://github.com/axic/runevm/issues/18, https://github.com/ewasm/hera/pull/539 Alternatively this method could be added as part of an "experimental" namespace.
Adds eth_batchCall as per #24089. The main characteristics are: - You give a block to be used as base state - A set of state overrides are applied *once* before...
The call tracer and prestate tracer store data JSON-encoded in memory. For live tracing I want to add alternative encodings (specifically RLP). So it's best if data is kept in...
I'm writing a script which compares the methods defined in the website against those exposed by the client so we can more easily find discrepancies.
Note if this is merged these files will go silently ignored. Alternatively we can raise an error in case these files exist as a first step and remove support in...
See discussion in https://github.com/ethereum/go-ethereum/pull/25419 example: ```console > debug.traceTransaction('0xc73e70f6d60e63a71dabf90b9983f2cdd56b0cb7bcf1a205f638d630a95bba73', { tracer: 'callTracer', tracerConfig: { onlyTopCall: true } }) { error: "execution reverted", from: "0xee1f68bdb5f202e61e22fb2bdba7114d15b50bbf", gas: "0x1fb84c", gasUsed: "0xde6e", input: "0x6ecd23060000000000000000000000000000000000000000000000000000000000000001", output:...