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

[WIP] Refactor table forms #878

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

[WIP] Refactor table forms #878

wants to merge 29 commits into from

Commits on Oct 23, 2024

  1. Reworks Privy config to allow for eoas without making smart wallets. …

    …Adds a reference point to the loader in the playground route that checks if a user is using a smart wallet on the server and allows us to act accordingly
    jonathanprozzi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9c1bfcf View commit details
    Browse the repository at this point in the history
  2. Testing a poc for detecting smart wallet and configuring appropriate …

    …client (in playground route)
    jonathanprozzi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    be9cb3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f3e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd26e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ac882d View commit details
    Browse the repository at this point in the history
  6. Add useUserWallet hook

    0xjojikun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2ff7653 View commit details
    Browse the repository at this point in the history
  7. squash

    0xjojikun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c94ad67 View commit details
    Browse the repository at this point in the history
  8. Add hasSmartWallet util

    0xjojikun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a26e899 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd08412 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2da0936 View commit details
    Browse the repository at this point in the history
  11. Begins adding in the useUserWallet hook to support EOAs and Smart Wal…

    …lets in the actual flow (not just in playground)
    jonathanprozzi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a984ad8 View commit details
    Browse the repository at this point in the history
  12. Updates the flow to support EOAs and smart wallets similar to in play…

    …ground. Updates the ENV handling to use vite meta env. Updates the Dockerfile with new ENV (need to update render.yaml as well). Fixes formatting and type issues and removes helper <pre> from index
    jonathanprozzi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4a1e91e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae4ad10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38b82d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27dcf68 View commit details
    Browse the repository at this point in the history
  16. fix pnpm-lock and linting

    0xjojikun committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b4de4ea View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    5702a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190fa42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4031a95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8bf22a View commit details
    Browse the repository at this point in the history
  5. Tests -- adds wagmi and walleconnect package to noExternal in vite co…

    …nfig incase new version causing issues. Removes frozen lockfile from Dockerfile
    jonathanprozzi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    684d286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0830471 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95b6af8 View commit details
    Browse the repository at this point in the history
  8. Moves everything Privy related to client and removes all other instan…

    …ces of Privy in server components
    jonathanprozzi committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    36aaa1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11a92f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed02ae8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a16093 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Checkpoint

    0xjojikun committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    03ba1ed View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    0xjojikun committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4e87d5f View commit details
    Browse the repository at this point in the history