smartcontracts

Results 306 comments of smartcontracts

https://github.com/ethereum-optimism/optimism/pull/3339 should fix this

#3339 fixed this for good, thanks for the reports here everyone!

For security reasons, we right now do not support `eth_sendTransaction` or `eth_sign`. As @tynes stated, the way to interact with the node is to create an `ethers.Wallet` as follows: ```js...

We may re-open this in the future but for now will close as `wontfix`.

Hmmm... I see. @elenadimitrova presumably for L2-native apps you could simply use truffle + ganache. How are people doing L1 L2 testing with truffle?

Won't be fixed before Bedrock. Should "just work" after Bedrock.

@tynes does this still happen? It seems important for `debug_trace*` to work for deposits.

Closing for lack of activity. I believe this is fixed. We can reopen if anyone runs into the same issue in the future.

This may actually not be a bug with l2geth but perhaps an upstream bug with Geth. Since this is a simple transfer, the 21000 gas is taken out of the...

I have a strong suspicion you will get the same result if you do this test against upstream geth using the callTracer