1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan Finlay 2b7b1db851 Do not mark a retry tx failed that has been broadcast successfully
Fixes #2115

If a tx has been braodcast, the only failures we should accept are:
- Never mined
- On chain failure

We had a section of code that would mark a tx failed during any unknown error during a retry.

Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
2017-09-18 14:34:25 -07:00
2017-09-05 08:58:01 -07:00
2017-05-08 13:54:25 -07:00
2017-05-12 12:04:42 -07:00
2015-07-31 18:38:02 -07:00
2017-08-03 14:48:19 -07:00
2016-06-29 17:28:49 -07:00
2015-07-31 18:38:02 -07:00
2016-04-14 14:55:41 -07:00
2015-07-31 18:38:02 -07:00
2017-09-18 11:47:59 -07:00
2016-06-15 10:35:23 -07:00
2017-04-25 12:49:24 -07:00
2016-07-01 14:23:37 -07:00
2016-07-01 14:23:37 -07:00
2016-07-14 14:37:40 -07:00
2017-08-08 23:53:32 -07:00
2017-02-20 23:33:21 -08:00

MetaMask Plugin

Build Status Coverage Status Greenkeeper badge Stories in Ready

Support

If you're a user seeking support, here is our support site.

Developing Compatible Dapps

If you're a web dapp developer, we've got two types of guides for you:

New Dapp Developers

Current Dapp Developers

Building locally

  • Install Node.js version 6.3.1 or later.
  • Install local dependencies with npm install.
  • Install gulp globally with npm install -g gulp-cli.
  • Build the project to the ./dist/ folder with gulp build.
  • Optionally, to rebuild on file changes, run gulp dev.
  • To package .zip files for distribution, run gulp zip, or run the full build & zip with gulp dist.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

Running Tests

Requires mocha installed. Run npm install -g mocha.

Then just run npm test.

You can also test with a continuously watching process, via npm run watch.

You can run the linter by itself with gulp lint.

Architecture

Architecture Diagram

Development

npm install
npm start

Build for Publishing

npm run dist

Writing Browser Tests

To write tests that will be run in the browser using QUnit, add your test files to test/integration/lib.

Other Docs

Description
🦊 Minimalized version of MetaMask for my own personal use.
Readme 265 MiB
Languages
JavaScript 83.4%
TypeScript 12.8%
SCSS 3.5%
Shell 0.2%
HTML 0.1%