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

fix(actions): add missing transaction type to transcation history #1161

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

CedrikNikita
Copy link
Collaborator

@CedrikNikita CedrikNikita commented Jul 1, 2021

depends on #1016

@github-actions
Copy link

github-actions bot commented Jul 1, 2021

...(await fetchJson(`${activeNetwork.middlewareUrl}/aex9/transfers/from/${address}`)),
]);

const transactions = await Promise.all(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you still need to get the full tx? I see that this endpoint: https://testnet.aeternity.io/mdw/aex9/transfers/to/ak_2AVeRypSdS4ZosdKWW1C4avWU4eeC2Yq7oP7guBGy8jkxdYVUy is updated as aeternity/ae_mdw#198 is fixed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Details screen you would be able to see the details

@CedrikNikita CedrikNikita force-pushed the feature/implement-token-history-logic branch from c8b2b99 to 138700a Compare July 2, 2021 08:48
@etharner etharner merged commit e33aeb6 into develop Jul 2, 2021
@etharner etharner deleted the feature/implement-token-history-logic branch July 2, 2021 09:20
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

Successfully merging this pull request may close these issues.

None yet

3 participants