2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-10 14:47:06 +00:00

2 Commits

Author SHA1 Message Date
Michal Iskierko
b38a9f5878 fix_: Publish token actions to privileged members
Send information to owners and token masters about operations: burn, airdrop, remote destruct.
Add CommunityTokenActionSignal to signalize client side.

Fix 
2024-06-03 12:19:19 +02:00
Michal Iskierko
574450289c feat_: Move community tokens transaction listening to status-go
Use EventWatcher to catch wallet events.
Handling all community tokens wallet events in communitytokens service (database and messenger operations).
Adding new signal to nim: CommunityTokenTransactionSignal, which is emitted everytime when the event is received.

Issue 
2024-05-16 16:18:15 +02:00