1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Frankie a34103987a
drop transactions who's nonce is lower then the known network nonce but were not included in a block (#6388)
* transactions/pending - check nonce against the network and mark as dropped if not included in a block

* transactions/pending - unifiy "dropped" txs

* transactions/pending - test - fix for new expected behavior

* fix comment

* transactions/pending - clean up dropped event

* fix spelling

Co-Authored-By: frankiebee <frankie.diamond@gmail.com>

* nit fix

* test/tx-pending - clarify test description
2019-05-16 07:36:53 +02:00
..
account-import-strategies
controllers drop transactions who's nonce is lower then the known network nonce but were not included in a block (#6388) 2019-05-16 07:36:53 +02:00
lib Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
migrations Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
platforms
background.js
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Fixes bugs in 6.5.1 (#6613) 2019-05-15 10:53:09 +02:00
phishing-detect.js
popup-core.js
README.md
ui.js

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples