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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
This seemed strange to me because we already support this feature in EtherAPIs and it's a very nice and very simple thing: seeing currently pending inbound transactions (plain ones), or pending balance changes.
It's very easy to see whether there's something coming inbound since we can query the current balance and the currently pending balance, which gives an awesome overview that someone's sending us funds.
This an be further extended that whenever we detect a balance change, we list the pending transactions and match up any of them with our own accounts. This allows us to list inbound transactions while they are pending.
E.g. a screenshot from etherapis with this working:
@karalabe commented on Mar 31, 2016, 7:16 AM UTC:
This seemed strange to me because we already support this feature in EtherAPIs and it's a very nice and very simple thing: seeing currently pending inbound transactions (plain ones), or pending balance changes.
It's very easy to see whether there's something coming inbound since we can query the current balance and the currently pending balance, which gives an awesome overview that someone's sending us funds.
This an be further extended that whenever we detect a balance change, we list the pending transactions and match up any of them with our own accounts. This allows us to list inbound transactions while they are pending.
E.g. a screenshot from etherapis with this working:
This issue was moved by @evertonfraga from ethereum/mist/issues/445.
The text was updated successfully, but these errors were encountered: