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
Use Case:
Sender should know the progress of the transactions Current Status:
std.Emit() will public an event where is contructed in GnoVM and attached on SDK.EventLogger() without any store / filter / listen feature to these step.
In order to give users more informations, with the specific tm2 / bank module, I think EventLogger machine should have:
Filters logic
Subscribe / Listen logic
Unsubscribe logic
This will help monitoring the eventLogs, give user useful information about transaction.
Related Knowledge
I found events package implemented with same ideas. Can we pipe the event emissions in GnoCode following this events?
If it makes sense to consider, or I miss-understand, lets discuss!
Thanks <3
The text was updated successfully, but these errors were encountered:
thinhnx-var
changed the title
Transaction status with bank bussiness: About #std.Emit() and output
Transaction status within tm2 / bank package: About #std.Emit() and output
May 8, 2024
thinhnx-var
changed the title
Transaction status within tm2 / bank package: About #std.Emit() and output
Proposal: Transaction status within tm2 / bank package: About #std.Emit() and output
May 8, 2024
Description
As mentioned in #1653 , when users maketx, with a realm includes this:
Output:
Use Case:
Sender should know the progress of the transactions
Current Status:
std.Emit() will public an event where is contructed in GnoVM and attached on SDK.EventLogger() without any store / filter / listen feature to these step.
In order to give users more informations, with the specific tm2 / bank module, I think EventLogger machine should have:
This will help monitoring the eventLogs, give user useful information about transaction.
Related Knowledge
I found events package implemented with same ideas. Can we pipe the event emissions in GnoCode following this events?
If it makes sense to consider, or I miss-understand, lets discuss!
Thanks <3
The text was updated successfully, but these errors were encountered: