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 on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 3** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>precompiles/act/types.go (5)</summary><blockquote> `18...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ _:warning: Potential issue_ **Use a custom error type for invalid argument count** Instead of using `fmt.Errorf` to handle the invalid number of argumen...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ _:warning: Potential issue_ **Use a custom error type for invalid argument count** In `newTemplateByIdQuery`, adopting the `WrongArgsNumber` custom erro...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ _:warning: Potential issue_ **Use a custom error type for invalid argument count** Similarly, in `newActionByIdQuery`, consider using the `WrongArgsNumb...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Ensure consistent naming of event parameters** There is inconsistency in the naming of event parameters: - `CreateTemplate` and `CreateAction` events ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Correct the function documentation for `updateTemplate`** The comment for the `updateTemplate` function incorrectly states that it "Defines a method to update an act...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Correct the function documentation for `newTemplate`** The comment for the `newTemplate` function incorrectly states that it "Defines a method to check an action." H...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider refactoring event emission and kudos on code structure** The overall structure and consistency of the code are commendable. Each precompile me...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Clarify parameter description in `UpdateTemplate` event** In the `UpdateTemplate` event, the parameter description for `author` says "The address of the creator." Si...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 11** <details> <summary>๐Ÿ“œ Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>๐Ÿ“ฅ Commits</summary> Files ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **LGTM! Chiado environment variables added. Verify chain ID consistency.** The addition of the Chiado tab and the corresponding environment variables is correct and co...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **LGTM! Command examples updated for Chiado. Verify chain ID consistency.** The command examples have been correctly updated for the Chiado testnet. However, there's a...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-a-keychain/operate-a-key...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-a-keychain/operate-a-key...

View on GitHub

mn13 pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol
  • add annotations to precompiles common 5fbe5f0

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 0** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-a-keychain/operate-a-key...

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 and address potential issues in GetNewKeyRequestEvent function** The function can be improved by enhancing error handling, addre...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Improve error handling, replace deprecated XXX_Merge, and fix function name in GetCreateSpaceEvent function** The function can be improved by replacing the deprecate...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Fix typo and improve consistency in GetAddKeychainWriterEvent function** There are several issues in this function: 1. The parameter `writerAddres` has a typo and s...

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 and replace deprecated XXX_Merge in GetUpdateKeyEvent function** The function can be improved by replacing the deprecated `XXX_M...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Improve error handling and address potential issues in GetAddSpaceOwnerEvent function** The function can be improved by enhancing error handling and addressing poten...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Improve consistency and error handling in GetAddKeychainAdminEvent function** There are several areas for improvement in this function: 1. The paramet...

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 and address potential issues in GetNewSignRequestEvent function** The function can be improved by enhancing error handling and a...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Improve error handling and address potential issues in GetRemoveSpaceOwnerEvent function** The function can be improved by enhancing error handling and addressing po...

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 and replace deprecated XXX_Merge in GetRejectKeyRequestEvent function** The function can be improved by replacing the deprecated...

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 and simplify code in GetUpdateKeychainEvent function** The function can be improved by enhancing error handling and simplifying ...

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 and replace deprecated XXX_Merge in GetNewKeyEvent function** The function can be improved by replacing the deprecated `XXX_Merg...

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 and replace deprecated XXX_Merge in GetNewKeychainEvent function** The function can be improved by replacing the deprecated `XXX...

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 and replace deprecated XXX_Merge in GetFulfilSignRequestEvent function** The function can be improved by replacing the deprecate...

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 and replace deprecated XXX_Merge in GetRemoveKeychainAdminEvent function** The function can be improved by replacing the depreca...

View on GitHub

Load more