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

getting rid of some old mess #30

Merged
merged 8 commits into from
Sep 1, 2024
Merged

getting rid of some old mess #30

merged 8 commits into from
Sep 1, 2024

Conversation

d70-t
Copy link
Collaborator

@d70-t d70-t commented Sep 1, 2024

This PR:

  • removes the synchronous backend
  • implements IPIP-280 gateway selection (closes Gateway selection using IPIP-280 #29)
  • removes multi-gateway failover (it was unreliable, not very performant and a poor hack to circumvent gateway selection configuration, which is solved by IPIP-280)
  • removes tests which were related to removed features

In the past, the multi-gateway functionality often created more harm
than use. The functionality mainly existed, to provide a
zero-configuration experience for new users. Due to IPIP-280, this is
now less of a concern. Further, the new auto-config method encourages
new users to briefly interact with IPFS, maybe leading to a better
performing setup.
@d70-t d70-t merged commit 2abf718 into main Sep 1, 2024
6 checks passed
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.

Gateway selection using IPIP-280
1 participant