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: blackjack #2302

Merged
merged 40 commits into from
Oct 26, 2023
Merged

feat: blackjack #2302

merged 40 commits into from
Oct 26, 2023

Commits on Oct 16, 2023

  1. feat: blackjack

    namgold committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2cc9590 View commit details
    Browse the repository at this point in the history
  2. fix build

    namgold committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    afa33d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. optimize caching

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d45a0ca View commit details
    Browse the repository at this point in the history
  2. add error

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    df894d1 View commit details
    Browse the repository at this point in the history
  3. update error

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    df65805 View commit details
    Browse the repository at this point in the history
  4. allow by default

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bcaeab6 View commit details
    Browse the repository at this point in the history
  5. fix

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fd6c9c6 View commit details
    Browse the repository at this point in the history
  6. improve approve

    namgold committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    96c506f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66ecab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. campaign dev

    namgold committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    88e83e5 View commit details
    Browse the repository at this point in the history
  2. dev env

    namgold committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    80b2821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a367028 View commit details
    Browse the repository at this point in the history
  4. fix messages

    namgold committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b354619 View commit details
    Browse the repository at this point in the history
  5. add classic pool error

    namgold committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    86381f8 View commit details
    Browse the repository at this point in the history
  6. fix

    namgold committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b835031 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. prod env

    namgold committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fe06a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0beeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df4486 View commit details
    Browse the repository at this point in the history
  4. update known pattern

    namgold committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3ed7c73 View commit details
    Browse the repository at this point in the history
  5. fix tickReader contract

    namgold committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f49ee4d View commit details
    Browse the repository at this point in the history
  6. fix collect fees

    namgold committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e089dfd View commit details
    Browse the repository at this point in the history
  7. claim error

    namgold committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3a78554 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix cancel LO

    namgold committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    deb39d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    dcf0064 View commit details
    Browse the repository at this point in the history
  2. update fetchBaseQuery

    namgold committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    912afd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8619978 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update .env.dev

    nhd98z authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8cd4f8f View commit details
    Browse the repository at this point in the history
  2. Dao stats

    nhd98z committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e94aea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0782e View commit details
    Browse the repository at this point in the history
  4. fix: contract reading

    namgold committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    add2cd2 View commit details
    Browse the repository at this point in the history
  5. update contracts

    namgold committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    37a2c77 View commit details
    Browse the repository at this point in the history
  6. fix build

    namgold committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7241cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. add handle voting

    namgold committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5b1a9d3 View commit details
    Browse the repository at this point in the history
  2. handle static farm

    namgold committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2de173f View commit details
    Browse the repository at this point in the history
  3. handle dynamic farm

    namgold committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e80a363 View commit details
    Browse the repository at this point in the history
  4. resolve todo

    namgold committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1f8602d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. prod

    namgold committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    73ba05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e2b28 View commit details
    Browse the repository at this point in the history
  3. revert env

    namgold committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ddcb2f7 View commit details
    Browse the repository at this point in the history
  4. dev env

    namgold committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    db8f85b View commit details
    Browse the repository at this point in the history