Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add weth -> eth/weth bridge functionality #1115

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 15, 2024

  1. add unwrap functionality

    Signed-off-by: bennett <[email protected]>
    bmzig committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bfadd76 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. define ETH <-> WETH routes

    Signed-off-by: bennett <[email protected]>
    bmzig committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    382d8a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0137fa0 View commit details
    Browse the repository at this point in the history
  2. fix incorrect data encoding

    Signed-off-by: bennett <[email protected]>
    bmzig committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9ddd03c View commit details
    Browse the repository at this point in the history
  3. bump contracts

    Signed-off-by: bennett <[email protected]>
    bmzig committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    be863e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b1382df View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge branch 'master' into bz/wethWrap

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9f1657b View commit details
    Browse the repository at this point in the history
  2. regenerate routes

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2f56e88 View commit details
    Browse the repository at this point in the history
  3. fix improper merge

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9be9488 View commit details
    Browse the repository at this point in the history
  4. do not use the multicall handler when receiving ETH

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    69bf877 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge branch 'master' into bz/wethWrap

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    aa38e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge branch 'master' into bz/wethWrap

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4b64ecc View commit details
    Browse the repository at this point in the history
  2. Support WETH -> WETH/ETH

    Signed-off-by: bennett <[email protected]>
    bmzig committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0f51bc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    1532714 View commit details
    Browse the repository at this point in the history
  2. rename

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5c5c1b2 View commit details
    Browse the repository at this point in the history
  3. regen routes

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d83375e View commit details
    Browse the repository at this point in the history
  4. remove WETH -> ETH constraint

    Signed-off-by: bennett <[email protected]>
    bmzig committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    11e87ea View commit details
    Browse the repository at this point in the history