1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
Commit Graph

17331 Commits

Author SHA1 Message Date
Dan Finlay
9c6ec054b1 Show any pending txs when unlocking
Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
2016-05-03 15:04:15 -07:00
Dan Finlay
46e100f595 Improve tx UI 2016-05-03 14:44:36 -07:00
Dan Finlay
e6c4d63ccd Add UI for Signing Messages
Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk).

This allows the user a method to sign/cancel transactions even if they miss the Chrome notification.

Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't.

Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
2016-05-03 14:32:22 -07:00
Dan Finlay
dcbf17af2d Clarified user value for UMD fix on changelog 2016-04-29 17:57:07 -07:00
Dan Finlay
fcab161890 Version 1.7.0 2016-04-29 17:20:38 -07:00
Dan Finlay
6a6811f1d1 Merge pull request #165 from MetaMask/FixTransitions
Fix transitions
2016-04-29 17:13:53 -07:00
Dan Finlay
988165224b Fix outdated transitions
Fixes #151

- Cancelling or completing a tx now goes back to account detail view.
- Restoring a vault now does not select an unloaded account, shows account list.
- Account list now never selects an item only uses the cells as buttons.
2016-04-29 17:02:36 -07:00
Dan Finlay
8421c97db2 Bumped changelog for transaction list enhancements 2016-04-29 17:02:26 -07:00
kumavis
3a3444aad1 Merge pull request #164 from MetaMask/i126
inpage - add and remove 'define' from global context
2016-04-29 15:43:39 -07:00
kumavis
62e4cc8e67 add changelog note for inpage context guard 2016-04-29 15:42:48 -07:00
kumavis
9fcf07db6b inpage - add and remove 'define' from global context. updates #126 2016-04-29 15:38:24 -07:00
Dan Finlay
4fee97a6b0 Merge pull request #162 from MetaMask/Identicon
Identicon support
2016-04-29 14:23:08 -07:00
Dan Finlay
118da12197 Merge branch 'master' into Identicon 2016-04-29 14:01:58 -07:00
Dan Finlay
1638ac721a Merge pull request #161 from MetaMask/FixSlackLink
Fix slack link
2016-04-29 12:54:20 -07:00
Dan Finlay
9360e33510 Convert icons to identicons 2016-04-29 12:45:46 -07:00
Dan Finlay
a5d024c7d2 Bump changelog 2016-04-29 12:15:50 -07:00
Dan Finlay
c88c3ccd81 Fix slack link 2016-04-29 11:41:59 -07:00
kumavis
a71de17f1c Merge pull request #159 from MetaMask/i137
idmgmt - eth_sign support + notifications
2016-04-28 14:31:48 -07:00
kumavis
82983e5eff idmgmt - eth_sign support + notifications 2016-04-28 14:16:24 -07:00
kumavis
6cc7c08b75 Merge pull request #158 from MetaMask/eth_Sign
tx list - bug fix - fixes #143
2016-04-28 11:51:52 -07:00
kumavis
d562b86f7a tx list - bug fix - fixes #143 2016-04-28 11:48:39 -07:00
Dan Finlay
9b524b4f28 Merge pull request #152 from MetaMask/FilterTransactionList
Filter transaction list for current network
2016-04-27 18:46:12 -07:00
Dan Finlay
bd660d9aeb Fix test 2016-04-27 18:14:59 -07:00
Dan Finlay
d017c28441 Filter transaction list for current blockchain network
When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`.

We include the `network` on `app.metamask.network` in the state object.

We re-request the network when changing provider.

We filter the transaction list for transactions that match the current network.
2016-04-27 18:04:33 -07:00
Dan Finlay
29718a82b6 Record current network on each persisted transaction 2016-04-27 15:29:10 -07:00
Dan Finlay
39a84c0e47 Fix explorer link generation 2016-04-27 14:43:09 -07:00
kumavis
c66ac13cc9 provider - use provider-engine zero 2016-04-26 11:36:23 -07:00
Dan Finlay
0c293f9df0 Merge pull request #147 from MetaMask/DefaultToList
When no account is selected, show accounts view
2016-04-25 15:24:48 -07:00
Dan Finlay
781334da47 When no account is selected, show accounts view 2016-04-25 15:18:20 -07:00
kumavis
7497b2c813 Merge pull request #142 from MetaMask/DetailViewFirst
Make account detail view into main view
2016-04-25 14:34:43 -07:00
Dan Finlay
82ac8bde5d Bump changelog 2016-04-25 14:16:07 -07:00
Dan Finlay
1025eb3b4f Persist selected account
When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask.

Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
2016-04-25 14:14:34 -07:00
Dan Finlay
88ed546a9a Bump changelog 2016-04-25 13:49:53 -07:00
Dan Finlay
4c46cbc99c Fixed some loading bugs 2016-04-25 13:49:46 -07:00
Dan Finlay
44c68eb23c Fix test 2016-04-25 13:41:06 -07:00
Dan Finlay
2dd7bd6bd0 Make account detail view the primary view
- When unlocking, the first account is now selected by default and displayed as the main view.
 - There is now a "CHANGE ACCT" button on the detail view to show the accounts list.
 - Clicking an account from the accounts list now navigates to the detail view and selects that account.
 - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place.
 - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
2016-04-25 12:38:43 -07:00
Dan Finlay
652c1d96c1 Bump version 2016-04-22 15:25:56 -07:00
Dan Finlay
5aa1dba83f Merge pull request #136 from MetaMask/ChangeRpcButton
Add new rpc save button to config view
2016-04-22 15:25:03 -07:00
Dan Finlay
081a943d9b Resolve changelog order conflict 2016-04-22 14:48:10 -07:00
Dan Finlay
ee4f6b57ad Merge pull request #135 from MetaMask/DeprecateRawTestRpc
Migrate all users off `rawtestrpc` test rpc
2016-04-22 14:41:48 -07:00
Dan Finlay
c5dfd2e3fd Bump changelog 2016-04-22 14:41:24 -07:00
Dan Finlay
820736b427 Add RPC config buttons and styles
- Add save button for custom RPC input field
 - Add button for RPC at `localhost:8545`.
 - Improve `Current RPC` display.
2016-04-22 14:39:12 -07:00
Dan Finlay
33b344d276 Bump changelog 2016-04-22 14:21:45 -07:00
Dan Finlay
ab9db44f4a Add migration to actual migration array, fix test 2016-04-22 13:59:42 -07:00
Dan Finlay
4a1dd26fc9 Corrected migration order 2016-04-22 13:36:04 -07:00
Dan Finlay
875a0731dd Deprecate rawtestrpc.metamask.io
This migration will move users who have their clients configured to point at `rawtestrpc.metamask.io` to point at our new test-net RPC, `testrpc.metamask.io`.
2016-04-22 13:32:56 -07:00
kumavis
db85827b2b Merge pull request #125 from MetaMask/TransactionList
Add transaction history to account detail view
2016-04-20 22:07:00 -07:00
kumavis
f82a4de725 Merge pull request #128 from MetaMask/i127
build - post process with dereq
2016-04-20 16:22:11 -07:00
kumavis
04a61b7de9 build - post process with dereq 2016-04-20 13:22:41 -07:00
Dan Finlay
532edf670e Store metamaskId on metaTx instead of getTxWithParams method. 2016-04-20 09:29:37 -07:00