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

feat: add listAccountTransactions method #41

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danroc
Copy link
Contributor

@danroc danroc commented Sep 18, 2024

This method was originally part of the Chain API, but we decided to migrate it to the Keyring API since it's close related to accounts.

Also, it will allow to list the trasactions for a given account ID instead of address, which make it simpler to get the balances for Bitcoin accounts, for example.

Closes: https://github.com/MetaMask/accounts-planning/issues/460
Closes: https://github.com/MetaMask/accounts-planning/issues/453
Replaces: MetaMask/keyring-api#322

@danroc danroc self-assigned this Sep 18, 2024
@danroc danroc added the team-accounts This should be handled by the Accounts Team label Sep 18, 2024
@danroc danroc added DO-NOT-MERGE PRs related to this issue should not be merged and removed team-accounts This should be handled by the Accounts Team labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO-NOT-MERGE PRs related to this issue should not be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant