test: update tss address on gateway for TSS migration test#3597
test: update tss address on gateway for TSS migration test#3597
Conversation
📝 WalkthroughWalkthroughThis pull request expands the TSS migration functionality by modifying the core TSSMigration function to include a new update for connected chains via a call to Changes
Sequence Diagram(s)sequenceDiagram
participant Migration as TSSMigration
participant Runner as deployerRunner
participant Gateway as GatewayEVM
participant Chain as Blockchain
Migration->>Runner: UpdateTSSAddressForGateway()
Runner->>Gateway: Submit TSS address update transaction
Gateway->>Chain: Process transaction and return receipt
Runner->>Gateway: Retrieve and verify updated TSS address
Possibly related PRs
Suggested labels
Suggested reviewers
Tip CodeRabbit's docstrings feature is now available as part of our Pro Plan! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used📓 Path-based instructions (1)`**/*.go`: Review the Go code, point out issues relative to ...
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (6)
✨ Finishing Touches
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3597 +/- ##
========================================
Coverage 64.69% 64.69%
========================================
Files 466 466
Lines 32477 32477
========================================
Hits 21010 21010
Misses 10512 10512
Partials 955 955
|
Description
THe PR
How Has This Been Tested?
Summary by CodeRabbit