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

Load transaction history from other clients #505

Open
danfinlay opened this issue Jul 29, 2016 · 2 comments
Open

Load transaction history from other clients #505

danfinlay opened this issue Jul 29, 2016 · 2 comments
Labels
area-background Issues relating to the extension background process. area-transactions type-enhancement

Comments

@danfinlay
Copy link
Contributor

danfinlay commented Jul 29, 2016

Right now we only log outgoing transactions from the same instance of MetaMask.

Long term we should load all transactions from that account, so even if someone has multiple metamask instances, they both appear "up to date".

Related to #133 but kindof is the inverse of it.

@danfinlay danfinlay added this to the Public Beta milestone Jul 29, 2016
@danfinlay danfinlay modified the milestones: Public Release, Public Beta / DevCon Aug 15, 2016
@2-am-zzz 2-am-zzz added L3-ui area-background Issues relating to the extension background process. labels Mar 2, 2018
@2-am-zzz 2-am-zzz removed this from the New UI Public Release milestone Mar 2, 2018
@ondratra
Copy link

ondratra commented May 5, 2020

I recently encountered problems of unknown origin that caused my Metamask to be suddenly very-very slow, high CPU using, and often getting completely stuck. Problem similar to #4012, #2754, #6817, etc. After Metamask reinstall, it works fine.

But now I lost the history of all transactions, which is not good, but ok. The real problem I got now is my still pending transaction with quite low gas. Since Metamask doesn't download history, I have no way to increase the gas price for that pending transaction in the wallet.

Since #133 is already solved for some time, can this issue be resolved as well? Or at least be put to some upcoming milestone?

@brad-decker
Copy link
Contributor

@PatrykLucka did some work towards showing external transactions instead of only Incoming transactions, unfortunately a lot more background work is needed to make this possible. Namely we need to be able to deduplicate transactions and a new way of grouping them by intent versus by nonce. #10908 represents a good effort to bring external transactions in and could prove to be useful to future efforts to land this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-background Issues relating to the extension background process. area-transactions type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants