fixed integration tests for manual refund#80
fixed integration tests for manual refund#80miladz68 merged 2 commits intokeyne/update-to-manual-recover-claimfrom
Conversation
keyleu
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @dzmitryhil, @miladz68, @wojtek-coreum, and @ysv)
relayer/coreum/contract.go line 42 at r1 (raw file):
ExecUpdateXRPLToken ExecMethod = "update_xrpl_token" ExecUpdateCoreumToken ExecMethod = "update_coreum_token" ExecClaimRefunds ExecMethod = "claim_refunds"
This was renamed to claim_refund
relayer/coreum/contract.go line 290 at r1 (raw file):
type claimRefundsRequest struct { PendingOperationID string `json:"pending_operation_id"`
Renamed this to pending_refund_id
miladz68
left a comment
There was a problem hiding this comment.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @dzmitryhil, @keyleu, @wojtek-coreum, and @ysv)
relayer/coreum/contract.go line 42 at r1 (raw file):
Previously, keyleu (Keyne) wrote…
This was renamed to claim_refund
Done.
relayer/coreum/contract.go line 290 at r1 (raw file):
Previously, keyleu (Keyne) wrote…
Renamed this to pending_refund_id
Done.
keyleu
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @dzmitryhil, @wojtek-coreum, and @ysv)
Description
This PR fixes the integration tests for manual recover refunds, so they will pass.
Reviewers checklist:
Authors checklist
This change is