Skip to content

fix(spcli): send SettleDealPayments msg to f05 for lotus-miner actor settle-deal#13142

Merged
rvagg merged 1 commit intomasterfrom
rvagg/settledealpayments
May 27, 2025
Merged

fix(spcli): send SettleDealPayments msg to f05 for lotus-miner actor settle-deal#13142
rvagg merged 1 commit intomasterfrom
rvagg/settledealpayments

Conversation

@rvagg
Copy link
Member

@rvagg rvagg commented May 26, 2025

Ref: #13141

Copilot AI review requested due to automatic review settings May 26, 2025 07:35
@github-project-automation github-project-automation bot moved this to 📌 Triage in FilOz May 26, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the target actor for the settle-deal message by ensuring the message is sent to the correct market actor address and updates the changelog accordingly.

  • Changed the recipient of the SettleDealPayments message from maddr to market.Address.
  • Added an import for the market package to support the change.
  • Updated the CHANGELOG to document the fix.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
cli/spcli/actor.go Replaced the to-address using maddr with market.Address and added a new import.
CHANGELOG.md Added an entry to document the fix for sending the SettleDealPayments message.
Comments suppressed due to low confidence (1)

cli/spcli/actor.go:99

  • To maintain consistency with the rest of the file which uses the 'marketactor' alias (e.g., marketactor.Methods.SettleDealPaymentsExported), consider using the same alias (i.e., marketactor.Address) for clarity.
+			To: market.Address,

@rvagg rvagg force-pushed the rvagg/settledealpayments branch from 46afafa to 38526b9 Compare May 26, 2025 07:37
@github-project-automation github-project-automation bot moved this from 📌 Triage to ✔️ Approved by reviewer in FilOz May 27, 2025
@rvagg rvagg merged commit 22a1eaa into master May 27, 2025
95 of 96 checks passed
@rvagg rvagg deleted the rvagg/settledealpayments branch May 27, 2025 09:28
@github-project-automation github-project-automation bot moved this from ✔️ Approved by reviewer to 🎉 Done in FilOz May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

3 participants