optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Optimism Bridge Issue(L1<->L2)

Open fsl-kyungmin opened this issue 2 years ago • 4 comments

Describe the bug Can Send Message From L1 to L2 But, Can't Send Message From L2 to L1 I don't know root cause but it's not working

To Reproduce Steps to reproduce the behavior:

  1. Follow This Guide(https://trufflesuite.com/boxes/optimism-bridge/)
  • L1: Geth(Go-Ethereum)
  • L2: Op-Geth(Optimism get image from Dockerhub)

Expected behavior Can Send Message From Both side

Screenshots screenshot

스크린샷 2023-02-14 오후 5 10 13

System Specs:

  • OS: MacOS 13.1(22C65)
  • Package Version (or commit hash):

Additional context Please help me want to solve this problem

fsl-kyungmin avatar Feb 14 '23 08:02 fsl-kyungmin

the tutorial worked for me. did u send 2 followup tx on L1 for finalizing L2 -> L1 withdraw?

jackylee0424 avatar Feb 17 '23 14:02 jackylee0424

Umm not yet. how to send followup tx???????? Don't know how to send I just refer this tutorial(https://trufflesuite.com/boxes/optimism-bridge/)

Could you teach me how to send follow tx?? @jackylee0424

fsl-kyungmin avatar Feb 20 '23 00:02 fsl-kyungmin

스크린샷 2023-02-20 오후 1 55 34 I'm testing now, still don't know how to send finalize tx.

fsl-kyungmin avatar Feb 20 '23 04:02 fsl-kyungmin

hi there. you should be able to finalize ur withdraw on L1 with these two steps:

  1. tx = await crossChainMessenger.proveMessage(hash) - https://github.com/ethereum-optimism/optimism-tutorial/tree/main/cross-dom-comm#optimism-message-to-ethereum-withdrawal
  2. tx = await crossChainMessenger.finalizeMessage(hash) - https://github.com/ethereum-optimism/optimism-tutorial/tree/main/cross-dom-comm#receive-the-message

jackylee0424 avatar Feb 25 '23 19:02 jackylee0424

Try using the devnet with make devnet-up

tynes avatar Jun 16 '23 19:06 tynes