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

create_account operation is not included in the get operations for account API endpoint #750

Open
dahemmer opened this issue Nov 17, 2018 · 2 comments
Assignees

Comments

@dahemmer
Copy link

The TestNet SEBAK API does not include the create_account operation when getting all operations for an account.

The following request for example
https://testnet-sebak.blockchainos.org/api/v1/accounts/GAM2CGWYJRM3FGGKE624KWEWLLT5R7RQWLMS2KHFZ6F5MKOH27JH62FZ/operations

Does not include the following operation
https://testnet-sebak.blockchainos.org/api/v1/transactions/EKxcBdLjtawX2aXJRWAfNkomb6uykaUEPxcPBAbHewiE/operations

It should probably work like the get transactions for account endpoint, which does include all transactions containing the operations for the account
https://testnet-sebak.blockchainos.org/api/v1/accounts/GAM2CGWYJRM3FGGKE624KWEWLLT5R7RQWLMS2KHFZ6F5MKOH27JH62FZ/transactions

@dahemmer dahemmer changed the title create_account operation is not included in the get operations for account endpoint create_account operation is not included in the get operations for account API endpoint Nov 17, 2018
@soonkuk soonkuk self-assigned this Nov 19, 2018
@anarcher
Copy link
Contributor

I think this issue is related with #680

@kfangw
Copy link
Contributor

kfangw commented Nov 21, 2018

This will be solved by #680. But it depends on #767 #765
It is straightforward to implement #680 when #765 merged.
you can see the progress of #680 here #763 @dahemmer

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

4 participants