mlabs-haskell / godot-cardano

Integrated light wallet and off-chain SDK for the Godot engine and Cardano blockchain
https://mlabs-haskell.github.io/godot-cardano/
MIT License
3 stars 0 forks source link

Remove `Cardano` node and move some of its state into other classes #63

Closed rmgaray closed 3 months ago

rmgaray commented 3 months ago

We want to cache some state in the Provider class:

UTxO caches are wallet-specific, so they should not be cached by the provider.