Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify base 10 in bignumber | Frankie | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into i#495CustomGasField | Frankie | 2016-10-11 | 1 | -2/+2 |
|\ | |||||
| * | Add tolerance for sending from mixed-case addresses. | Dan Finlay | 2016-10-06 | 1 | -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 page | Frankie | 2016-10-11 | 1 | -0/+7 |
|/ | |||||
* | Fix account unlocking | Dan Finlay | 2016-09-13 | 1 | -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 refactor | Dan Finlay | 2016-06-25 | 1 | -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 input | Dan Finlay | 2016-06-22 | 1 | -6/+8 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -0/+2 |
|\ | |||||
| * | id-mgmt - add missing deps | kumavis | 2016-06-21 | 1 | -0/+3 |
| | | |||||
* | | Auto linted | Dan Finlay | 2016-06-22 | 1 | -17/+17 |
|/ | |||||
* | Fixed signing of hashes | Dan Finlay | 2016-06-17 | 1 | -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 module | Dan Finlay | 2016-06-16 | 1 | -0/+79 |