celo-org / viem

TypeScript Interface for Ethereum
https://viem.sh
Other
0 stars 0 forks source link

viem-op extensions compatibility with cel2 #15

Closed aaronmgdr closed 4 months ago

aaronmgdr commented 7 months ago

l1 fees (absent on cel2)

If we deploy a contract with the GasPriceOracle Interface that returns 0 then any function from viem that calls L1fees will still work for cel2.

#306

fault proof / game related

aaronmgdr commented 7 months ago

S but there is uncertainty so L

aaronmgdr commented 6 months ago

knowing the time on this requires going thru each function seeing what it does and then conferring wit blockchain team about differences in cel2 and op main

aaronmgdr commented 6 months ago

Note until we have a clear spec for what happens with DA layer its not clear what we can do for the alternate to the gasPrice /L1 fees call that will break on celo.

aaronmgdr commented 6 months ago

note i took out the parts of the ticket we can actually do an put them in #309

lvpeschke commented 6 months ago

Blocked on https://github.com/celo-org/celo-blockchain-planning/issues/163

aaronmgdr commented 5 months ago

todo test out the existing viem op stack extentions and see how using them without modification is like.

aaronmgdr commented 4 months ago

replaced with https://github.com/celo-org/celo-blockchain-planning/issues/423