Frankie
7d9e295b75
Change regex in isHex function
8 years ago
Frankie
8326258b58
Merge branch 'i#741' of https://github.com/MetaMask/metamask-plugin into i#741
8 years ago
Frankie
d79424e9c0
clean up the isHex function
8 years ago
Dan Finlay
a462fc82e0
Fix duplicate provider menu item bug
8 years ago
Dan Finlay
518ff399fb
Fix loading indication
8 years ago
Dan Finlay
1ddb8b9aec
Added tx & msg managing functionality to new KeyringController
8 years ago
Dan Finlay
626b52d24a
Fix bug in new KeyringController vault restoring logic.
8 years ago
Dan Finlay
ee73e373a0
Create new vault before each keyringController unit test
8 years ago
Dan Finlay
44aa1be277
Create basic keyring-controller unit test file
8 years ago
Dan Finlay
c3e1c5c57f
Added SimpleKeyring tests
8 years ago
Dan Finlay
9560ae93ee
Added tx and msg signing to keychain & controller
8 years ago
Dan Finlay
957b7a72b5
Improved simple account generation
8 years ago
Dan Finlay
55d56f77cf
Began adding first basic keyring
8 years ago
Dan Finlay
351c8e2086
Merge branch 'master' into i328-MultiVault
8 years ago
Kevin Serrano
231dc61e3f
Merge branch 'master' into i328-MultiVault
8 years ago
Frankie
eedca82167
Merge branch 'master' into i#741
8 years ago
Frankie
8d2ec8b820
Merge pull request #751 from MetaMask/ClarifyCallbackRole
...
Add note about callback param to sync method warning
8 years ago
Frankie
d4c0a4949b
Clean up tests
8 years ago
Dan Finlay
7d7cb9af9d
Fix background connection references
8 years ago
Dan Finlay
0deed17752
Fix tests
8 years ago
Dan Finlay
383f8ea7dc
Linted & added salting to vault
8 years ago
Dan Finlay
e5c95d68f8
Fix state updating after vault creation and unlocking
8 years ago
Dan Finlay
2132477797
Fix unlock logic
8 years ago
Dan Finlay
f090828f99
Commented out useless advanced not on init screen
8 years ago
Dan Finlay
f14fdf7a25
Change actions reference to keyringController to background
8 years ago
Dan Finlay
40f175c06f
Linted
8 years ago
Dan Finlay
331bb735c7
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
8 years ago
Frankie
aa4746f4c7
Add test and ability for isHex to handle hex strings with hex-prefix
8 years ago
Kevin Serrano
12698b9462
Resolve merge conflict.
8 years ago
Frankie
ac7dca22c3
Fix up wording
8 years ago
Frankie
7140c04ef9
Fix CHANGELOG
8 years ago
Frankie
2f7ce1ca4c
Merge branch 'master' into i#741
8 years ago
Frankie
4366f72fe1
Add unit test for isHex and add to CHANGELOG.md
8 years ago
Dan Finlay
090959470b
Add note about callback param to sync method warning
8 years ago
Dan Finlay
94f2554369
Add debug flag to dev mode
8 years ago
Kevin Serrano
afbc4c832b
Git merge resolution.
8 years ago
Kevin Serrano
ad3fa24a28
Intermediary commit.
8 years ago
Frankie
5fb1e492fb
Add valdations to txData param
8 years ago
Kevin Serrano
725d503f68
Remove unused crypto dependencies.
8 years ago
Kevin Serrano
153bb25947
Add crypto packages to package.json
8 years ago
Kevin Serrano
17506fe14f
Merge in crypto.
8 years ago
Kevin Serrano
82489129d5
Merge branch 'master' into i743-FixDelegateCallFlag
8 years ago
Kevin Serrano
a88a48ba14
Merge pull request #749 from MetaMask/Version-2.13.5
...
Version 2.13.5
8 years ago
Dan Finlay
f31fef034f
Fix changelog date
8 years ago
Dan Finlay
182fd30db5
Fix cli flag capitalization
8 years ago
Dan Finlay
70f3d24e90
Version 2.13.5
8 years ago
Dan Finlay
60097d8fba
Remove livereload from prod builds
8 years ago
kumavis
a542118a55
Merge pull request #748 from MetaMask/i746-ReloadBug
...
Wait for first metamask data to establish ping-pong stream.
8 years ago
Dan Finlay
cc23158bfe
Wait for first metamask data to establish ping-pong stream.
...
Prevents infinite reload loops when dapps take too long to load.
Fixes #746 .
8 years ago
Dan Finlay
049705004f
Reproduced issue 743 in test case
...
This contract hex does include the value `f4`, but it was compiled from a contract with no instance of `.delegatecall`. I believe `f4` in this case is part of some other value or contract address, and `ethBinToOps` has some error in how it skips pushed data.
@kumavis
8 years ago