frankiebee
af5ad218e2
Merge branch 'master' into i#1032
8 years ago
frankiebee
3e8b584c98
fix issue where account import allows for duplicates
8 years ago
Jared Pereira
de44cd9ba4
add gas buffer multiply test
8 years ago
Jared Pereira
4256e631a6
remove constant buffer and add multiplier
8 years ago
kumavis
719be93f97
Merge pull request #1183 from MetaMask/provider-ten-oh-one
...
deps - bump web3-provider-engine to 10.0.1
8 years ago
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
8 years ago
Kevin Serrano
4562e41d33
Fix tests until new ones to-be-written.
8 years ago
Kevin Serrano
edbd1c6a68
Merge branch 'i1144-moarrpc' of github.com:MetaMask/metamask-plugin into i1144-moarrpc
8 years ago
Kevin Serrano
970324b699
Merge github.com:MetaMask/metamask-plugin into i1144-moarrpc
8 years ago
Kevin Serrano
e7e024bcdd
Refactor of code into separate reducers and actions.
8 years ago
kumavis
042b042da6
Merge pull request #1182 from MetaMask/provider-ten
...
deps - bump web3-provider-engine
8 years ago
kumavis
be8267edf7
deps - bump web3-provider-engine
...
resolves https://github.com/MetaMask/metamask-plugin/issues/1159
8 years ago
kumavis
22785a4cf1
Merge pull request #1180 from MetaMask/kumavis-patch-1
...
deps - bump web3-provider-engine
8 years ago
Kevin Serrano
8fead4099a
Merge branch 'master' into i1144-moarrpc
8 years ago
Dan Finlay
1d835e4417
Merge branch 'master' into kumavis-patch-1
8 years ago
kumavis
9e0a4fc6ed
Merge pull request #1179 from MetaMask/FixHexEncoding
...
Fix hex encoding of message to create valid hex strings
8 years ago
Dan Finlay
fba7a50e1b
Fixed encoding
8 years ago
Dan Finlay
6253885e28
Remove unrelated test file
8 years ago
Dan Finlay
e78e642eef
Add gas buffer test
8 years ago
Kevin Serrano
08ca7dac5a
Merge branch 'master' into i1144-moarrpc
8 years ago
Kevin Serrano
01f2ec4823
Modify tests.'
8 years ago
Kevin Serrano
2a98beb878
Break out rpc update and rpclist into two reducers.
8 years ago
kumavis
993a1cef64
deps - bump web3-provider-engine
...
include fix for https://github.com/MetaMask/provider-engine/pull/122
8 years ago
Dan Finlay
99b49b11f6
Fix test name
8 years ago
Dan Finlay
70e14b8a6f
Fixed internal encoding test case
8 years ago
Dan Finlay
32c767fbe8
Linted
8 years ago
Dan Finlay
cdcd1b1e8b
Fix hex encoding of message to create valid hex strings
8 years ago
kumavis
2acf991b67
Merge pull request #1177 from MetaMask/i1173-ShowPersonalMessage
...
Render personal_sign messages as utf-8 text
8 years ago
Dan Finlay
51aa95a65c
Merge branch 'master' into i1173-ShowPersonalMessage
8 years ago
Dan Finlay
eb75996b22
Merge branch 'i1173-ShowPersonalMessage' of github.com:MetaMask/metamask-plugin into i1173-ShowPersonalMessage
8 years ago
Dan Finlay
e66e755766
Fix normalizeMsgData function to always return hex prefixed
8 years ago
kumavis
e91ddfcacc
Merge pull request #1178 from MetaMask/i#1168
...
Fix issue txMetaObject had no hash
8 years ago
Frankie
00d03d8179
Merge branch 'master' into i#1168
8 years ago
kumavis
76d6e3d7eb
Merge branch 'master' into i1173-ShowPersonalMessage
8 years ago
kumavis
d27b34cbcd
Merge pull request #1176 from MetaMask/i1162-FixLoosePersonalSign
...
Fix personal sign for loose accounts
8 years ago
Frankie
b84f1b0532
Fix issue where old txMeta object was being used to pass the txHash to the cb
8 years ago
Dan Finlay
26ea5993a9
Remove log
8 years ago
Dan Finlay
af337dfae5
Fix function names
8 years ago
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
8 years ago
Dan Finlay
7d2019eac9
Fix personal sign for loose accounts
...
Fix was written, but not published to npm. Now fixing semver at the correct version.
8 years ago
Dan Finlay
f9b2c12dc3
Merge pull request #1161 from MetaMask/Debugging
...
Tune up master
8 years ago
Kevin Serrano
72932bdcba
Prevent submission of invalid gas parameters.
8 years ago
Kevin Serrano
0ac1f749fd
Various improvements to gas input.
8 years ago
Dan Finlay
5f378d382e
Only allow numbers in gas inputs
8 years ago
Kevin Serrano
e66035254f
More conflict resolution.
8 years ago
Kevin Serrano
0a3849ec84
Fix merge conflicts.
8 years ago
Dan Finlay
69d4aafc3e
Add ens recognition to send form input
...
Attempts to lookup `.eth` addresses on ENS.
Is currently failing.
I've written an isolation example of the problem here:
https://github.com/flyswatter/ens-test
8 years ago
Dan Finlay
6f598570d8
Fix loading indication for conf-tx view
8 years ago
Kevin Serrano
f162a11585
Merge pull request #1154 from MetaMask/i765-gaslimits
...
Add ability to customize gas and gasPrice on tx confirmation screen
8 years ago
Kevin Serrano
a600ccd4f8
Add reset button to reset gas fields.
8 years ago