Dan Finlay
c0b0c9c028
Simplify error log
9 years ago
Dan Finlay
1d8d7d833d
Improve metamask-controller error logging
...
Fixes #384
9 years ago
Dan Finlay
76c473538a
Version 2.5.0
9 years ago
Dan Finlay
e55938ed15
First simple version of ui mocker
9 years ago
kumavis
cc970ccd0d
fix typo
9 years ago
Dan Finlay
78f2794d39
Remove useless and buggy clearWallet function
9 years ago
Dan Finlay
6fef01c8a1
Emphasizing how weird this bug is by removing all behavior from the method.
9 years ago
Dan Finlay
f49b6ca1dc
Replicated really strange bug with test
9 years ago
Kevin Serrano
3ae479f5ac
Unify wording for transaction options ( #369 )
...
* Unify wording for transaction options.
* Modify changelog.
* Fix wording and spacing.
9 years ago
Dan Finlay
757a3ce6be
Version 2.4.5
9 years ago
kumavis
6238af6330
fix bad merge
9 years ago
Frankie
16566ee7db
Move clearNotifications to popup.js
9 years ago
kumavis
b1d5a332c0
fix typo
9 years ago
kumavis
c82d7585b8
background - prepare state for notifcations
9 years ago
Frankie
4f4c5048bf
fix #341 close notifications when oppening pop up
9 years ago
kumavis
baba719468
notif - change size for better readability
9 years ago
kumavis
770528d538
clean - appease the linting machine
9 years ago
kumavis
d7d440b2c2
svg notif now work for msg signatures
9 years ago
Dan Finlay
60fec24c00
Debugged by using a real dapp
9 years ago
Dan Finlay
d3e0e7fe45
Manually debugged refactor
9 years ago
Dan Finlay
122018a96a
Fixed tests
9 years ago
Dan Finlay
fa7e466559
Rename background-controller metamask-controller
9 years ago
Dan Finlay
b2b3f4b26b
Improve refactor
...
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.
9 years ago
Dan Finlay
9ed3c676ec
Refactored background.js controller apart from chrome + transport
...
Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like.
9 years ago
kumavis
eb1b9d027f
breakout pending-tx-details
9 years ago
kumavis
fce748c118
contentscript - skip web3 injection if domain appears to be a pdf
9 years ago
kumavis
2808fd175b
notif - remove dummy dev notif
9 years ago
kumavis
2468949cb5
some legit linting fixes
9 years ago
kumavis
3cf7bf725f
svg notif - use actual txParams
9 years ago
kumavis
cc7dbace38
tx-conf add non-interactive mode for notification
9 years ago
kumavis
2495c6ea54
svg notifications - remove unneeded deps and clean code
9 years ago
kumavis
2437284515
2.4.4
9 years ago
kumavis
d1e2d842ae
2.4.3
9 years ago
kumavis
122576a790
initial svg notifications
9 years ago
Frankie
f0e6411277
Swap out Transat font for Montserrat
9 years ago
Dan Finlay
73869ea233
Version 2.4.2
9 years ago
Dan Finlay
ff7b980143
Fix eth sign with dennis' test input
9 years ago
Dan Finlay
8fde8a8921
Manually linted
9 years ago
Frankie
bd1d67b219
add key.png
9 years ago
Dan Finlay
a08c3bc01b
Auto linted
9 years ago
kumavis
45d16d975b
background - batch rpc fix for origin domain
9 years ago
Dan Finlay
7b2f061fbb
Some manual fixes
9 years ago
kumavis
6fdece459d
2.4.1
9 years ago
kumavis
30da848611
id-mgmt - add missing deps
9 years ago
Dan Finlay
d19c286ee8
Version 2.4.0
9 years ago
kumavis
c1e9444200
idStore - add DELEGATE_CALL detection
9 years ago
Dan Finlay
e8ef8f3d2d
Add confirmation status to metamask state branch
9 years ago
Dan Finlay
5d90167bcc
Expose disclaimer consent to dnode API
9 years ago
Dan Finlay
0f564aa64d
Add confirmation persisting to localStorage
9 years ago
Dan Finlay
408addb1b2
Fixed signing of hashes
...
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.
9 years ago