-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Notify users when transaction arrives for any of their accounts #2556
Comments
+1 for this would be nice to have a tracking ability for accounts, maybe just like bitcoin does via walletnotify, where you can pass any bash script and it gets executed with transaction id. |
@jacogr |
What about this: https://etherscan.io/apis#websocket ? |
Thought about this, I guess it would work. Only thing is that, for example for the list of transactions, there's a footer expliciting that Etherscan is used to get those, and here it won't. Is that an issue ? |
it seems a bit hacky to rely on etherscan for data which should be available from the connected parity node (pub/sub support would be nice here :) ) |
I think the correct solution would be -
I don't think we should rely on 3rd parties more than we already do. |
@jacogr How would we poll transactions for any account without using Etherscan anyway ? |
* Notify user on new transaction #2556 * Add routing to account on notification click * Timeout of notif set to 20s
No description provided.
The text was updated successfully, but these errors were encountered: