wrap-cli
wrap-cli copied to clipboard
IPFS Plugin - move config into envs + method options
Want to complete before merge:
- [x] Tests for timeouts
- [x] IPFS
- [x] IPFS Resolver
- [x] Determine what to do regarding IPFS Interface
fallbackProviders- Should we have
fallbackProvidersbe part of the IPFS interface specification? Seems like the answer would be “no”, because this would mean we are assuming that all implementations of the IPFS plugin should use fallback providers. - After discussing with @nerfZael we have decided to, for now, move
fallbackProvidersinto theOptionstype of the Ipfs interface
- Should we have
- [ ] Determine what to do regarding the naming of
skipCheckIfExistsBeforeGetFilein IPFS Resolver Plugin env- I’m not a big fan of how I named this, though I can’t come up with a better name… any suggestion is welcome!
- [ ] See if we would maybe want to switch to a
providerssystem instead of having aproviderandfallbackProviders- Probably not part of this PR, but wanted to see people’s thoughts.
- [ ] Should we include
Envin IPFS Interface schema?