Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return information about the tx submitted (if submitted, hash) #17

Closed
rmeissner opened this issue Jun 23, 2020 · 0 comments
Closed

Return information about the tx submitted (if submitted, hash) #17

rmeissner opened this issue Jun 23, 2020 · 0 comments
Assignees

Comments

@rmeissner
Copy link
Member

After a Safe app submitted a transaction it should get the safeTxHash of that transaction in return. This way it can request information about this transaction at a later point in time.

Why would we want this?

Currently the Safe app is closed after a transaction has been submitted (switch to transactions tab). Also there is no way for the Safe app to check if the transaction has been accepted or not.

Notes?

For this it is required to add some way to connect events to the protocol (similar to the ID field in the json rpc request). This is required for many of the features in this document and could even be its own feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants