textileio / community

Textile community repo. Includes a sub-project for documentation 📚 and a discussion board for ideas & questions.
https://docs.textile.io/
MIT License
99 stars 44 forks source link

docs tests fail with multiformat codec errors #254

Open andrewxhill opened 3 years ago

andrewxhill commented 3 years ago

https://github.com/textileio/docs/runs/1615334821?check_suite_focus=true#step:4:221

i've repeated this locally too.

@carsonfarmer is this one you've seen? known fix?

carsonfarmer commented 3 years ago

I haven't seen this one myself yet, but I know what's causing it. This is due to the new multiformats lib. I suspect its because we aren't locking in a version for that one, and since its pretty new we can't really trust the semver bumps there. I'll actually look into removing it completely. It still seems too unstable right now.

carsonfarmer commented 3 years ago

https://github.com/textileio/js-textile/issues/793