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

Smart contract sdk support #508

Merged
merged 38 commits into from
Oct 24, 2024
Merged

Smart contract sdk support #508

merged 38 commits into from
Oct 24, 2024

Commits on Sep 24, 2024

  1. Merge pull request #500 from xmtp/np/update-beta-with-main

    Pull main into beta
    nplasterer authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    54be3f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. bump the pod

    nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d9d018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4486b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #507 from xmtp/np/merge-main-beta

    Merge main into beta
    nplasterer authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6383b9c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'beta' of https://github.com/xmtp/xmtp-react-native into…

    … np/smart-contract-sdk-support
    nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    27e5aec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c6a186 View commit details
    Browse the repository at this point in the history
  6. add interface for signer

    nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    37b9271 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268e461 View commit details
    Browse the repository at this point in the history
  8. get the create the build

    nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2c72d55 View commit details
    Browse the repository at this point in the history
  9. Update signer

    rygine authored and nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6bb9427 View commit details
    Browse the repository at this point in the history
  10. Update swift

    rygine authored and nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1fa7b37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a10db52 View commit details
    Browse the repository at this point in the history
  12. make this cleaner

    nplasterer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f47bcc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3dd9161 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Android side

    nplasterer committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5100167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9249818 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. latest libxmtp

    nplasterer committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e00a62e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    c1ebdf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a820c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/xmtp/xmtp-react-native into…

    … np/smart-contract-sdk-support
    nplasterer committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1094e05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d8063d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    ed81adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711f55f View commit details
    Browse the repository at this point in the history
  3. fix chainId ternary

    peterferguson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    70461f4 View commit details
    Browse the repository at this point in the history
  4. sig should be a string

    peterferguson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1febd29 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #515 from peterferguson/pf/np/smart-contract-sdk-s…

    …upport
    
    Fixes some build & type bugs in smart contracts
    nplasterer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e7454f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4fc885c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ca322 View commit details
    Browse the repository at this point in the history
  3. bad merge

    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1ccaec4 View commit details
    Browse the repository at this point in the history
  4. do the ios side

    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8ac19bb View commit details
    Browse the repository at this point in the history
  5. int instead of uint

    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dc4de41 View commit details
    Browse the repository at this point in the history
  6. fix the signer

    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fd6e6d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b42a54b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/xmtp/xmtp-react-native into…

    … np/smart-contract-sdk-support
    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    93bd230 View commit details
    Browse the repository at this point in the history
  9. add back limit

    nplasterer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bf43701 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    230db03 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #516 from peterferguson/pf/np/smart-contract-sdk-s…

    …upport
    
    fix: ios type <-> walletType field name mismatch
    nplasterer authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    74c82dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d6d62d View commit details
    Browse the repository at this point in the history