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

feat(chain-listener): exit expired deals #2143

Merged
merged 13 commits into from
Mar 9, 2024
Merged

feat(chain-listener): exit expired deals #2143

merged 13 commits into from
Mar 9, 2024

Conversation

justprosh
Copy link
Member

No description provided.

@justprosh justprosh added the e2e Run e2e workflow label Mar 8, 2024
@justprosh justprosh requested a review from folex March 8, 2024 23:44

#[allow(dead_code)]
#[derive(Debug, Clone)]
pub struct DealMatchedData {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ComputeUnitMatched

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compute_unit_matched.rs

Comment on lines +337 to +338
tracing::error!(target: "chain-listener", "Failed to resubscribe to newHeads: {err}; Stopping...");
exit(1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double indentation

Comment on lines +369 to +370
tracing::error!(target: "chain-listener", "Failed to resubscribe to UnitActivated: {err}; Stopping...");
exit(1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double indentation

@folex folex enabled auto-merge (squash) March 9, 2024 20:16
@folex folex disabled auto-merge March 9, 2024 20:47
@folex folex merged commit 596f2a6 into master Mar 9, 2024
13 of 14 checks passed
@folex folex deleted the exit_deals branch March 9, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants