1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Dan J Miller b884cd573c Ensure correct tx category when sending to contracts without tx data (#7252)
* Ensure correct transaction category when sending to contracts but there is no txParams data

* Update gas when pasting address in send

* Gracefully fall back is send.util/estimateGas when blockGasLimit from background is falsy

* Remove network request frontend fallback for blockGasLimit

* Add some needed slow downs to e2e tests
2019-10-08 14:16:23 -03:00
..
account-import-strategies
controllers Ensure correct tx category when sending to contracts without tx data (#7252) 2019-10-08 14:16:23 -03:00
lib Make chainId available in the metamask-inpage-provider (#7110) 2019-09-09 22:01:34 -02:30
migrations Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
platforms
background.js Add polyfill for AbortController (#7157) 2019-09-13 11:52:57 -03:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js Add warning about reload on network change 2019-08-21 14:14:35 -03:00
metamask-controller.js Replace undefined selectedAddress with null (#7161) 2019-09-13 11:53:08 -03:00
phishing-detect.js
README.md
ui.js Add polyfill for AbortController (#7157) 2019-09-13 11:52:57 -03:00

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