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

Add revert handling to the Swap example #219

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

Add revert handling to the Swap example #219

wants to merge 69 commits into from

Commits on Nov 8, 2024

  1. Update hello to auth calls

    fadeev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2b827bc View commit details
    Browse the repository at this point in the history
  2. remove omnichain examples

    fadeev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    afa11f1 View commit details
    Browse the repository at this point in the history
  3. wip

    fadeev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b6a444d View commit details
    Browse the repository at this point in the history
  4. swap works

    fadeev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a5e15a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. swap

    fadeev committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    50e7217 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. deps and remove omnichain swap

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f8357ad View commit details
    Browse the repository at this point in the history
  2. nft: update toolkit

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b0f3d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3150e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d687d9c View commit details
    Browse the repository at this point in the history
  5. rename hello to calls

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ff28b85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5f6c5f View commit details
    Browse the repository at this point in the history
  7. rename to call

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b6886bf View commit details
    Browse the repository at this point in the history
  8. rename to call

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d420ab7 View commit details
    Browse the repository at this point in the history
  9. call: depositAndCall

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    936d399 View commit details
    Browse the repository at this point in the history
  10. call: add deposit function

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7476874 View commit details
    Browse the repository at this point in the history
  11. call: universal withdraw

    fadeev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c2410f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed3e800 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. call: fix withdraw and call

    fadeev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    68217a5 View commit details
    Browse the repository at this point in the history
  2. onCall: remove return

    fadeev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c5e2348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e05fb0 View commit details
    Browse the repository at this point in the history
  4. returns bytes 4

    fadeev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    deffb4d View commit details
    Browse the repository at this point in the history
  5. slither

    fadeev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    382e08c View commit details
    Browse the repository at this point in the history
  6. call: reverts

    fadeev committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f05a97c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. hello example

    fadeev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f7b583a View commit details
    Browse the repository at this point in the history
  2. remove unused improts

    fadeev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5eb0da9 View commit details
    Browse the repository at this point in the history
  3. slither

    fadeev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1d72aee View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. wip

    fadeev committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5b6234f View commit details
    Browse the repository at this point in the history
  2. nft: fix localnet

    fadeev committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    44f7d72 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. rename test.sh to localnet.sh

    fadeev committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    57ceeb8 View commit details
    Browse the repository at this point in the history
  2. rename test.sh to localnet.sh

    fadeev committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6513b52 View commit details
    Browse the repository at this point in the history
  3. rename test.sh to localnet.sh

    fadeev committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c1ab35e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. token: consistency

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8331f22 View commit details
    Browse the repository at this point in the history
  2. wip

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    01700ef View commit details
    Browse the repository at this point in the history
  3. fix

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    29bb170 View commit details
    Browse the repository at this point in the history
  4. immutable

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0b7ac4c View commit details
    Browse the repository at this point in the history
  5. import types

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    34e87b4 View commit details
    Browse the repository at this point in the history
  6. fix revert

    fadeev committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    822cb23 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. nft: rename sender to receiver

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    85f91be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1495357 View commit details
    Browse the repository at this point in the history
  3. token: deploy task

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1df6664 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ad522 View commit details
    Browse the repository at this point in the history
  5. default addresses

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    051ee41 View commit details
    Browse the repository at this point in the history
  6. default addresses

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    cfaf6fb View commit details
    Browse the repository at this point in the history
  7. add localnet to gitignore

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9985dc7 View commit details
    Browse the repository at this point in the history
  8. remove default uniswap address

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    757c438 View commit details
    Browse the repository at this point in the history
  9. nft: withdrawAndCall

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0cbaa24 View commit details
    Browse the repository at this point in the history
  10. nft: return extra tokens to sender, handle a case where receiver is n…

    …ot the same as sender
    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    13f3299 View commit details
    Browse the repository at this point in the history
  11. token: return to sender

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    75438c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa55fa3 View commit details
    Browse the repository at this point in the history
  13. fix

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fd03f00 View commit details
    Browse the repository at this point in the history
  14. remove placeholder event

    fadeev committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    91b8121 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. token: zero address validation

    fadeev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1bda9b7 View commit details
    Browse the repository at this point in the history
  2. swap: zero address validation

    fadeev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    84beed4 View commit details
    Browse the repository at this point in the history
  3. immutable gas limit

    fadeev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4cfaa55 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. rename counterparty

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    16d8c13 View commit details
    Browse the repository at this point in the history
  2. rename counterparty

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5013b00 View commit details
    Browse the repository at this point in the history
  3. rename counterparty

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6a15652 View commit details
    Browse the repository at this point in the history
  4. gateway revert

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c89c6da View commit details
    Browse the repository at this point in the history
  5. gateway revert

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    786d629 View commit details
    Browse the repository at this point in the history
  6. safeTransferFrom

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a6d9809 View commit details
    Browse the repository at this point in the history
  7. revert

    fadeev committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    83ab10b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix: Swap handle reverts

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    acd8da7 View commit details
    Browse the repository at this point in the history
  2. Swap to any

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f425a77 View commit details
    Browse the repository at this point in the history
  3. remove extra approve

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    581f201 View commit details
    Browse the repository at this point in the history
  4. Refactor

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2d82f6c View commit details
    Browse the repository at this point in the history
  5. gas limit

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e815844 View commit details
    Browse the repository at this point in the history
  6. gas immutable and deploy fix

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5dfba30 View commit details
    Browse the repository at this point in the history
  7. handle errors

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a279ac1 View commit details
    Browse the repository at this point in the history
  8. throw error

    fadeev committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e111f44 View commit details
    Browse the repository at this point in the history