Merge branch 'master' into useLocalNonce

This commit is contained in:
Dan Finlay 2017-08-23 11:14:25 -07:00 committed by GitHub
commit 09235a5924
2 changed files with 2 additions and 10 deletions

View File

@ -3,6 +3,7 @@
## Current Master
- Improve nonce calculation, to prevent bug where people are unable to send transactions reliably.
- Remove link to eth-tx-viz from identicons in tx history.
## 3.9.9 2017-8-18

View File

@ -60,16 +60,7 @@ TransactionListItem.prototype.render = function () {
}, [
h('.identicon-wrapper.flex-column.flex-center.select-none', [
h('.pop-hover', {
onClick: (event) => {
event.stopPropagation()
if (!isTx || isPending) return
var url = `https://metamask.github.io/eth-tx-viz/?tx=${transaction.hash}`
global.platform.openWindow({ url })
},
}, [
h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
]),
h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
]),
h(Tooltip, {