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 request functions to reduce duplication** The `newKeysBySpaceIdRequest` function follows a similar pattern to other request functions. Conside...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 19** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>warden/x/warden/keeper/query.go (1)</summary><blockquo...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 19** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>warden/x/warden/keeper/query.go (1)</summary><blockquo...

View on GitHub

mn13 pushed 2 commits to feature/precompile-x/822-act warden-protocol/wardenprotocol
  • rm unused arg in newSignRequestByIdRequest 247eee0
  • use query server in warden precompiles queries 610f0b9

View on GitHub

mn13 pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol
  • add NewQueryServerImpl in warden keeper 4601826

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **LGTM: Truffle configuration updated with HDWalletProvider and latest Solidity version.** The Truffle configuration has been correctly updated to use HDWalletProvider...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **LGTM: Clear instructions for Truffle configuration provided.** The added instructions for adjusting the Truffle configuration are clear and helpful. The explanation ...

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 (3)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-an-app/deploy-smart-cont...

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 (3)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-an-app/deploy-smart-cont...

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 (1)</summary><blockquote> <details> <summary>CHANGELOG.md (1)</summary><blockquote> `43-46`: **LGTM...

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 (6)</summary><blockquote> <details> <summary>docs/developer-docs/docs/build-an-app/deploy-smart-cont...

View on GitHub

mn13 pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol

View on GitHub

mn13 pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol

View on GitHub

mn13 deleted a branch warden-protocol/wardenprotocol

fix/new-key-event-id

mn13 pushed 1 commit to main warden-protocol/wardenprotocol
  • Fix/new key event (#940) * fix id value in EventNewKey * update changelog * fix linter errors ab5690e

View on GitHub

mn13 closed a pull request on warden-protocol/wardenprotocol
Fix/new key event
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added support for `sdk.Coins` fields in autogenerated CLI commands. -...
mn13 pushed 1 commit to feature/precompile-x/822-act warden-protocol/wardenprotocol

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use `require.NoError` instead of `t.Fatal` for error handling** Instead of manually checking errors and calling `t.Fatal`, use `require.NoError(t, err)...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Handle potential errors when creating a new action** Consider checking for errors when creating a new action to ensure reliable tests. Apply this di...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Fix typo in method name `WaitRunnning`** The method `WaitRunnning` appears to have a typo; it should likely be `WaitRunning`. Apply this diff to correct the typo: ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use `require.NoError` instead of `t.Fatal` for error handling** Replace manual error checks with `require.NoError(t, err)` for consistency. Apply th...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Preallocate slice capacity to improve performance** In the `mapVotes` function, you can improve performance by preallocating the `result` slice capacit...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use field-keyed syntax in composite literals** In the `mapAny` function, it's recommended to use field-keyed syntax when initializing structs. This imp...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Preallocate slice capacity to improve performance** In the `FromResponse` method of `ActionsByAddressResponse`, preallocating the `actions` slice can e...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Preallocate slice capacity to improve performance** In the `mapAction` function, preallocating the `mentions` slice capacity can enhance performance wh...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Preallocate slice capacity to improve performance** In the `FromResponse` method of `TemplatesResponse`, you can preallocate the `templates` slice capa...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Preallocate slice capacity to improve performance** In the `FromResponse` method of `ActionsResponse`, you can preallocate the capacity of the `actions...

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_ **Function definitions are comprehensive but have room for improvement** The function definitions cover a wide range of oper...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Consider optimizations and standardization of data types** 1. There's a mix of uint64 and int32 types used throughout the contract. Standardizing on ui...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Use consistent error variable naming** The code uses both `err` and `err2` for error handling. For consistency and readability, it's better to use `err...

View on GitHub

Load more