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(auctions): add auctions api to IO classes #235

Merged
merged 14 commits into from
Oct 24, 2024
Merged

Commits on Oct 24, 2024

  1. feat(auctions): add auctions api to IO classes

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    974897b View commit details
    Browse the repository at this point in the history
  2. fix(types): update types to match contract

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cb7d2b4 View commit details
    Browse the repository at this point in the history
  3. fix(auctions): update read APIs to fetch auctions, use vite example d…

    …isplay active auction
    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    32001c2 View commit details
    Browse the repository at this point in the history
  4. chore(test): update tests and examples

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    942ac7d View commit details
    Browse the repository at this point in the history
  5. fix(auctions): update types and add intervalMs

    The `intervalMs` allows you to provided the space between price intervals.
    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bc21200 View commit details
    Browse the repository at this point in the history
  6. chore(test): update tests

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    19fa6da View commit details
    Browse the repository at this point in the history
  7. feat(ant): support releasing of name of ANTs

    Permabought names can be released by the ANT owner. They will go into auction and if a bid is received, it will be split between the owner at the time of the release and the protocol balance. Otherwise, the name will be returned and can be reregistered by anyone.
    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    16363e8 View commit details
    Browse the repository at this point in the history
  8. chore(docs): update README with auction APIs

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ef57d91 View commit details
    Browse the repository at this point in the history
  9. chore: update test and docs

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6fe30f9 View commit details
    Browse the repository at this point in the history
  10. chore(docs): small type in README

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a9b8d1e View commit details
    Browse the repository at this point in the history
  11. chore(docs): fix readme

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    512c034 View commit details
    Browse the repository at this point in the history
  12. chore(docs): op, anotha one

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    775e1bc View commit details
    Browse the repository at this point in the history
  13. chore(docs): woof this is hard

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    213f7d2 View commit details
    Browse the repository at this point in the history
  14. chore(docs): modify auctions output

    dtfiedler authored and dtfiedler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b0d46d4 View commit details
    Browse the repository at this point in the history