ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
637 stars 160 forks source link

chore: replace backoff by backon library #4984

Open ruseinov opened 1 week ago

ruseinov commented 1 week ago

Summary of changes

This PR can wait till there is a new release of gossipsub, then the audit ignore can be removed.

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Note that this new library does not have the elapsed time constraint, instead it has a maximum number of retries.

Change checklist