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

Add auction start functionality to vault #4

Open
wants to merge 43 commits into
base: feature/mint
Choose a base branch
from

Commits on Jul 31, 2024

  1. 👷 Add auction contracts

    Flocqst committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    debfcce View commit details
    Browse the repository at this point in the history
  2. ✨ prettify

    Flocqst committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bfedeb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. 📚 Add NatSpec

    Flocqst committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    525cfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2b6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. 👷 Rename ended to settled

    Flocqst committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f860c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546bb38 View commit details
    Browse the repository at this point in the history
  3. 👷 nit : Lock -> lock

    Flocqst committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5a5670b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1ab973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b59063 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a45478 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    cd66738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db9628b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0be95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ea697e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    55873e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f355ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f6925 View commit details
    Browse the repository at this point in the history
  4. 📚 natspec

    cmontecoding committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7c84fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    94bc947 View commit details
    Browse the repository at this point in the history
  2. 👷 auctionReady

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c11885c View commit details
    Browse the repository at this point in the history
  3. 👷 bidBuffer change

    Flocqst committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d9e9fe0 View commit details
    Browse the repository at this point in the history
  4. 👷 set pDAO in constructor

    Flocqst committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    104330e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4acab41 View commit details
    Browse the repository at this point in the history
  6. ✨ fmt

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dd36646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c2891e View commit details
    Browse the repository at this point in the history
  8. ✅ auctionReady tests

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    55b6342 View commit details
    Browse the repository at this point in the history
  9. ✅ 📚 isAuctionReady

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9774bf9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b25bcc5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6cca60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16a0769 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7dde650 View commit details
    Browse the repository at this point in the history
  14. 👷 test_createAuction

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f30567c View commit details
    Browse the repository at this point in the history
  15. ✨ fmt

    cmontecoding committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    08303a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    871548c View commit details
    Browse the repository at this point in the history
  2. ✅ test_isAuctionReady

    cmontecoding committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a281e34 View commit details
    Browse the repository at this point in the history
  3. ✅ fuzz start time

    cmontecoding committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    faeacdd View commit details
    Browse the repository at this point in the history
  4. 📚✅ use constants

    cmontecoding committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3e7ca1a View commit details
    Browse the repository at this point in the history
  5. ✨ fmt

    cmontecoding committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8358721 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. 📚 author tag

    cmontecoding committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    65d34a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c94033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2da28f3 View commit details
    Browse the repository at this point in the history
  4. ✨ fmt

    cmontecoding committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ed0f2ec View commit details
    Browse the repository at this point in the history