Closed okhaimie-dev closed 1 week 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 | Nov 13, 2024 10:14am |
mancala-pkco | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 13, 2024 10:14am |
The pull request includes updates to several files within the client directory. Key changes involve modifying the import path for the manifest file in client/dojoConfig.ts
, updating API endpoint URLs in client/src/lib/config.ts
and client/src/lib/constants.ts
, and transitioning multiple @dojoengine
dependencies in client/package.json
from alpha to stable versions. These alterations reflect a shift to more stable configurations and updated API endpoints across the application.
File | Change Summary |
---|---|
client/dojoConfig.ts | Updated import path for manifest file and modified rpcUrl , toriiUrl , masterAddress , and masterPrivateKey to new API version values. |
client/package.json | Changed versions of multiple @dojoengine packages from alpha versions to stable releases (e.g., 1.0.0-alpha.24 to 1.0.0 ). |
client/src/lib/config.ts | Updated GRAPHQL_ENDPOINT to a new API version URL. |
client/src/lib/constants.ts | Modified SLOT_RPC_URL and ACTION_ADDRESS constants to new API version and address values, respectively. |
client/src/dojo/createSystemCalls.ts | Altered transaction receipt handling in create_game and create_private_game functions, changing from account.waitForTransaction to account.getTransactionReceipt . |
client/src/pages/Lobby.tsx | Updated asynchronous handling in create_game and create_private_game functions and improved state management for game creation UI. |
client/dojoConfig.ts
file, updating the rpcUrl
, toriiUrl
, masterAddress
, and masterPrivateKey
, which are also changed in the main PR.rpcUrl
and toriiUrl
in client/dojoConfig.ts
, indicating a similar change in API endpoints as seen in the main PR.rpcUrl
in client/dojoConfig.ts
to a different endpoint, which is relevant as it reflects changes in the same configuration file.SLOT_RPC_URL
in client/src/lib/constants.ts
, which is related to the changes in API endpoints in the main PR.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?
Issue: https://github.com/realm-of-ra/mancala/issues/187
Summary by CodeRabbit
New Features
Bug Fixes
Documentation