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

Random Number Generator #238

Merged
merged 50 commits into from
Oct 1, 2024
Merged

Random Number Generator #238

merged 50 commits into from
Oct 1, 2024

Commits on Jul 16, 2024

  1. feat: dice game vrf application

    okhaimie-dev authored and Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    33085ea View commit details
    Browse the repository at this point in the history
  2. feat: add summary nav

    okhaimie-dev authored and Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a6aa097 View commit details
    Browse the repository at this point in the history
  3. fix: ran scarb fmt

    okhaimie-dev authored and Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ef37fa6 View commit details
    Browse the repository at this point in the history
  4. fix: ran scarb fmt

    okhaimie-dev authored and Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c2e1553 View commit details
    Browse the repository at this point in the history
  5. Fix new lines

    Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f594f76 View commit details
    Browse the repository at this point in the history
  6. Add more info on randomness sources

    Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3db1038 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24fc67f View commit details
    Browse the repository at this point in the history
  8. minor rewording of 1 entropy source

    Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3dc1a26 View commit details
    Browse the repository at this point in the history
  9. remove anchors

    Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    272c1f8 View commit details
    Browse the repository at this point in the history
  10. Minor changes to fn names

    Nenad committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    60ecfbd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Implement dice game scaffold

    Nenad committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    416fefb View commit details
    Browse the repository at this point in the history
  2. Implement Pragma randomness

    Nenad committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a19d4dc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. minor refactor in randomness request

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5b78f83 View commit details
    Browse the repository at this point in the history
  2. Implement powerball scaffold

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fb75473 View commit details
    Browse the repository at this point in the history
  3. Turn Dice Game into CoinFlip

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7e47ed3 View commit details
    Browse the repository at this point in the history
  4. Implement coin_flip test

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    104bd22 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c16a65c View commit details
    Browse the repository at this point in the history
  6. Update titles

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f080d47 View commit details
    Browse the repository at this point in the history
  7. Remove redundant blank line

    Nenad committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c0e0ff6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add premium fee calculation into tests

    Nenad committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2f6000d View commit details
    Browse the repository at this point in the history
  2. Assert leftover balance

    Nenad committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dca7512 View commit details
    Browse the repository at this point in the history
  3. Remove comment about fees

    Nenad committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    06f9dc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f7dca View commit details
    Browse the repository at this point in the history
  5. Unfinished: refunded

    Nenad committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fe21adc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Store and use is_refunded flag

    Nenad Misić authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bf9de2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ce40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c835463 View commit details
    Browse the repository at this point in the history
  4. Format

    Nenad committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2089633 View commit details
    Browse the repository at this point in the history
  5. Use a FlipData struct instead of tuple

    Nenad committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    468ff98 View commit details
    Browse the repository at this point in the history
  6. Fix refund

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

Commits on Aug 1, 2024

  1. Simplify CoinFlip to pay the flips itself

    Nenad Misić authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d037d57 View commit details
    Browse the repository at this point in the history
  2. CALLBACK_FEE_DEPOSIT->MAX_CALLBACK_FEE_DEPOSIT

    Nenad Misić authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d141d5e View commit details
    Browse the repository at this point in the history
  3. Update tests to test the new CoinFlip contract

    Nenad Misić authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9e4cda0 View commit details
    Browse the repository at this point in the history
  4. Fix compile errors

    Nenad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a81ecad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    437b15c View commit details
    Browse the repository at this point in the history
  6. Remove starkli-wallet dir

    Nenad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9f3f790 View commit details
    Browse the repository at this point in the history
  7. Generate 3 random words for the 1st test

    Nenad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a2ed992 View commit details
    Browse the repository at this point in the history
  8. refactor tests

    Nenad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    73a97a9 View commit details
    Browse the repository at this point in the history
  9. Add missng newline to scarb.toml

    Nenad committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    49b42d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix typo in md

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6022c02 View commit details
    Browse the repository at this point in the history
  2. reword 'manipulation' def

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d1174bd View commit details
    Browse the repository at this point in the history
  3. Chainlink->Pragma

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fb33c55 View commit details
    Browse the repository at this point in the history
  4. link to Commit-reveal chapter issue

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fcce3d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a0ed91 View commit details
    Browse the repository at this point in the history
  6. Turn point 5 into a note

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a3b6e3b View commit details
    Browse the repository at this point in the history
  7. Remove Sideways enum

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b75676d View commit details
    Browse the repository at this point in the history
  8. fix conflicts with upstream

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    642054e View commit details
    Browse the repository at this point in the history
  9. add contract description

    Nenad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5c68e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    6b3c539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f99abf View commit details
    Browse the repository at this point in the history