Daniel Wang

Results 103 comments of Daniel Wang

Based on the discussion in this PR, I propose that we only apply the following: - GAS-13 | Use of this instead of marking as public an external function -...

> > ``` > > * GAS-14 | Increments/decrements can be unchecked in for-loops > > ``` > > With .8.22 or above, the for loops are optimized by default...

With the upcoming testnet, the min base-fee is 1gwei, this shall "fix" some UX issues with metamask. I'll close this issue for now.

I think it's OK to have such warning :D

@zerosecxz could you elaborate these two feature requests?

@KorbinianK for our mainnet launch, do we have a list of verified tokens already?

Close it for now.

@courage-ugw please verify if the bug has been fixed, if not, you are welcome to work on it.

> This is big decision! Bigger blocks have little impact on the network except some smaller things, raising the gas target actually increases the capacity of the network 10x! So...

Using this query: ```sql --Error: Unable to fully debug query SELECT SUM(gas_used) AS total_gas_used_last_year FROM optimism.blocks -- replace optimsm with ethereum, arbitrum WHERE time >= CAST('2024-03-15 00:00:00' AS timestamp) -...