smartcontracts
smartcontracts
A wider range of type casting options would be wonderful.
@leonardoalt honestly the more I think about this, the more it seems like the sort of type casting I'm interested in is probably beyond the requirements of a stdlib. Probably...
Although other common operations like `bytes` manipulation (slicing, for one) or bit-level stuff (checking if a bit is set) would be very useful. It's easy enough in assembly, but would...
One option would be to pass `compilerOutputBytecodeObject` through `remove0x` or similar
@fvictorio sorry just getting back to this thread now. What's the downside of sending the entire project to Etherscan? Is it just slower? IMO it's totally fine to send all...
FYI, we just updated the Optimism docs to give more information about how to accurately estimate the current L1 data cost for a given transaction: https://community.optimism.io/docs/developers/build/transaction-fees/#estimating-the-l1-data-fee
When computing the total cost for a transaction on Optimism you need to account for two things, the L2 "execution" fee and the L1 "data" fee. The L2 execution fee...
We're thinking quite heavily about this issue. It's very likely that an update within the next few months will introduce a new scheme in which L2 blocks contain more than...
Moving over to optimistic-specs for further discussion
Going to reopen for now