chore: update protocol contract to check gasleft change#3169
chore: update protocol contract to check gasleft change#3169
Conversation
📝 WalkthroughWalkthroughThe Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
go.mod (1)
Line range hint
3-5: Resolve Go version inconsistencyThe Go version (1.22.7) doesn't match the toolchain version (1.22.8). This inconsistency should be resolved to prevent potential build issues.
Apply this diff to align the versions:
-go 1.22.7 +go 1.22.8
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod(1 hunks)
🔇 Additional comments (3)
go.mod (3)
59-59: Protocol contracts dependency update looks good
The update to the latest version of protocol contracts aligns with the PR objectives.
Also applies to: 59-59
Line range hint 365-382: Replace directives are well-maintained
The replace directives are properly documented and include necessary security fixes and ZetaChain maintained forks.
Line range hint 67-364: Indirect dependencies are properly managed
All indirect dependencies have pinned versions, which is good practice for maintaining reproducible builds.
Description
Implement #3164 but on develop to check the gasleft fix doesn't break on upstream
Summary by CodeRabbit
go1.22.8.github.com/zeta-chain/protocol-contracts.github.com/zeta-chain/protocol-contracts-solana/go-idl.