Kevin Serrano
044c16219b
Fix badge number to include personal_sign
2017-06-20 15:38:23 -07:00
Dan Finlay
c7780727eb
Bump circleCI node version to 8.0.0
2017-06-20 09:01:55 -07:00
Dan Finlay
027394b205
Reduce token list clutter by only showing held tokens
...
We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution.
2017-06-20 08:58:25 -07:00
Dan Finlay
97ab48ba0d
Fix propagation
2017-06-20 08:01:00 -07:00
Dan Finlay
a2781df8b4
Add better event lifecycle management to token list.
...
Token list now renders errors when a token lookup fails.
Also now cleans up event listeners when re-initializing the token list.
2017-06-19 19:11:55 -07:00
Dan Finlay
f6cc6c6271
Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton
2017-06-19 19:04:16 -07:00
Dan Finlay
41d992cca9
Merge branch 'AddTokenList' into i1616-AddTokenAdding
2017-06-19 19:03:49 -07:00
Dan Finlay
0799e5edf5
Fix token balance rendering
2017-06-19 19:02:38 -07:00
Dan Finlay
60855b0510
Add send button to TokenFactory
...
A simple solution to a temporary token send screen: Linking to EtherScan.
Will hold us over until we make our own token send view.
2017-06-19 19:02:13 -07:00
Thomas Huang
235cb1f2d7
Keeps dapp gas price if set
2017-06-19 17:50:06 -07:00
Dan Finlay
3ccc2b3d2a
Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into AddTokenList
2017-06-19 15:24:52 -07:00
Dan Finlay
1c05c82867
Add MetaMark support
2017-06-19 15:22:58 -07:00
Kevin Serrano
6eb40f2fab
Merge branch 'master' into AddTokenList
2017-06-19 13:53:48 -07:00
Kevin Serrano
fcf14b7aa7
Merge pull request #1624 from MetaMask/TestLinting
...
Remove second linting script for tests
2017-06-19 13:53:24 -07:00
Kevin Serrano
9da243f42d
Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into AddTokenList
2017-06-19 13:51:38 -07:00
Thomas Huang
88844946fe
Remove second linting script for tests
2017-06-17 12:14:35 -07:00
frankiebee
0d8c02db35
Merge branch 'master' into nonce-tracker
2017-06-16 17:07:12 -07:00
frankiebee
e672f2da0d
remove irrelevant test
2017-06-16 17:04:56 -07:00
Frankie
7ec7e12266
Merge pull request #1607 from MetaMask/i1567-FixInaccurateError
...
Do not mark slowly mined txs as failed.
2017-06-16 16:54:32 -07:00
Frankie
ac728189e1
Merge branch 'master' into i1567-FixInaccurateError
2017-06-16 16:46:13 -07:00
Frankie
42f3ccd9dc
Merge pull request #1623 from MetaMask/checkTxs
...
Check txs
2017-06-16 16:44:59 -07:00
frankiebee
9c2ead3d52
put event back on the "blockTracker:/provider"
2017-06-16 16:43:38 -07:00
frankiebee
3e359d6a6a
Merge branch 'master' into i1567-FixInaccurateError
2017-06-16 16:39:52 -07:00
frankiebee
5f8e74e0aa
put the block listeners back on the provider
2017-06-16 16:36:32 -07:00
frankiebee
3e4f2cf3d3
bump provider engine
2017-06-16 16:34:38 -07:00
Thomas Huang
fc3f83ac74
Merge pull request #1622 from MetaMask/i1621-DebounceBackgroundUpdates
...
Debounce background updates
2017-06-15 19:27:18 -07:00
Dan Finlay
06f6aa7a00
Debounce background updates
...
Our background sometimes emits absurd quantities of updates very quickly.
This PR reduces the amount of inter-process traffic by ensuring the `sendUpdate` method does not fire more than every 200 ms.
Fixes #1621
2017-06-15 18:01:10 -07:00
Frankie
7d64dbf19c
Merge pull request #1619 from MetaMask/privacy-patch
...
Do not recommend posting logs publicly on github.
2017-06-15 16:58:50 -07:00
Dan Finlay
48789f2a3d
Add ability to add tokens to token list
...
Fiex #1616
2017-06-15 16:22:53 -07:00
Dan Finlay
3062254c56
Do not recommend posting logs publicly on github.
...
This exposes all user accounts, and not all users will want to do this, so we should not recommend this.
2017-06-15 16:20:19 -07:00
Dan Finlay
711a4def86
Make add token screen a fully working form
...
Entering the address of a valid HumanStandardToken even auto-fills the other fields!
2017-06-15 15:38:23 -07:00
frankiebee
b67bc7043e
Fix test to call done
2017-06-15 15:25:22 -07:00
Frankie
ce5df2735e
Merge pull request #1609 from MetaMask/issue-template
...
Add issue template.
2017-06-15 14:42:25 -07:00
frankiebee
f76a555c09
Merge branch 'master' into i1567-FixInaccurateError
2017-06-15 14:28:10 -07:00
kumavis
41a1ce037b
Merge pull request #1611 from MetaMask/checkTxsOnSync
...
add a check for weather a tx is included in a block when jumping blocks
2017-06-15 14:12:14 -07:00
kumavis
08b8e89b88
Merge pull request #1610 from MetaMask/bumpProvider
...
Bump provider and check for the tx in the block that provider engine gives us
2017-06-15 14:12:06 -07:00
kumavis
27b874f2c4
transactions controller - add comments
2017-06-15 14:08:07 -07:00
Dan Finlay
c4f6176820
Merge branch 'AddTokenList' into AddingTokens
2017-06-15 14:00:28 -07:00
frankiebee
2e5deef2b0
check nonce and balance when resubmiting tx
2017-06-15 13:48:48 -07:00
Dan Finlay
39c7ed230d
Merge remote-tracking branch 'origin/master' into AddTokenList
2017-06-15 13:44:58 -07:00
Dan Finlay
f87c5f8a14
Remove log
2017-06-15 13:31:37 -07:00
kumavis
b3492d9c17
transaction controller - use nonce-tracker
2017-06-14 23:44:02 -07:00
kumavis
dab2fccc78
introduce nonce-tracker
2017-06-14 22:16:14 -07:00
frankiebee
07539a63e4
remove unnecessary log
2017-06-14 21:52:49 -07:00
frankiebee
da33efe775
bump eth-query for quiter logs
2017-06-14 21:44:32 -07:00
Dan Finlay
0e1e0aa323
Create add token button and template view
2017-06-14 20:55:56 -07:00
frankiebee
a10740af7e
add a check for weather a tx is included in a block when jumping blocks
2017-06-14 20:17:59 -07:00
Dan Finlay
a80945e730
Hide message on normal loading
2017-06-14 19:36:37 -07:00
Dan Finlay
1ed5804e4d
Multiple loading style improvements
...
- When seeking network, show a full screen loading indication + message.
- Network menu is still accessible "over" this indication.
- Top Menu-Droppo components now slide *under* the menu bar like they should.
- Loading indication opacity increased to increase message legibility.
2017-06-14 19:15:50 -07:00
Dan Finlay
68389d5d49
Remove excessive log
2017-06-14 18:12:41 -07:00