Getting rid of the cardano-wallet dependency #193
koslambrou
started this conversation in
Ideas
Replies: 1 comment
-
Hey @koslambrou. This is the really problematic part of the project which hinders maintenance and further development. The reason for that is not only So we need a replacement for this part in case we decide to stop using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
cardano-wallet
dependency brings delays when wanting to update to the latest cardano-node version. Thus, my question is: can you get rid ofcardano-wallet
completely?Looking very quickly at the codebase, it seems like you're only using general datatypes declared in
cardano-wallet
. I think these can get replaced pretty easily by types fromcardano-api
. Thoughts?Beta Was this translation helpful? Give feedback.
All reactions