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: SafeErc20 utility #289

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 17, 2024

  1. Add SafeErc20 + safe_transfer

    0xNeshi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98e0660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    025dc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db1217 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    2287251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb779f1 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    0xNeshi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3182cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    a3a4673 View commit details
    Browse the repository at this point in the history
  2. Fix test balance assertions

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    05b235f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e449f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    025564a View commit details
    Browse the repository at this point in the history
  5. Use Call instead of RawCall

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    019ef51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33ef805 View commit details
    Browse the repository at this point in the history
  7. Revert to RawCall

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef2b0c8 View commit details
    Browse the repository at this point in the history
  8. Add safe_transfer_from

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8041c47 View commit details
    Browse the repository at this point in the history
  9. Format

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e4ba4e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1a47709 View commit details
    Browse the repository at this point in the history
  11. Initialize tests

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e978a6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e10c60 View commit details
    Browse the repository at this point in the history
  13. Use receipt instead of send

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    970e3cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22092da View commit details
    Browse the repository at this point in the history
  15. Simplify ERC20Mock

    0xNeshi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1ed10b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Revert e2e-tests.sh

    0xNeshi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    429b42d View commit details
    Browse the repository at this point in the history
  2. Add additional failure tests

    0xNeshi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1348579 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    3542d32 View commit details
    Browse the repository at this point in the history
  2. Rename reject-on-error test

    0xNeshi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b6ccccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42aa9d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    89240e6 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    0xNeshi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    282e9f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ca2af View commit details
    Browse the repository at this point in the history
  4. Add all required erc20 mocks

    0xNeshi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    53ab7f0 View commit details
    Browse the repository at this point in the history
  5. Simplify SafeErc20Example

    0xNeshi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bcf1374 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    29ea3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423743b View commit details
    Browse the repository at this point in the history
  3. Implement forceApprove

    0xNeshi committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d47db5a View commit details
    Browse the repository at this point in the history