Closed loothero closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
loot-survivor | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 4, 2024 8:51pm |
[!CAUTION]
Review failed
The pull request is closed.
The recent changes involve updates to the Dockerfile
, katana_start.sh
script, and networkConfig.ts
file within the project. The Dockerfile
has upgraded several software dependencies, while the katana_start.sh
script introduces new configuration variables for tournament launches and updates the compiler version. Additionally, the networkConfig.ts
file has modified the gameAddress
to a new Ethereum address, impacting the network settings for blockchain interactions.
Files | Change Summary |
---|---|
scripts/katana/Dockerfile |
Updated versions of scarb (2.6.5 to 2.7.1), starkli (0.2.9 to 0.3.4), and dojo (v0.7.4 to 1.0.0-alpha.9). |
scripts/katana/katana_start.sh |
Introduced new variables for tournament configuration and updated the compiler version from 2.6.2 to 2.7.1. |
ui/src/app/lib/networkConfig.ts |
Changed gameAddress to a new Ethereum address, altering the network configuration settings. |
sequenceDiagram
participant User
participant Katana
participant Network
User->>Katana: Start Tournament
Katana->>Katana: Initialize Variables
Katana->>Network: Deploy Game with Configurations
Network-->>Katana: Confirm Deployment
Katana-->>User: Tournament Started
🐇
In the garden where code does play,
New versions hop in, brightening the day.
With tournaments set and addresses anew,
Our project blooms, fresh as the dew.
Let's dance and cheer, for changes are here!
🌼✨
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?
Summary by CodeRabbit
New Features
Bug Fixes