Suning Yao

Results 8 issues of Suning Yao

Super interesting project! I'm curious what will be the future use case of evm2. L3?

I was browsing contract source codes and came across this typo. This is definitely not an auto-generated pr...

For The Graph's graph-ts [implementation](https://github.com/graphprotocol/graph-tooling/blob/main/packages/ts/common/numbers.ts#L113C1-L119C4), `BigInt.toHex()` and `BigInt.toHexString()` behaves the same. ```js toHex(): string { return typeConversion.bigIntToHex(this); } toHexString(): string { return typeConversion.bigIntToHex(this); } ``` However, in my thoughts `toHex()`...

Not close until 100%.

For many L2 Rollups, they have forked the client from [geth](https://github.com/ethereum/go-ethereum), so they show the following diff via an explorer. - https://op-geth.optimism.io/ - https://geth.taiko.xyz/ In addition, there are similar projects...

## Overview Move CIP-5 to last call. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing -...

w-ci
t-erc
s-draft
c-new
e-consensus
e-review