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
Front-end apps have accrued significant technical debt in managing the UI surrounding different transaction types.
Once a transaction is sent to a wallet different subscriptions and logic is needed to properly track the transaction and the resulting changes on the network.
As a result the TransactionResult bus event was added, but it only gets us part of the way there.
This work is to improve that or add a new subscription specifically for this purpose, so that you can easily track transactions and the changes that result from them.
This should also be beneficial in making it easier for external people to build on Vega
The text was updated successfully, but these errors were encountered:
Front-end apps have accrued significant technical debt in managing the UI surrounding different transaction types.
Once a transaction is sent to a wallet different subscriptions and logic is needed to properly track the transaction and the resulting changes on the network.
As a result the TransactionResult bus event was added, but it only gets us part of the way there.
This work is to improve that or add a new subscription specifically for this purpose, so that you can easily track transactions and the changes that result from them.
This should also be beneficial in making it easier for external people to build on Vega
The text was updated successfully, but these errors were encountered: