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

[Tech]: Kensetsu. Unsigned liquidation check errors in log on node #1201

Open
ra9mls opened this issue Sep 16, 2024 · 1 comment
Open

[Tech]: Kensetsu. Unsigned liquidation check errors in log on node #1201

ra9mls opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
kensetsu Task related to a project being built on SORA: Kensetsu tech Technical task

Comments

@ra9mls
Copy link

ra9mls commented Sep 16, 2024

Problem statement

Nodes have a lot of error messages during the unsigned checking the liquidation

Description

2024-09-16 17:18:42 (offchain call) Error submitting a transaction to the pool: Transaction pool error: Invalid transaction validity: InvalidTransaction::Custom(5)
2024-09-16 17:18:42 (offchain call) Error submitting a transaction to the pool: Transaction pool error: Invalid transaction validity: InvalidTransaction::Custom(5)
2024-09-16 17:18:42 (offchain call) Error submitting a transaction to the pool: Transaction pool error: Invalid transaction validity: InvalidTransaction::Custom(5)
2024-09-16 17:18:42 Failed in offchain_worker send liquidate(cdp_id: 144): ()

Definition of Done

Improve this logging and reduce amount of this events.

Requirements

https://t.me/c/2126324180/2761

@ra9mls ra9mls added tech Technical task kensetsu Task related to a project being built on SORA: Kensetsu labels Sep 16, 2024
@ra9mls ra9mls moved this to In Progress in SORA Backend Sep 20, 2024
@ra9mls ra9mls removed the status in SORA Backend Sep 20, 2024
@ra9mls
Copy link
Author

ra9mls commented Oct 21, 2024

Image
Such messages appears because Kensetsu OCW on different nodes tries to send liquidate transaction, but only one could pass, other ones is ignored with this messages. We can investigate how to send such transactions only from block author node to avoid such log spamming on another nodes. But it's not critical and you can ignore it for now @vovac12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kensetsu Task related to a project being built on SORA: Kensetsu tech Technical task
Projects
Status: In Progress
Development

No branches or pull requests

2 participants