Ecosyste.ms: Timeline

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

warden-protocol/wardenprotocol

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Refactor duplicated query construction functions to reduce code duplication** The functions `newActionsQuery`, `newActionByIdQuery`, `newActionsByAddre...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Update function comment to follow Go conventions** The comment for the exported function `TemplatesQuery` should start with the function name and be a ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Update function comment to follow Go conventions** The comment for the exported function `TemplateByIdQuery` should begin with the function name and be...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Update function comment to follow Go conventions** The comment for the exported function `ActionsByAddressQuery` should begin with the function name an...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Update function comment to follow Go conventions** The comment for the exported function `ActionByIdQuery` should start with the function name and be a...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Update function comment to follow Go conventions** The comment for the exported function `ActionsQuery` should begin with the function name and be a co...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 22** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (12)</summary><blockquote> <details> <summary>precompiles/warden/IWarden.sol (7)</summary><blockquo...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 22** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (12)</summary><blockquote> <details> <summary>precompiles/warden/IWarden.sol (7)</summary><blockquo...

View on GitHub

vercel[bot] created a comment on a pull request on warden-protocol/wardenprotocol
[vc]: #IM6yd8xBrRH6qh2ZRF1ddnaJZLHh9Ozl1WW3El2fPtA=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ3YXJkZW4taGVscC1jZW50ZXIiLCJyb290RGlyZWN0b3J5IjoiZG9jcy9oZWxwLWNlbnRlc...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
> [!CAUTION] > Inline review comments failed to post. This is likely due to GitHub's limits when posting large numbers of comments. <details> <summary>๐Ÿ›‘ Comments failed to post (126)</summary><blo...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
> [!CAUTION] > Inline review comments failed to post. This is likely due to GitHub's limits when posting large numbers of comments. <details> <summary>๐Ÿ›‘ Comments failed to post (149)</summary><blo...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
> [!CAUTION] > Inline review comments failed to post. This is likely due to GitHub's limits when posting large numbers of comments. <details> <summary>๐Ÿ›‘ Comments failed to post (98)</summary><bloc...

View on GitHub

coderabbitai[bot] created a comment on a pull request on warden-protocol/wardenprotocol
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

backsapc opened a pull request on warden-protocol/wardenprotocol
822 Act & Warden Precompiles
backsapc created a comment on a pull request on warden-protocol/wardenprotocol
Closing this one as here too many duplicated comments

View on GitHub

backsapc closed a pull request on warden-protocol/wardenprotocol
822 Act & Warden Precompiles
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced installation and deployment processes for local blockchain envi...
coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Ensure consistent use of ABI tags in `TemplatesInput` struct** The `TemplatesInput` struct has inconsistent field tags: - The `Pagination` field lacks an `abi` tag....

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Return `ActionStatus` instead of `string memory` in `voteForAction`** Similar to `checkAction`, the `voteForAction` function returns a `string` represe...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use `ActionStatus` enum for `status` parameter in `actionsByAddress`** The `status` parameter is currently an `int32`. Using the `ActionStatus` enum im...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Return `ActionStatus` instead of `string memory` in `checkAction`** The `checkAction` function currently returns a `string`, representing the action st...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use `VoteType` enum for `voteType` parameter in `voteForAction`** The `voteForAction` function currently accepts an `int32` for the `voteType` paramete...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Improve error handling in IsTransaction method** The `IsTransaction` method correctly categorizes methods as transactions or queries. However, it curre...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider refactoring the Run method for improved readability** The `Run` method is comprehensive and handles various aspects of execution correctly. Ho...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Add error handling for SetAddress method** Consider adding error handling for the `SetAddress` method call. Although it's unlikely to fail, it's a good...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Reorganize imports for better readability** Consider regrouping the imports according to the Uber Go Style Guide: 1. Standard library imports 2. Third-...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 9** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (7)</summary><blockquote> <details> <summary>precompiles/common/Types.sol (3)</summary><blockquote> ...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 9** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (7)</summary><blockquote> <details> <summary>precompiles/common/Types.sol (3)</summary><blockquote> ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
@backsapc Thank you for making the changes! (\_/) ( ^.^) (")_(") --- <!-- This is an auto-generated comment: tweet message by coderabbit.ai --> If you found this review helpful, would you consi...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol

View on GitHub

backsapc created a review comment on a pull request on warden-protocol/wardenprotocol
Done

View on GitHub

Load more