Open karczuRF opened 2 days ago
Refactor the way we handle provider(s).
Should be single default "internal" TU provider Every new tapplet inits its own provider (at the moment of launching and fetching permissions) which is stored in store and removed if a tapplet is deleted
Solves https://github.com/tari-project/tari-universe/issues/148
Description
Refactor the way we handle provider(s).
Should be single default "internal" TU provider Every new tapplet inits its own provider (at the moment of launching and fetching permissions) which is stored in store and removed if a tapplet is deleted
Motivation and Context
Solves https://github.com/tari-project/tari-universe/issues/148
How Has This Been Tested?
What process can a PR reviewer use to test or verify this change?
Breaking Changes