Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ByteBuildersLabs/ByteBeastsBackend

bitfalt created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I'm a web3 developer with experience in Unity creating VR/AR applications, so I'm familiarized with C#. Also, I have a vast experience developing smart contracts in Cairo to understand how to imple...

View on GitHub

GideonBature created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
Hi, I'm Gideon Bature, a Software Engineer and quite new on OnlyDust I'll be working on issue #76. I estimate this will take 5 days to complete. This is how I would tackle this issue: I will use...

View on GitHub

sandragcarrillo created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
Would love to contribute on this issue I have been doing an internship at Nethermind and been helping with some documentation as I'm learning Cairo at the same time. this would be a great project ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Add missing write permissions to prevent migration failures.** Based on the codebase analysis from past reviews, these contracts require write permissions but have e...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider enhancing Game struct with additional game management fields.** While the current structure provides good multiplayer support and basic game s...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider expanding the game player interface.** The current interface only provides `ensure_abi` without clear documentation of its purpose. Consider a...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:warning: Potential issue_ **Add essential game player events.** The current event enum is empty. Consider adding essential events for tracking player activities: ```diff "variants": [ + { +...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider defining achievement-related events.** The empty Event enum suggests that achievement-related events (like unlocking achievements) aren't bein...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Consider enhancing version validation for migration support** Given the PR's objective to fix `sozo migrate` issues, consider adding version validation...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Enhance bag system with events and validation.** While the core functionality is well-defined, consider these improvements: 1. Add events for state cha...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:bulb: Codebase verification_ Based on the code analysis, I can now generate the final response: **Validation concerns confirmed in join_game implementation** The implementation in `src/systems...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:bulb: Codebase verification_ **Function purpose is clear but should be internal** The `create_initial_game_id` function initializes a global game counter starting at 1. It's a one-time setup fu...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Add configuration parameters to create_game.** The `create_game` function lacks input parameters despite the `Game` struct having configurable fields l...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:bulb: Codebase verification_ **Namespace migration is incomplete in model ABIs** The namespace migration from `bytebeasts::systems::actions` to `bytebeasts::systems::realms` is incomplete. Foun...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:hammer_and_wrench: Refactor suggestion_ **Extend join_game to support multiple players.** The `join_game` function only handles `player_2` despite the `Game` struct supporting up to 4 players. ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:bulb: Codebase verification_ **Security concern: Missing access control in spawn function** The spawn implementation lacks necessary access controls. Current issues: - No validation of the call...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on ByteBuildersLabs/ByteBeastsBackend
_:bulb: Codebase verification_ Based on the code analysis, I can now generate the final response regarding the upgrade access control verification. **Upgrade access control implementation is miss...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 14** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (16)</summary><blockquote> <details> <summary>scripts/setWorld.sh (1)</summary><blockquote> Line r...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 14** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (16)</summary><blockquote> <details> <summary>scripts/setWorld.sh (1)</summary><blockquote> Line r...

View on GitHub

emarc99 created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
Would love to tackle this! I have a computer engineering bachelors, and I programmed in C/++/# for different embedded systems projects. I also do research works related to computer science as free...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 15** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (27)</summary><blockquote> <details> <summary>scripts/setWorld.sh (3)</summary><blockquote> `12-12...

View on GitHub

coderabbitai[bot] created a review on a pull request on ByteBuildersLabs/ByteBeastsBackend
**Actionable comments posted: 25** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (27)</summary><blockquote> <details> <summary>overlays/dev/actions.toml (1)</summary><blockquote> ...

View on GitHub

aniruddhaaps created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I'm a cairo dev. A new-comer here, willing and ready to contribute to solve the issue.

View on GitHub

aniruddhaaps created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I'm a c# dev. A new-comer here, willing and ready to contribute to solve the issue.

View on GitHub

aniruddhaaps created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I'm a c# dev. A new-comer here, willing and ready to contribute to solve the issue.

View on GitHub

YarexEspinoza17 created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I am applying to this issue via [OnlyDust platform](https://app.onlydust.com/p/bytebeasts). ### My background and how it can be leveraged Hi I'm a software engineer from Costa Rica and a member ...

View on GitHub

diegoTech14 created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I am applying to this issue via [OnlyDust platform](https://app.onlydust.com/p/bytebeasts). ### My background and how it can be leveraged Hello @danielcdz I'm a software engineer from Costa Rica ...

View on GitHub

josephpdf created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I am applying to this issue via [OnlyDust platform](https://app.onlydust.com/p/bytebeasts). ### My background and how it can be leveraged Hi!, my name is Joseph Poveda. I am a student of the Syste...

View on GitHub

jsanchez556 created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I am applying to this issue via [OnlyDust platform](https://app.onlydust.com/p/bytebeasts). ### My background and how it can be leveraged Hello, Iโ€™m Jose Mario from Costa Rica. With over 15 years ...

View on GitHub

cristianFleita created a comment on an issue on ByteBuildersLabs/ByteBeastsBackend
I am applying to this issue via [OnlyDust platform](https://app.onlydust.com/p/bytebeasts). ### My background and how it can be leveraged I've been working actively in two cairo games the last yea...

View on GitHub

Load more