anoma / namada-interface

Apache License 2.0
77 stars 101 forks source link

chore: switch to use namada_sdk instead of namada #890

Closed tzemanovic closed 1 month ago

tzemanovic commented 3 months ago

In https://github.com/anoma/namada/pull/3402 we're removing the namada crate that contained various unrelated stuff. This PR switches to use namada_sdk that will provide the same modules instead (note that this will not compile until https://github.com/anoma/namada/pull/3402 is released, hopefully in v0.40.0, but I did check it against a local path)

tzemanovic commented 2 months ago

https://github.com/anoma/namada/pull/3402 didn't make it into the v0.40 release but it should be included in the next one

tzemanovic commented 1 month ago

the refactors landed in namada 0.42 - I've updated the PR