You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18nEventTransferredWithSchedule{..} ="Transferred with schedule from "<> descrAccount etwsFrom <>" to "<> descrAccount etwsTo
169
-
i18nEventCredentialsUpdated{..} ="Credentials on account "<> descrAccount cuAccount <>" updated."
170
-
i18nEventDataRegistered{} ="Data registered on the chain."
171
-
i18nEventTransferMemo{..} ="Memo '"<>Text.pack (show tmMemo) <>"' included in a transfer."-- TODO: This would ideally try to render the Memo in a readable way, if it is a valid string or integer, say.
172
-
i18nEventInterrupted{..} ="Execution of "<> descrInstance iAddress <>" triggered an operation."
173
-
i18nEventResumed{..} | rSuccess ="Operation succeeded and execution of "<> descrInstance rAddress <>" resumed."
174
-
i18nEventResumed{..} |otherwise="Operation failed and execution of "<> descrInstance rAddress <>" resumed."
175
-
i18nEventUpgraded{..} ="Smart contract instance at "<> descrInstance euAddress <>" was upgraded from "<> descrModule euFrom <>" to "<> descrModule euTo <>"."
176
-
i18nEventBakerSetOpenStatus{..} ="Open status of validator "<> descrBaker ebsosBakerId ebsosAccount <>" set to "<> descrOpenStatus ebsosOpenStatus
177
-
i18nEventBakerSetMetadataURL{..} ="Metadata URL of validator "<> descrBaker ebsmuBakerId ebsmuAccount <>" set to "<> descrMetadataURL ebsmuMetadataURL
178
-
i18nEventBakerSetTransactionFeeCommission{..} ="Transaction fee commission of validator "<> descrBaker ebstfcBakerId ebstfcAccount <>" set to "<> descrAmountFraction ebstfcTransactionFeeCommission
179
-
i18nEventBakerSetBakingRewardCommission{..} ="Block reward commission of validator "<> descrBaker ebsbrcBakerId ebsbrcAccount <>" set to "<> descrAmountFraction ebsbrcBakingRewardCommission
180
-
i18nEventBakerSetFinalizationRewardCommission{..} ="Finalization reward commission of validator "<> descrBaker ebsfrcBakerId ebsfrcAccount <>" set to "<> descrAmountFraction ebsfrcFinalizationRewardCommission
181
-
i18nEventDelegationStakeIncreased{..} ="Stake of delegator "<> descrDelegator edsiDelegatorId edsiAccount <>" increased to "<> descrAmount edsiNewStake
182
-
i18nEventDelegationStakeDecreased{..} ="Stake of delegator "<> descrDelegator edsdDelegatorId edsdAccount <>" decreased to "<> descrAmount edsdNewStake
183
-
i18nEventDelegationSetRestakeEarnings{..} ="Delegator "<> descrDelegator edsreDelegatorId edsreAccount <>if edsreRestakeEarnings then" set to restake earnings."else" unset restaking of earnings."
184
-
i18nEventDelegationSetDelegationTarget{..} =
153
+
i18nSupplementedEvent (Transferred sender amt recv) ="Transferred "<> descrAmount amt <>" from "<> descrAddress sender <>" to "<> descrAddress recv
154
+
i18nSupplementedEvent (AccountCreated addr) ="Created account with address "<> descrAccount addr
155
+
i18nSupplementedEvent (CredentialDeployed _ addr) ="Deployed a credential to account "<> descrAccount addr
i18nSupplementedEventTransferredWithSchedule{..} ="Transferred with schedule from "<> descrAccount etwsFrom <>" to "<> descrAccount etwsTo
169
+
i18nSupplementedEventCredentialsUpdated{..} ="Credentials on account "<> descrAccount cuAccount <>" updated."
170
+
i18nSupplementedEventDataRegistered{} ="Data registered on the chain."
171
+
i18nSupplementedEventTransferMemo{..} ="Memo '"<>Text.pack (show tmMemo) <>"' included in a transfer."-- TODO: This would ideally try to render the Memo in a readable way, if it is a valid string or integer, say.
172
+
i18nSupplementedEventInterrupted{..} ="Execution of "<> descrInstance iAddress <>" triggered an operation."
173
+
i18nSupplementedEventResumed{..} | rSuccess ="Operation succeeded and execution of "<> descrInstance rAddress <>" resumed."
174
+
i18nSupplementedEventResumed{..} |otherwise="Operation failed and execution of "<> descrInstance rAddress <>" resumed."
175
+
i18nSupplementedEventUpgraded{..} ="Smart contract instance at "<> descrInstance euAddress <>" was upgraded from "<> descrModule euFrom <>" to "<> descrModule euTo <>"."
176
+
i18nSupplementedEventBakerSetOpenStatus{..} ="Open status of validator "<> descrBaker ebsosBakerId ebsosAccount <>" set to "<> descrOpenStatus ebsosOpenStatus
177
+
i18nSupplementedEventBakerSetMetadataURL{..} ="Metadata URL of validator "<> descrBaker ebsmuBakerId ebsmuAccount <>" set to "<> descrMetadataURL ebsmuMetadataURL
178
+
i18nSupplementedEventBakerSetTransactionFeeCommission{..} ="Transaction fee commission of validator "<> descrBaker ebstfcBakerId ebstfcAccount <>" set to "<> descrAmountFraction ebstfcTransactionFeeCommission
179
+
i18nSupplementedEventBakerSetBakingRewardCommission{..} ="Block reward commission of validator "<> descrBaker ebsbrcBakerId ebsbrcAccount <>" set to "<> descrAmountFraction ebsbrcBakingRewardCommission
180
+
i18nSupplementedEventBakerSetFinalizationRewardCommission{..} ="Finalization reward commission of validator "<> descrBaker ebsfrcBakerId ebsfrcAccount <>" set to "<> descrAmountFraction ebsfrcFinalizationRewardCommission
181
+
i18nSupplementedEventDelegationStakeIncreased{..} ="Stake of delegator "<> descrDelegator edsiDelegatorId edsiAccount <>" increased to "<> descrAmount edsiNewStake
182
+
i18nSupplementedEventDelegationStakeDecreased{..} ="Stake of delegator "<> descrDelegator edsdDelegatorId edsdAccount <>" decreased to "<> descrAmount edsdNewStake
183
+
i18nSupplementedEventDelegationSetRestakeEarnings{..} ="Delegator "<> descrDelegator edsreDelegatorId edsreAccount <>if edsreRestakeEarnings then" set to restake earnings."else" unset restaking of earnings."
i18nEventBakerSuspended{..} ="Validator "<> descrBaker ebsBakerId ebsAccount <>" was suspended."
194
-
i18nEventBakerResumed{..} ="Validator "<> descrBaker ebrBakerId ebrAccount <>" was resumed."
195
-
i18nEvent (TokenModuleEvent tokenId type' _) =Text.pack (show tokenId) <>" token module event occurred of type "<>Text.pack (show type') <>"."-- TODO: It would be ideally to render the `details` in a readable way in the wallets.
196
-
i18nEvent (TokenTransfer tokenId from to amount memo) =Text.pack (tokenAmountToString amount) <>""<>Text.pack (show tokenId) <>" transferred from "<>Text.pack (show from) <>" to "<>Text.pack (show to) <>maybe"" (\m ->" with memo "<>Text.pack (show m)) memo <>"."-- TODO: It would be ideally to render the `memo` in a readable way in the wallets.
i18nSupplementedEventBakerSuspended{..} ="Validator "<> descrBaker ebsBakerId ebsAccount <>" was suspended."
194
+
i18nSupplementedEventBakerResumed{..} ="Validator "<> descrBaker ebrBakerId ebrAccount <>" was resumed."
195
+
i18nSupplementedEvent (TokenModuleEvent tokenId type' _) =Text.pack (show tokenId) <>" token module event occurred of type "<>Text.pack (show type') <>"."-- TODO: It would be ideally to render the `details` in a readable way in the wallets.
196
+
i18nSupplementedEvent (TokenTransfer tokenId from to amount memo) =Text.pack (tokenAmountToString amount) <>""<>Text.pack (show tokenId) <>" transferred from "<>Text.pack (show from) <>" to "<>Text.pack (show to) <>maybe"" (\m ->" with memo "<>Text.pack (show m)) memo <>"."-- TODO: It would be ideally to render the `memo` in a readable way in the wallets.
0 commit comments