Closed edisontim closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
eternum | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 14, 2024 5:08pm |
The pull request includes significant updates to the Cargo.toml
file for the eternum-discord
package, focusing on dependency management. Key changes involve updating the source repositories for several dojo
dependencies and incrementing the versions of multiple shuttle
dependencies. Additionally, modifications were made to several Rust source files, including changes to logging in the DiscordMessageSender
, enhancements to error handling in the ToriiClientSubscriber
, and a restructuring of service initialization in the init.rs
and main.rs
files.
File Path | Change Summary |
---|---|
discord-bot/Cargo.toml | Updated dependencies for dojo-types , torii-client , torii-grpc , torii-relay , and dojo-world to a new source repository. Incremented versions of shuttle-runtime , shuttle-serenity , shuttle-rocket , and shuttle-shared-db from 0.48.0 to 0.49.0 . |
discord-bot/src/actors/discord_message_sender.rs | Removed logging statements in run and send_message methods. |
discord-bot/src/actors/torii_client_subscriber.rs | Added constant TORII_SUBSCRIPTION_MODELS . Changed subscribe method to use a while loop for retries and improved error handling and logging. |
discord-bot/src/init.rs | Renamed init_inner_services to launch_services , which now returns ShuttleSerenity . Introduced launch_internal_services and launch_discord_service for better service initialization. |
discord-bot/src/main.rs | Replaced init_services with launch_services in the main function, updated client handling, and enhanced error handling for migration execution. |
dojo
project are relevant to this PR, as both involve modifications to the Cargo.toml
file, although the specific dependencies and their versions differ.🐇 In the garden of code, we hop and play,
Dependencies shift, in a brand new way.
With services launching, and logs trimmed bright,
Our Discord bot dances, in the soft moonlight.
Hooray for the changes, let’s cheer and rejoice,
For every new feature, we’ll raise our voice! 🎉
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?
Failed to generate code suggestions for PR
Closes #2008
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Documentation