Dan Finlay
6ec471c6dc
Configure BIP44 Keychain as default one
8 years ago
Dan Finlay
2690d1acfd
Added hd wallet tests
8 years ago
Dan Finlay
f02e02bef8
Add hd wallet keyring
8 years ago
Kevin Serrano
678301a20e
Phase out extra warning screen.
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
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
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
090959470b
Add note about callback param to sync method warning
8 years ago
Kevin Serrano
ad3fa24a28
Intermediary commit.
8 years ago
Kevin Serrano
725d503f68
Remove unused crypto dependencies.
8 years ago
Kevin Serrano
17506fe14f
Merge in crypto.
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
Dan Finlay
827d7553fc
Restore hex prefix to gas price
8 years ago
Dan Finlay
91f43fa213
Increase gas estimate by 100000 wei
...
To prevent minor gas estimation errors, probably usually related to operating on dynamic state.
Fixes #738 .
8 years ago
Kevin Serrano
0d495372da
Lint.
8 years ago
Kevin Serrano
8a5eacd35f
Prevent XML from web3 injections.
8 years ago
Kevin Serrano
1481a3ef8e
Initial work on UI side
8 years ago
Dan Finlay
036b0e4cca
Linted
8 years ago
Dan Finlay
69aed23e9b
Fixed vector usage in encryptor
8 years ago
Dan Finlay
1c791c4d2e
Got basic encryptor working
8 years ago
Dan Finlay
c9cfcd5253
Got encrypting working, not yet decrypting
8 years ago
Frankie
35232c5e29
Fix for linting
8 years ago
Frankie
aace26c4bd
Create callback and Clean-up details
8 years ago
Frankie
67eba9f542
Specify base 10 in bignumber
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Dan Finlay
cce8d9e360
Began adding browser-native encryptor module
...
Added new Qunit build process that will browserify the contents of `test/integration/lib` into the QUnit browser, allowing much more modular testing, including unit testing of our modules in our target browsers.
Made a basic unit test file of this form for the new encryptor module, which fails miserably because I've only just begun to work with it.
I've started with this blog post as a starting point, and will be adjusting it to our needs from there:
http://qnimate.com/passphrase-based-encryption-using-web-cryptography-api/
8 years ago
Dan Finlay
cd2c00a318
Add minimal method signatures to new keyring controller
8 years ago
Kevin Serrano
d750daed5c
Remove logs.
8 years ago
Kevin Serrano
3954ed2a7e
Fix misnamed variable.
8 years ago
kumavis
a1c3c944cf
dapp reload - fixed disconnect detection via polling
8 years ago
Kevin Serrano
5e9bc31c58
Cleanup.
8 years ago
Dan Finlay
5c9476e57d
Fix bug where new vaults had no nicknames
8 years ago
Dan Finlay
ea1a934c7d
Add initial KeyringController files
8 years ago
Kevin Serrano
f7361d9654
lint
8 years ago
Kevin Serrano
79a99ac93b
Move tos hash comparison logic from background to mm controller.
8 years ago
Kevin Serrano
ed03b89e26
Move tos hash logic to build phase. Create dynamic global variables based on build.
8 years ago
Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Kevin Serrano
21d1959435
Fix linting and guarantees set TOS hash.
8 years ago
Kevin Serrano
e4f2cd2e09
Fix retention of terms of service hash across reloads of plugin.
8 years ago
Kevin Serrano
7c5ebb6a53
Renamed variables to make more sense.
8 years ago