We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem exists on both drivers.
Reproduction:
Result:
ya_payment.exceptions.ApiException: (500) Reason: Internal Server Error HTTP response headers: <CIMultiDictProxy('content-length': '76', 'content-type': 'application/json', 'vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers', 'date': 'Tue, 21 Nov 2023 13:59:29 GMT')> HTTP response body: {"message":"Account not active: 0x8f8c7eb38013f57acf44fd36fcb2847810166b2a"}
Driver initializes list of active accounts only once on yagna start:
yagna/core/payment-driver/erc20next/src/driver.rs
Line 45 in 9fd8d06
Yagna daemon needs to be restarted for new account to be visible.
Acceptance criteria:
The text was updated successfully, but these errors were encountered:
for old driver it was fixed in 2816
Sorry, something went wrong.
No branches or pull requests
Problem exists on both drivers.
Reproduction:
Result:
Driver initializes list of active accounts only once on yagna start:
yagna/core/payment-driver/erc20next/src/driver.rs
Line 45 in 9fd8d06
Yagna daemon needs to be restarted for new account to be visible.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: