Sina M

Results 81 issues of Sina M

I'm using socket.io, when the user closes the application(pause) and then resumes, the old socket is replaced with a new one, and another socket is created also. Is there some...

Copied over and adapted from https://github.com/gballet/go-ethereum/tree/kaustinen-with-shapella, following the latest changes to the spec: https://eips.ethereum.org/EIPS/eip-2935

status:triage
prague

[EIP-4788](https://eips.ethereum.org/EIPS/eip-4788) introduces a system contract which is deployed as a normal contract to the state. However it is required for networks which have the Cancun fork enabled. It is a...

type:bug
help wanted
good first issue

The existing multiproof format can rebuild a trie from leaves to root. In Eth1 the accounts (located in leaves) store a `codeHash` and a root hash of their storage tries....

proof
evm

If an evm contract has the opcode BLOCKHASH, the relayer should include the necessary block headers. I.e. if evm code includes `BLOCKHASH 3`, relayer includes block header for block 3...

evm

As mentioned in the rationale part of the [EIP-1985](https://eips.ethereum.org/EIPS/eip-1985) any memory offset larger than 32bits is not feasible (it'd need a really high amount of gas to expand memory beyond...

evm

In the current token EE prototype we first process txes and produce a set of updated accounts, and only then verify the multiproof and compute the post state root. This...

evm

For context and previous discussion on see https://github.com/gballet/multiproof-rs/issues/28 and the corresponding PR https://github.com/gballet/multiproof-rs/pull/39 in the multiproof-rs repo.

proof