feat(sdk-coin-tempo): add smart contract call support#8491
feat(sdk-coin-tempo): add smart contract call support#8491nayandas190 merged 1 commit intomasterfrom
Conversation
|
@claude review this PR. |
|
@copilot Review |
Here's my review of the PR changes: SummaryThe PR adds smart contract call support to 🔴 Call Order Not Preserved in Mixed TransactionsIn const calls = this.operations.map((op) => this.operationToCall(op));
for (const rawCall of this.rawCalls) {
calls.push({ to: rawCall.to, data: rawCall.data, value: ... });
}So 🟡 Type Safety:
|
afe877b to
8ccd687
Compare
Ticket: CECHO-697
Changes