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

Register, search, names, and more #5

Merged
merged 93 commits into from
Sep 6, 2023
Merged

Register, search, names, and more #5

merged 93 commits into from
Sep 6, 2023

Commits on Aug 10, 2023

  1. add "api" script in root

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6154319 View commit details
    Browse the repository at this point in the history
  2. add radix-ui/react-slot

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0ef03e0 View commit details
    Browse the repository at this point in the history
  3. update yaml lock

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6442e87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5f8754 View commit details
    Browse the repository at this point in the history
  5. add new tailwind components

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    136c32a View commit details
    Browse the repository at this point in the history
  6. add ability to register bns name

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2a815dd View commit details
    Browse the repository at this point in the history
  7. add jest types

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3bd6292 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab70f63 View commit details
    Browse the repository at this point in the history
  9. add register page/component

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    109e3da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d373ede View commit details
    Browse the repository at this point in the history
  11. feat: tests for namespace pricing functions

    also moved client tests to vitest
    hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    687239d View commit details
    Browse the repository at this point in the history
  12. merge tailwind button components

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a025e04 View commit details
    Browse the repository at this point in the history
  13. update imports for Button

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2f99b01 View commit details
    Browse the repository at this point in the history
  14. temp: comment out unused Beutton

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7262063 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27bd88a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bbd2f76 View commit details
    Browse the repository at this point in the history
  17. install sonner for toasts

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    01ca0c4 View commit details
    Browse the repository at this point in the history
  18. add state for register tx

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c274502 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5385f8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95c5ea7 View commit details
    Browse the repository at this point in the history
  21. add post conditions to name register

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dd83c37 View commit details
    Browse the repository at this point in the history
  22. add devnet and testnet namespace

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    82ba396 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95e4f1e View commit details
    Browse the repository at this point in the history
  24. add available namespaces to atom store

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c41c175 View commit details
    Browse the repository at this point in the history
  25. update to use helpers

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ef0224c View commit details
    Browse the repository at this point in the history
  26. use namespace store

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f25cd0f View commit details
    Browse the repository at this point in the history
  27. reset profile code

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0d51a19 View commit details
    Browse the repository at this point in the history
  28. use computePrice func

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    70c1a95 View commit details
    Browse the repository at this point in the history
  29. update copy from claim to register

    ryanwaits authored and hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2a3a91c View commit details
    Browse the repository at this point in the history
  30. fix: mocknet url for scripts

    This is a workaround for running devnet with OrbStack
    hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fdb3b97 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    94d5b43 View commit details
    Browse the repository at this point in the history
  32. feat: setup shadcn-ui cli

    hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    69ee1c1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    21a9769 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f57234f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d4d2ba7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9f9d205 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b683cfe View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ea06c68 View commit details
    Browse the repository at this point in the history
  39. chore: remove commented import

    hstove committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    69daa9b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d5b54ec View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. feat: new migrator contract

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3366d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3313d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4bdeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1608374 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25325a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc5aa60 View commit details
    Browse the repository at this point in the history
  7. feat: trigger tx for bridging

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3693554 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b74a91 View commit details
    Browse the repository at this point in the history
  9. fix: conflicts from merge

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6414d02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    364655a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5a0431 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    350da92 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d2bcf4 View commit details
    Browse the repository at this point in the history
  14. feat: bridge wrap tx page

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0075633 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    522944c View commit details
    Browse the repository at this point in the history
  16. feat: v1 of ordinal card

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0e805fb View commit details
    Browse the repository at this point in the history
  17. feat: clean up ord card

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    67af968 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4278e6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ae0fae View commit details
    Browse the repository at this point in the history
  20. feat: start of unwrap page

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    111fdd8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    05c4c5e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c126913 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9bd1118 View commit details
    Browse the repository at this point in the history
  24. feat: v1 of wrapper deployer

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7b8b899 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c56e9f1 View commit details
    Browse the repository at this point in the history
  26. fix: bootstrap script timing

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    86d0c46 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f9fd882 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5ff9f52 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c91e7ce View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    dce68ff View commit details
    Browse the repository at this point in the history
  31. feat: links to bridge a name

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    fb2fae0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1f5e32b View commit details
    Browse the repository at this point in the history
  33. feat: layout tweaks

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bf77b74 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4fb8f43 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6b19747 View commit details
    Browse the repository at this point in the history
  36. feat: name page

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f233653 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    19a2685 View commit details
    Browse the repository at this point in the history
  38. feat: names search ui

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5d8fc67 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    33333ad View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b9809a9 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    37dc2b4 View commit details
    Browse the repository at this point in the history
  42. feat: debounced search

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8ea8e8d View commit details
    Browse the repository at this point in the history
  43. feat: name page improvements

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ea38ff4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    65ae4f4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4bce301 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f9ea1a6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    640cdae View commit details
    Browse the repository at this point in the history
  48. feat: add feature flag for l1

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9d0b496 View commit details
    Browse the repository at this point in the history
  49. fix: type error on nostr page

    hstove committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f23581b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e36fba1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2de3bc6 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b626943 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a7be163 View commit details
    Browse the repository at this point in the history