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: Initial implementation of auction dApp #2265

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on May 28, 2024

  1. mvp

    mous1985 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6016549 View commit details
    Browse the repository at this point in the history
  2. package realm

    mous1985 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a5612ca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add emit event

    mous1985 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d1f20c6 View commit details
    Browse the repository at this point in the history
  2. wal

    mous1985 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    11f328c View commit details
    Browse the repository at this point in the history
  3. add event

    mous1985 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    efa50bf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. element in lowercase

    mous1985 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    96b652b View commit details
    Browse the repository at this point in the history
  2. r

    mous1985 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cc559a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. pull request v0

    mous1985 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1b2221c View commit details
    Browse the repository at this point in the history
  2. fix error std.Emit()

    mous1985 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    16ad976 View commit details
    Browse the repository at this point in the history
  3. fix error std.Emit() n1

    mous1985 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e143032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    581dbdf View commit details
    Browse the repository at this point in the history
  5. fix error too many argument

    mous1985 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9ca1253 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b6c1f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Apply suggestions from code review

    Co-authored-by: deelawn <dboltz03@gmail.com>
    mous1985 and deelawn committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a291aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e384536 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. update struct fields and delete the getter methods

    replace the auction liste avlTree by slice
    mous1985 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6936b8b View commit details
    Browse the repository at this point in the history
  2. delete newBid

    update AddBid
    update isOwnedBy
    mous1985 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e47aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd5b491 View commit details
    Browse the repository at this point in the history
  4. update auction_test.gno

    mous1985 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0d94343 View commit details
    Browse the repository at this point in the history
  5. update auction.gno realm

    mous1985 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9d63472 View commit details
    Browse the repository at this point in the history
  6. update auction test realm

    mous1985 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9a8ec0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af0ae2e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5b7ecaf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. ownable

    mous1985 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    45a2523 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. update auciton_test.gno

    mous1985 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9ebe6b9 View commit details
    Browse the repository at this point in the history