fix: revert sui CCTX that contains invalid receiver address#3945
fix: revert sui CCTX that contains invalid receiver address#3945ws4charlie merged 3 commits intorelease/v31from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v31 #3945 +/- ##
===============================================
+ Coverage 64.87% 64.88% +0.01%
===============================================
Files 472 472
Lines 34442 34464 +22
===============================================
+ Hits 22343 22362 +19
- Misses 11071 11073 +2
- Partials 1028 1029 +1
🚀 New features to boost your workflow:
|
lumtis
left a comment
There was a problem hiding this comment.
Once merge, need to make same PR on develop
Description
This PR is to unblock any future CCTXs that contain invalid Sui receiver addresses.
Here is an example CCTX in the history: https://zetachain-testnet-api.itrocket.net/zeta-chain/crosschain/cctx/103/215
How Has This Been Tested?