Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show erc20next status in golemsp #2734

Closed
6 tasks done
kamirr opened this issue Sep 7, 2023 · 0 comments · Fixed by golemfactory/ya-client#146, #2793, golemfactory/erc20_payment_lib#57 or #2833
Closed
6 tasks done
Assignees

Comments

@kamirr
Copy link
Contributor

kamirr commented Sep 7, 2023

erc20next status is currently not used anywhere. While usage in agent/SDK is far off, to ensure that the feature is visible (in a useful way at that) we could display the status in golemsp. While statuses regarding outgoing transactions would be obviously useless for most providers, erc20next will also be responsible for verifying transactions, which can result in InvalidChainId status when trying to verify transaction on an unconfigured chain. Some providers may also wish to act as requestors, in which case they get a payment dashboard for free.

Acceptance criteria:

  • Expose erc20next status via REST.
    • Update ya-client spec.
    • Update ya-client Rust API.
    • Implement endpoint in yagna.
  • Extend yagna payment status for checking the driver status.
  • Display status in golemsp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment