Merge branch 'master' into useLocalNonce

feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 09235a5924
  1. 1
      CHANGELOG.md
  2. 9
      ui/app/components/transaction-list-item.js

@ -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

@ -60,17 +60,8 @@ 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(Tooltip, {
title: 'Transaction Number',

Loading…
Cancel
Save