tari-project / tari-universe

Other
0 stars 3 forks source link

feat(provider): tapplet providers #151

Open karczuRF opened 2 days ago

karczuRF commented 2 days ago

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