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: start bridging and udate sdk start refactor #1

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

Commits on Mar 29, 2024

  1. feat: init smart wallet

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6e2949e View commit details
    Browse the repository at this point in the history
  2. feat: add smart wallet V2

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    38a3bcf View commit details
    Browse the repository at this point in the history
  3. fix: fix issue in V2 wallet

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    54f5a8f View commit details
    Browse the repository at this point in the history
  4. add smart walletv2 tests

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b8b6eae View commit details
    Browse the repository at this point in the history
  5. fix

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    74dfafc View commit details
    Browse the repository at this point in the history
  6. start cleanup tests and scripts

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f7a0945 View commit details
    Browse the repository at this point in the history
  7. feat: native transfer script complete

    BingBong committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f874090 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. feat: cleanup main scripts

    BingBong committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ecb0aa0 View commit details
    Browse the repository at this point in the history
  2. add wrapper for easy accessing ultchain assets

    BingBong committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5ccc9df View commit details
    Browse the repository at this point in the history
  3. chore use tokens in correct places

    BingBong committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e3ac860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    673434e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: starting router

    BingBong committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cfdfcda View commit details
    Browse the repository at this point in the history
  2. feat: develop more on smart wallet router

    BingBong committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1e175b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat: starting viem migration

    BingBong committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    680d872 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: finish gas estimator

    BingBong committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b3da467 View commit details
    Browse the repository at this point in the history
  2. feat: finish base viem migration

    BingBong committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ea17875 View commit details
    Browse the repository at this point in the history
  3. feat: clean up and types organisation

    BingBong committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ff3b809 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat: implement permit2

    BingBong committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a2b1ce3 View commit details
    Browse the repository at this point in the history
  2. feat: add permit2 extension

    BingBong committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3ec563c View commit details
    Browse the repository at this point in the history
  3. feat: extend permit2 contracts

    BingBong committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0eb19ad View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: create demo

    BingBong committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4923f70 View commit details
    Browse the repository at this point in the history
  2. feat: next.js demo and sdk improvmements

    BingBong committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4cccc30 View commit details
    Browse the repository at this point in the history
  3. feat: integrte permit2 approvals

    BingBong committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fa25892 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. feat work on permit flow for cutom token gas fees

    BingBong committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    995f7b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix: cleanup

    BingBong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f976835 View commit details
    Browse the repository at this point in the history
  2. feat add monorepo

    BingBong committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e4c7cb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1f4075c View commit details
    Browse the repository at this point in the history
  2. feat: continue work on contract fee handling

    BingBong committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bbe3fa7 View commit details
    Browse the repository at this point in the history
  3. feat: minor sc changes for better var access

    BingBong committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e978c78 View commit details
    Browse the repository at this point in the history
  4. update latest stable compilation

    BingBong committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a5822e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b3f06e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. implemented new sig scheme from uin permit2

    BingBong committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6858cf5 View commit details
    Browse the repository at this point in the history
  2. finish base permit2 custom intergration

    BingBong committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9d20869 View commit details
    Browse the repository at this point in the history
  3. feat: wrap up permit2 integration

    BingBong committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c8d35df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887d8b9 View commit details
    Browse the repository at this point in the history
  5. feat adding and function docs for contracts

    BingBong committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4a0ffc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    e6efa5f View commit details
    Browse the repository at this point in the history
  2. better contracts layout

    BingBong committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    90dd5e9 View commit details
    Browse the repository at this point in the history
  3. feat: adding bridge ops

    BingBong committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6a6a185 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. feat: start bridging and udate sdk start refactor

    BingBong committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7c61bf3 View commit details
    Browse the repository at this point in the history