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

fix: evmlib error escaped retry & skip pay free chunks #2705

Merged

Conversation

mickvandijke
Copy link
Contributor

@mickvandijke mickvandijke commented Feb 4, 2025

  • Retry transaction broadcasting.
  • Skip paying free chunks (Bit out of place I know, but it is a very small change).

let lock_guard = wallet.lock().await;
debug!("Locked wallet");

// TODO: the error might contain some succeeded quote payments as well. These should be returned on err, so that they can be skipped when retrying.

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
debug!("Locked wallet");

// TODO: the error might contain some succeeded quote payments as well. These should be returned on err, so that they can be skipped when retrying.
// TODO: retry when it fails?

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@mickvandijke mickvandijke changed the title fix: evmlib error escaped retry fix: evmlib error escaped retry & ski pay free chunks Feb 4, 2025
@mickvandijke mickvandijke added this pull request to the merge queue Feb 5, 2025
Merged via the queue into maidsafe:main with commit ceedec1 Feb 5, 2025
26 checks passed
@mickvandijke mickvandijke deleted the fix-evmlib-error-escaped-retry branch February 5, 2025 10:07
@mickvandijke mickvandijke changed the title fix: evmlib error escaped retry & ski pay free chunks fix: evmlib error escaped retry & skip pay free chunks Feb 6, 2025
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.

2 participants