Kevin Serrano
716e65424d
Add date access throughout the data flow.
8 years ago
Dan Finlay
5d93e8fa74
Version 2.7.0
8 years ago
Frankie
fcd523abe4
Buy button ( #474 )
...
* WIP: Buy button link
* Add buy eth and the buy eth warning message
* Add css
* Move the opening of coinbase page to background
and send to faucet if on test net
* Create a Warning about storeing eth
* Finish Buy button and Eth store warning screen
* Add to CHANGELOG
* fix frankies deletion and change chrome to extension
8 years ago
Kevin Serrano
66941f0808
Provide date access.
8 years ago
Dan Finlay
6658bea8d4
Implement some cross-browser practices ( #473 )
...
* Add mozilla plugin key to manifest
* Move all chrome references into platform-checking module
Addresses #453
* Add chrome global back to linter blacklist
* Add tests
8 years ago
Kevin Serrano
4a9d5b1c25
Add data field to pass up parameters up to reducer.
8 years ago
Kevin Serrano
491b9cddc5
Add fiat actions to metamask controllere and actions.
8 years ago
Kevin Serrano
aac810b1eb
Progress on config manager. Plus tests.
8 years ago
Dan Finlay
cdd7e40545
Make injected web3 fail hard on sync methods ( #471 )
...
Make injected web3 fail hard on sync methods
8 years ago
Dan Finlay
5567ea8dc5
Version 2.6.2 ( #470 )
8 years ago
kumavis
b2afa16925
typo fix
8 years ago
kumavis
9101812552
inpage - add try/catch to cleanContextForImports
8 years ago
Dan Finlay
3b80a043ee
Version 2.6.1 ( #442 )
8 years ago
kumavis
97e38b4983
new tx - calculate estimatedGas and show thing in tx-details ( #441 )
...
* new tx - calculate estimatedGas and show thing in tx-details
* Bump changelog
8 years ago
Kevin Serrano
2403a833e8
Add Japanese localization file.
8 years ago
Kevin Serrano
fc8d9587d8
Fix MetaMask title for EN.
8 years ago
Kevin Serrano
ecd0a3ec1e
Add one wallet to new accounts instead of three.
8 years ago
Dan Finlay
e21a48da83
Linted
8 years ago
Dan Finlay
a446be2397
Version 2.6
8 years ago
Dan Finlay
c4a15340e0
Add notification global for development
...
The background process now has a global `METAMASK_NOTIFIER` object that allows easy mocking of notification data.
8 years ago
Dan Finlay
9609593f13
Fix bug where rejected tx would not call back
8 years ago
kumavis
786a283dd2
contentscript - remove timeout before stream setup
8 years ago
kumavis
5c4c902c94
appease the linting gods
8 years ago
kumavis
7aa120e630
web3 injection - use web3 dist for faster injection
8 years ago
Dan Finlay
7058dc4ee3
Began reworking tx conf view
8 years ago
Frankie
8d67a820a9
Add light and ultraLight fonts
8 years ago
Dan Finlay
c0b0c9c028
Simplify error log
8 years ago
Dan Finlay
1d8d7d833d
Improve metamask-controller error logging
...
Fixes #384
8 years ago
Dan Finlay
76c473538a
Version 2.5.0
8 years ago
Dan Finlay
e55938ed15
First simple version of ui mocker
8 years ago
kumavis
cc970ccd0d
fix typo
8 years ago
Dan Finlay
78f2794d39
Remove useless and buggy clearWallet function
8 years ago
Dan Finlay
6fef01c8a1
Emphasizing how weird this bug is by removing all behavior from the method.
8 years ago
Dan Finlay
f49b6ca1dc
Replicated really strange bug with test
8 years ago
Kevin Serrano
3ae479f5ac
Unify wording for transaction options ( #369 )
...
* Unify wording for transaction options.
* Modify changelog.
* Fix wording and spacing.
8 years ago
Dan Finlay
757a3ce6be
Version 2.4.5
8 years ago
kumavis
6238af6330
fix bad merge
8 years ago
Frankie
16566ee7db
Move clearNotifications to popup.js
8 years ago
kumavis
b1d5a332c0
fix typo
8 years ago
kumavis
c82d7585b8
background - prepare state for notifcations
8 years ago
Frankie
4f4c5048bf
fix #341 close notifications when oppening pop up
8 years ago
kumavis
baba719468
notif - change size for better readability
8 years ago
kumavis
770528d538
clean - appease the linting machine
8 years ago
kumavis
d7d440b2c2
svg notif now work for msg signatures
8 years ago
Dan Finlay
60fec24c00
Debugged by using a real dapp
8 years ago
Dan Finlay
d3e0e7fe45
Manually debugged refactor
8 years ago
Dan Finlay
122018a96a
Fixed tests
8 years ago
Dan Finlay
fa7e466559
Rename background-controller metamask-controller
8 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.
8 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.
8 years ago