这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@ZIMkaRU
Copy link
Member

@ZIMkaRU ZIMkaRU commented May 14, 2024

This PR adds ability to interrupt the trx tax report after sign-out


Due to long public trade data collecting needs to add trx tax report generation interruption after sign-out. And as well, add a separate endpoint for interruption for better UX


Basic changes:

  • Adds ability to interrupt the trx tax report after sign-out
  • Adds interruptOperations endpoint
  • Adds corresponding test coverage

  • interruptOperations request example
{
  "auth": {
    "token": "user_token"
  },
  "method": "interruptOperations",
  "params": {
    "names": ["TRX_TAX_REPORT_INTERRUPTER"]
  }
}
  • interruptOperations response example
{
  "jsonrpc": "2.0",
  "result": true,
  "id": null
}

Depends on these PRs:

ZIMkaRU added 30 commits April 26, 2024 09:10
@ZIMkaRU
Copy link
Member Author

ZIMkaRU commented Jun 25, 2024

done in small separated PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant