Commit Graph

2509 Commits

Author SHA1 Message Date
kumavis 68b99dfb08 test - tx-utils
add tests for `addGasBuffer`
2017-03-07 22:28:02 -08:00
kumavis 17b805c76e tx-utils - clean and comment 2017-03-07 22:18:14 -08:00
Dan Finlay de5a30c5ff Merge pull request #1187 from MetaMask/i1118-IncreaseGasBuffer
I1118 increase gas buffer
2017-03-07 21:41:54 -08:00
Dan Finlay 0889309bf3 Merge branch 'master' into i1118-IncreaseGasBuffer 2017-03-07 21:30:43 -08:00
Dan Finlay 1f0a4dd033 Bump changelog 2017-03-07 21:30:27 -08:00
Dan Finlay a8551c4fe2 Merge pull request #1186 from MetaMask/grammarFix
Fix grammar in erro message
2017-03-07 21:24:45 -08:00
jaredpereira 52ee007fcb Merge branch 'master' into i1118-IncreaseGasBuffer 2017-03-07 22:55:56 -05:00
Jared Pereira 4916331c53 change BN.mul to BN.muln 2017-03-07 22:42:16 -05:00
frankiebee 2f7a95c257 Fix grammar in erro message 2017-03-07 18:56:38 -08:00
kumavis dba261db25 Merge pull request #1185 from MetaMask/i#1032
Fix issue where account import allows for duplicates
2017-03-07 18:09:05 -08:00
Frankie f0a35cefd3 Merge branch 'master' into i#1032 2017-03-07 18:01:50 -08:00
frankiebee af5ad218e2 Merge branch 'master' into i#1032 2017-03-07 17:59:21 -08:00
frankiebee 3e8b584c98 fix issue where account import allows for duplicates 2017-03-07 17:59:03 -08:00
Jared Pereira de44cd9ba4 add gas buffer multiply test 2017-03-07 20:49:40 -05:00
Jared Pereira 4256e631a6 remove constant buffer and add multiplier 2017-03-07 19:57:57 -05:00
kumavis 719be93f97 Merge pull request #1183 from MetaMask/provider-ten-oh-one
deps - bump web3-provider-engine to 10.0.1
2017-03-07 16:20:31 -08:00
kumavis 147ac416ba deps - bump web3-provider-engine to 10.0.1
Fixes https://github.com/MetaMask/metamask-plugin/issues/1163
Fixes https://github.com/MetaMask/provider-engine/issues/121
2017-03-07 16:16:26 -08:00
kumavis 042b042da6 Merge pull request #1182 from MetaMask/provider-ten
deps - bump web3-provider-engine
2017-03-07 15:43:35 -08:00
kumavis be8267edf7 deps - bump web3-provider-engine
resolves https://github.com/MetaMask/metamask-plugin/issues/1159
2017-03-07 15:21:39 -08:00
kumavis 22785a4cf1 Merge pull request #1180 from MetaMask/kumavis-patch-1
deps - bump web3-provider-engine
2017-03-07 13:08:28 -08:00
Dan Finlay 1d835e4417 Merge branch 'master' into kumavis-patch-1 2017-03-07 12:04:55 -08:00
kumavis 9e0a4fc6ed Merge pull request #1179 from MetaMask/FixHexEncoding
Fix hex encoding of message to create valid hex strings
2017-03-07 12:02:28 -08:00
Dan Finlay fba7a50e1b Fixed encoding 2017-03-07 11:43:59 -08:00
Dan Finlay 6253885e28 Remove unrelated test file 2017-03-07 11:36:13 -08:00
Dan Finlay e78e642eef Add gas buffer test 2017-03-07 11:34:11 -08:00
kumavis 993a1cef64 deps - bump web3-provider-engine
include fix for https://github.com/MetaMask/provider-engine/pull/122
2017-03-07 10:15:34 -08:00
Dan Finlay 99b49b11f6 Fix test name 2017-03-06 17:36:37 -08:00
Dan Finlay 70e14b8a6f Fixed internal encoding test case 2017-03-06 17:36:08 -08:00
Dan Finlay 32c767fbe8 Linted 2017-03-06 17:24:04 -08:00
Dan Finlay cdcd1b1e8b Fix hex encoding of message to create valid hex strings 2017-03-06 17:20:57 -08:00
kumavis 2acf991b67 Merge pull request #1177 from MetaMask/i1173-ShowPersonalMessage
Render personal_sign messages as utf-8 text
2017-03-06 16:51:16 -08:00
Dan Finlay 51aa95a65c Merge branch 'master' into i1173-ShowPersonalMessage 2017-03-06 16:34:24 -08:00
Dan Finlay eb75996b22 Merge branch 'i1173-ShowPersonalMessage' of github.com:MetaMask/metamask-plugin into i1173-ShowPersonalMessage 2017-03-06 16:34:02 -08:00
Dan Finlay e66e755766 Fix normalizeMsgData function to always return hex prefixed 2017-03-06 16:33:33 -08:00
kumavis e91ddfcacc Merge pull request #1178 from MetaMask/i#1168
Fix issue txMetaObject had no hash
2017-03-06 16:30:01 -08:00
Frankie 00d03d8179 Merge branch 'master' into i#1168 2017-03-06 16:15:34 -08:00
kumavis 76d6e3d7eb Merge branch 'master' into i1173-ShowPersonalMessage 2017-03-06 16:05:52 -08:00
kumavis d27b34cbcd Merge pull request #1176 from MetaMask/i1162-FixLoosePersonalSign
Fix personal sign for loose accounts
2017-03-06 16:05:21 -08:00
Frankie b84f1b0532 Fix issue where old txMeta object was being used to pass the txHash to the cb 2017-03-06 15:41:11 -08:00
Dan Finlay 26ea5993a9 Remove log 2017-03-06 15:36:16 -08:00
Dan Finlay af337dfae5 Fix function names 2017-03-06 15:17:45 -08:00
Dan Finlay 9bd8c5f723 Render personal_sign messages as utf-8 text
Calls to `personal_sign` are now:

- When hex encoded, preserved as hex encoded, but displayed as utf-8 text.
- When not hex encoded, decoded as utf-8 text as hex for signing.
- The messages proposed for signing are displayed as UTF-8 text.
- When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal.

Fixes #1173
2017-03-06 15:04:11 -08:00
Dan Finlay 7d2019eac9 Fix personal sign for loose accounts
Fix was written, but not published to npm.  Now fixing semver at the correct version.
2017-03-06 13:45:19 -08:00
Dan Finlay f9b2c12dc3 Merge pull request #1161 from MetaMask/Debugging
Tune up master
2017-03-06 13:30:09 -08:00
Kevin Serrano 72932bdcba
Prevent submission of invalid gas parameters. 2017-03-01 17:03:55 -08:00
Kevin Serrano 0ac1f749fd
Various improvements to gas input. 2017-03-01 14:37:51 -08:00
Dan Finlay 5f378d382e Only allow numbers in gas inputs 2017-03-01 13:01:23 -08:00
Kevin Serrano f162a11585 Merge pull request #1154 from MetaMask/i765-gaslimits
Add ability to customize gas and gasPrice on tx confirmation screen
2017-02-28 16:54:10 -08:00
Kevin Serrano a600ccd4f8
Add reset button to reset gas fields. 2017-02-28 16:36:05 -08:00
Dan Finlay af66e2b9ac Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i765-gaslimits 2017-02-28 15:46:47 -08:00