sei-protocol/sei-js

Consider re-exporting cosmjs dependencies

ARitz-Cracker opened this issue · 2 comments

@sei-js/core has a number of cosmjs dependencies. However, in its current form, for us to make anything... functional... including creating our own helper functions or abstractions which take types that originally come from cosmjs, we have to import that directly. The main issue with this is that @sei-js/core specifies an exact version for its cosmjs dependencies, which means I also have to specify an exact version for cosmjs dependencies, and hope things don't break with a minor or patch change to @sei-js/core.

Looking into this issue today and we are discussing options internally. Will keep you updated.

@ARitz-Cracker This has been loosened up in the latest @sei-js release. Thank you for bringing this to our attention!

#85