Ecosyste.ms: Timeline

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

warden-protocol/wardenprotocol

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

View on GitHub

backsapc pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol
  • Migrated to enums in sol act 6b4783e

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Modify the comment for `GetRemoveKeychainAdminEvent` to start with the function name. For example: ```diff -// M...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Per Go conventions, comments for exported functions should start with the function name and be complete sentences....

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Revise the comment for `GetNewKeychainEvent` to start with the function name. For example: ```diff -// Map Event...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Modify the comment for `GetUpdateKeyEvent` to start with the function name. For example: ```diff -// Map EventUp...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Revise the comment for `GetNewKeyRequestEvent` to start with the function name. For example: ```diff -// Map Eve...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** The comment for `GetRejectSignRequestEvent` should be updated to start with the function name. For example: ```d...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** The comment for `GetAddKeychainWriterEvent` should start with the function name and be a complete sentence. For e...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Modify the comment for `GetRemoveSpaceOwnerEvent` to match Go conventions. For example: ```diff -// Map EventRem...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Modify the comment for `GetFulfilSignRequestEvent` to align with Go conventions. For example: ```diff -// Map Ev...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Revise the comment for `GetUpdateSpaceEvent` to align with Go conventions. For example: ```diff -// Map EventUpd...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Adjust the comment for `GetAddSpaceOwnerEvent` to start with the function name and be a complete sentence. For ex...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Adjust the comment for `GetNewSpaceEvent` to match Go conventions. For example: ```diff -// Map EventNewKeychain...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Adjust the comment for `GetNewKeyEvent` to match Go conventions. For example: ```diff -// Map EventNewKey to eth...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Adjust the comment for `GetNewSignRequestEvent` to match Go conventions. For example: ```diff -// Map EventNewSi...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Revise the comment for `GetRejectKeyRequestEvent` to start with the function name and form a complete sentence. F...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Add error handling to Pack method** The current implementation of the `Pack` method doesn't handle potential errors from `args.Pack`. This could lead to silent failu...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Update function comment to follow Go conventions** Revise the comment for `GetUpdateKeychainEvent` to align with Go conventions. For example: ```diff -// Map Event...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider wrapping errors for better context** The error handling in this function is good, but it could be improved by wrapping errors with additional ...

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 KeyRequest creation** The error handling in the `FromResponse` method is good, but it could be improved by providing more con...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Add error handling to Pack method** The current implementation of the `Pack` method doesn't handle potential errors from `args.Pack`. This could lead to silent failu...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider wrapping errors for better context** The error handling in this function is good, but it could be improved by wrapping errors with additional ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider adding more context to mapKeyRequest error** The error handling in this method is good, but it could be improved by adding more context to the...

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 KeyResponse creation** The error handling in the `FromResponse` method is good, but it could be improved by providing more co...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider reorganizing imports for better readability** The current import structure could be improved to follow the standard Go convention: 1. Group s...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 29** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>precompiles/warden/query_types.go (5)</summary><blockq...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 29** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>precompiles/warden/query_types.go (5)</summary><blockq...

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 use idiomatic Go patterns** Consider the following improvements: 1. Use `errors.New()` for static error messages instead of...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Optimize slice initialization in FromResponse method** Consider pre-allocating the `KeyRequests` slice with the known length to avoid potential realloc...

View on GitHub

Load more