mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
We've been using this signal whenever a user has sent a transaction that attemps to deploy a smart contract onchain. However, at this point it's not yet known if the transaction will actually go through. So to reflect what's actually happening, this commits renames a few things: - `SIGNAL_COMMUNITY_TOKEN_DEPLOYED` becomes `SIGNAL_COMMUNITY_TOKEN_DEPLOYMENT_STARTED` - `CommunityTokenDeployedArgs` becomes `CommunityTokenDeploymentArgs` - `onCommunityTokenDeployed` becomes `onCommunityTokenDeploymentStarted` This should remove any confusion around whether or not deployment is indeed finished.
…
…
…
Description
Languages
QML
39.4%
JavaScript
29.5%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.6%