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

display ETH transfer history #34

Open
krosza opened this issue Sep 2, 2017 · 3 comments
Open

display ETH transfer history #34

krosza opened this issue Sep 2, 2017 · 3 comments

Comments

@krosza
Copy link
Contributor

krosza commented Sep 2, 2017

user has 2 accounts, UCD and ETH, the history shows only the UCD transactions ,
we may show also the ETH history too

@szerintedmi
Copy link
Member

It's not so obvious for standard accounts. Keep an eye on this issue: ethereum/go-ethereum#1897

@krosza
Copy link
Contributor Author

krosza commented Sep 2, 2017

long discussion..

just an example: UCD Sell order placed , as there is counter order in the "order book" the exchange happens instantly
the user hardly recognize this because only his ETH balance will grow a little
the ideal solution would be a common Tx list where the different txs simply listed in time order

@szerintedmi
Copy link
Member

szerintedmi commented Sep 3, 2017

TL;DR: it's technically a bit complicated/slow to implement at the moment.
Need to iterate through all blocks to get a list of txs. A note for myself on how to do it: https://ethereum.stackexchange.com/a/3478/7866
or
https://rinkeby.etherscan.io/apis#accounts

@szerintedmi szerintedmi changed the title transfer history display ETH transfer history Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants