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_ **Suggestion: Optimize slice allocation** The `mapEthKeychainFees` function is well-implemented and correctly converts the local `KeychainFees` to `v1bet...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

mn13 pushed 2 commits to feature/precompile-x/822-act warden-protocol/wardenprotocol

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 14** <details> <summary>🧹 Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>tests/framework/checks/eth_checks.go (1)</summary><blo...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 14** <details> <summary>🧹 Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>tests/framework/checks/eth_checks.go (1)</summary><blo...

View on GitHub

backsapc pushed 2 commits to feature/precompile-x/822-act warden-protocol/wardenprotocol
  • Implemented action event tests 23982fa
  • Merge remote-tracking branch 'origin/feature/precompile-x/822-act' into feature/precompile-x/822-act 32fd77c

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Correct the typo in method name `WaitRunnning`** The method `WaitRunnning` appears to have a typo with an extra 'n'. It should be `WaitRunning`. Apply this diff t...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:hammer_and_wrench: Refactor suggestion_ **Refactor `Run` method into smaller functions** The `Run` method is quite lengthy (~150 lines), which can make it difficult to read and maintain. Accord...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Avoid variable shadowing with `err2`** The variables `err2` declared in lines 66 and 89 shadow the previously declared `err` variable. According to the [Uber Golang ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Replace `time.Sleep` with `require.Eventually`** Throughout the code, there are `time.Sleep(4 * time.Second)` calls accompanied by TODO comments indicating they shou...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 4** <details> <summary>🧹 Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>tests/framework/exec/warden_node.go (3)</summary><block...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 4** <details> <summary>🧹 Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>tests/framework/exec/warden_node.go (3)</summary><block...

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 (3)</summary><blockquote> <details> <summary>precompiles/warden/tx_types.go (3)</summary><blockquote...

View on GitHub

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

View on GitHub

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

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Consider handling errors without panicking** The code uses `panic(err)` and `panic(fmt.Errorf(...))` for error handling. According to the [Uber Go Style Guide](https...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on warden-protocol/wardenprotocol
_:warning: Potential issue_ **Improve error handling in IsTransaction method** The `IsTransaction` method correctly categorizes methods, but it panics for unknown methods. Consider returning an e...

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_ **Reorganize imports for better readability** The current import statements mix standard library, third-party, and local packages. Consider reorganizing ...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 4** <details> <summary>📜 Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Files t...

View on GitHub

coderabbitai[bot] created a review on a pull request on warden-protocol/wardenprotocol
**Actionable comments posted: 4** <details> <summary>📜 Review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Files t...

View on GitHub

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

View on GitHub

mn13 created a review comment on a pull request on warden-protocol/wardenprotocol
Hm, it's used in `gov` precompile https://github.com/evmos/evmos/blob/main/precompiles/gov/gov.go#L99 But our works without it also, so we can rm it

View on GitHub

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

View on GitHub

mn13 created a review comment on a pull request on warden-protocol/wardenprotocol
> This allows to revert the call changes within an evm tx Looks like we need it

View on GitHub

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

View on GitHub

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_ **Refactor IsTransaction method for conciseness and better error handling** The `IsTransaction` method correctly categorizes methods, but it can be made ...

View on GitHub

Load more