Dan Finlay
df5f99fa3b
Merge pull request #824 from MetaMask/failing-tests
...
Promisify persistence of old vaults in migration code
8 years ago
Kevin Serrano
bc6312e9e3
Promisify persistence of keyrings before returning key
...
Change single letter variables (shame)
8 years ago
Kevin Serrano
c695d54b01
Merge branch 'dev' into failing-tests
8 years ago
Kevin Serrano
3cd839d27f
Create failing test to check submitPassword in keyringController.
8 years ago
Kevin Serrano
626903e9f2
Merge pull request #823 from MetaMask/FixBork
...
Update migration code for new hd wallet param name
8 years ago
Dan Finlay
ce1c5eb75a
Update migration code for new hd wallet param name
8 years ago
Kevin Serrano
cd2442e3e7
Persist keyrings from migration to storage.
8 years ago
Kevin Serrano
bef023fb4a
Resolve merge conflict.
8 years ago
kumavis
39e0a33bba
random-id - use Number.MAX_SAFE_INTEGER as max
8 years ago
kumavis
6400eb8453
Merge pull request #816 from MetaMask/i328-MultiVault
...
Multi vault to Dev Branch
8 years ago
kumavis
37d836fa72
Merge pull request #819 from MetaMask/i791-FixLosingConnection
...
Increment tx ids to avoid collisions
8 years ago
Dan Finlay
8eb91e89bf
Increment tx ids to avoid collisions
...
Fixes #791
It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection.
This new id generation strategy creates a random ID, and increments it for each request.
In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big.
8 years ago
Dan Finlay
4352c7031a
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
8 years ago
Dan Finlay
f229d32442
Replace old random-id code with incrementing id generator
8 years ago
kumavis
b0ccde66f6
Merge pull request #814 from MetaMask/Version-2.13.8
...
Version 2.13.8: Faithful Serpent
8 years ago
Dan Finlay
a4eadddd6b
Version 2.13.8
8 years ago
Kevin Serrano
592b64a19f
Revert one cb to previous state.
8 years ago
Kevin Serrano
5bfb700fa8
Minimize dispatches by using emitters and relying on state updates.
8 years ago
Kevin Serrano
e18109f1ea
Fix semantics in comments
8 years ago
Kevin Serrano
585284cb88
Lints.
8 years ago
Kevin Serrano
2ae62a4573
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
8 years ago
Kevin Serrano
64296df309
Resolve merge conflicts.
8 years ago
Kevin Serrano
14e6b92e29
Resolve merge conflicts.
8 years ago
Kevin Serrano
1db0bc4b2a
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
8 years ago
Kevin Serrano
a4666de0ce
Minimize repeated code.
8 years ago
Kevin Serrano
b1fee2a1d3
Minimize repeated code.
8 years ago
kumavis
68d5b459ed
Merge pull request #811 from MetaMask/deadly-fix
...
Fix error display in confirmation screen
8 years ago
Kevin Serrano
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Kevin Serrano
92edc63d6e
Add idStore tests again.
8 years ago
Kevin Serrano
acf02c9290
Merge branch 'deadly-fix' of github.com:MetaMask/metamask-plugin into deadly-fix
8 years ago
Kevin Serrano
205205f7cd
Add to changelog.
8 years ago
Kevin Serrano
d891869eff
First attempt at fixing errors in confirmation screen.
8 years ago
Kevin Serrano
26a548a7a3
First attempt at fixing errors in confirmation screen.
8 years ago
Kevin Serrano
eea3bfb0b3
Rename n variables to numberOfAccounts inside of test suite. Remove idStore tests.
8 years ago
Kevin Serrano
4826f7c0a0
Revert to previous anonymous function for promise.
8 years ago
Kevin Serrano
20cea5b2f5
Various keyring changes
...
- Rearrange the require statements.
- Remove unused web3.
- Simplify some callbacks and promises.
- Clarify certain parameters.
8 years ago
Kevin Serrano
bfeaae69f2
Clarify functions names. Package normalize inside util file. Fix require headers.
8 years ago
Kevin Serrano
7012747fb5
Package normalize inside sig util file.
8 years ago
Kevin Serrano
0c23925c23
Fix lint rules for ternary operator placement.
8 years ago
Kevin Serrano
3828edf6a4
Typo fix.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
kumavis
c664b8f11e
Merge branch 'master' into i328-MultiVault
8 years ago
kumavis
115fdc36fe
Merge pull request #807 from MetaMask/cssIsAwesome
...
Fix funny looking errors in conf-tx
8 years ago
Frankie
b60f51dfc2
lint fix
8 years ago
Frankie
b60992b446
Fix funny looking errors in conf-tx
8 years ago
kumavis
e123e3095b
Merge branch 'master' into i328-MultiVault
8 years ago
kumavis
f88079c6b9
Merge pull request #805 from MetaMask/i804
...
detect tx error - show warning and fix gasLimit
8 years ago
kumavis
1d0abc4771
changelog - update
8 years ago
kumavis
536cab0687
detect tx error - show warning and fix gasLimit
8 years ago
Kevin Serrano
ad290d3edc
Merge pull request #802 from MetaMask/confTxFix
...
Conf tx fix
8 years ago