John Chase

Results 9 issues of John Chase

1)I wonder that why you "get all the pending transactions" under the `"`subscribe('pendingTransaction`s' `", why you dont use txHash directly. 2) I write this down,`pendingTransactions = await web3.eth.getPendingTransactions().then(console.log())` but out...

Depends on https://github.com/ethereum/go-ethereum/pull/27629. This PR makes it possible to subscribe to traces being produced during normal block processing. So you can do `eth_subscribe('traces')` and get notifications from the tracer that...

Added detailed supplement for Storage

## Brief Description of the Docs Request The request is to simplify the complexity of documentation on the website, with an emphasis on highlighting broad concepts through easily understandable visual...

documentation
community-request

1. According to the [spces](https://github.com/ethereum-optimism/specs/blob/dfa8ea9568b0e35827be763fa8e6a2eeb9d90704/specs/fault-proof/stage-one/fault-dispute-game.md#step-types) According to the specifications, the operations "attack" and "defend" are used for countering claims at the finest granularity, i.e., at the maximum game depth. Specifically,...

The CrossL2Inbox is not directly interact with op-supervisor, the op-supervisor is work together with OP-geth and only allow the valid message transaction(aka the CrossL2Inbox call) to be included to the...