aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/id-management.js
Commit message (Collapse)AuthorAgeFilesLines
* Specify base 10 in bignumberFrankie2016-10-141-1/+1
|
* Fix gasPrice rangeFrankie2016-10-141-4/+4
|
* Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-111-2/+2
|\
| * Add tolerance for sending from mixed-case addresses.Dan Finlay2016-10-061-2/+2
| | | | | | | | | | | | We had to convert to lower case, and also had to modify the new provider-engine sanitizer to tolerate mixed case addresses. Fixes #707
* | Add custom gas field to send pageFrankie2016-10-111-0/+7
|/
* Fix account unlockingDan Finlay2016-09-131-0/+8
| | | | | | | | SubmitPassword was not creating a new id-management This is because I broke up the old "createIdmgmt" method to not perform as much conditional logic. Now the pieces are reusable and do what they should do.
* Improve refactorDan Finlay2016-06-251-3/+3
| | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions.
* Fix eth sign with dennis' test inputDan Finlay2016-06-221-6/+8
|
* Manually lintedDan Finlay2016-06-221-8/+8
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-0/+2
|\
| * id-mgmt - add missing depskumavis2016-06-211-0/+3
| |
* | Auto lintedDan Finlay2016-06-221-17/+17
|/
* Fixed signing of hashesDan Finlay2016-06-171-13/+10
| | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires.
* Factor idManagement into its own moduleDan Finlay2016-06-161-0/+79