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(protocol-kit): Predict Safe address improvements #982

Merged
merged 31 commits into from
Sep 26, 2024

Commits on Sep 18, 2024

  1. Add getContractInfo method

    yagopv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d249e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge branch 'development' of https://github.com/safe-global/safe-cor…

    …e-sdk into feat/predict-safe-address-custom-contracts
    yagopv committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3a7a472 View commit details
    Browse the repository at this point in the history
  2. Add tests

    yagopv committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    203c26d View commit details
    Browse the repository at this point in the history
  3. Add test

    yagopv committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d9e9761 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c10fd16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2af83 View commit details
    Browse the repository at this point in the history
  3. extract common type

    yagopv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5c8d944 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    aa9c1e6 View commit details
    Browse the repository at this point in the history
  2. Improve BaseContract logic

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fc42f97 View commit details
    Browse the repository at this point in the history
  3. Use types

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b2f5f36 View commit details
    Browse the repository at this point in the history
  4. Fix issue

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bd77ffe View commit details
    Browse the repository at this point in the history
  5. Remove console.log

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4f541f0 View commit details
    Browse the repository at this point in the history
  6. Execute new tests for >= 1.3.0

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8a195cf View commit details
    Browse the repository at this point in the history
  7. Log the failing address

    yagopv committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    30852ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a370a2 View commit details
    Browse the repository at this point in the history
  9. update type

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

Commits on Sep 25, 2024

  1. Merge branch 'development' of https://github.com/safe-global/safe-cor…

    …e-sdk into feat/predict-safe-address-custom-contracts
    
    # Conflicts:
    #	packages/protocol-kit/src/Safe.ts
    #	packages/protocol-kit/src/SafeProvider.ts
    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ea4bffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b8e99 View commit details
    Browse the repository at this point in the history
  3. Spread deploymentType

    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b943451 View commit details
    Browse the repository at this point in the history
  4. update tests

    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    44fa727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cbc29e View commit details
    Browse the repository at this point in the history
  6. Add comments

    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7ec5cb5 View commit details
    Browse the repository at this point in the history
  7. Update rpc's

    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9d65688 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    401bc29 View commit details
    Browse the repository at this point in the history
  9. Avoid exception

    yagopv committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    855907c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    421e5ea View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add more chains to the test

    yagopv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a10d8e6 View commit details
    Browse the repository at this point in the history
  2. Remove prop from type

    yagopv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3d09d3e View commit details
    Browse the repository at this point in the history
  3. beforeEach => before

    yagopv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eab2f3d View commit details
    Browse the repository at this point in the history
  4. Remove only

    yagopv committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9fca597 View commit details
    Browse the repository at this point in the history