Closed supreme2580 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mancala | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 9, 2024 3:12pm |
mancala-pkco | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 9, 2024 3:12pm |
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
Files ignored due to path filters (5)
* `contracts/manifests/dev/abis/base/contracts/mancala_systems_actions_actions.json` is excluded by `!contracts/**` and included by none * `contracts/manifests/dev/abis/base/models/mancala_models_mancala_game_mancala_game.json` is excluded by `!contracts/**` and included by none * `contracts/manifests/dev/base/contracts/mancala_systems_actions_actions.toml` is excluded by `!contracts/**` and included by none * `contracts/manifests/dev/base/models/mancala_models_mancala_game_mancala_game.toml` is excluded by `!contracts/**` and included by none * `contracts/src/models/mancala_game.cairo` is excluded by `!contracts/**` and included by noneYou can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR adds a parameter called
last_move_at
to the mancala game models with an initial value of 0, then updates it with the block timestamp each time the game move function is called as the seeds are being distributed.This PR closes: https://github.com/realm-of-ra/mancala/issues/152