Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 3 | -8/+23 |
| | |||||
* | Show APPROVED status for transactions that have been approved but not submitted | Alexander Tseung | 2018-11-14 | 2 | -1/+35 |
| | |||||
* | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 1 | -1/+6 |
| | |||||
* | Show failed tx RPC error messages in tooltips | Whymarrh Whitby | 2018-09-09 | 1 | -2/+10 |
| | | | | | | This changeset displays the error messages attached to txMeta for a failed tx in a tooltip on hover in the tx list view. This will only display for txs with the `txMeta.err.rpc.value` property, not all failed txs. | ||||
* | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 1 | -13/+19 |
| | |||||
* | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Use css grid for TransactionListItem for responsive layout | Alexander Tseung | 2018-08-24 | 2 | -4/+5 |
| | |||||
* | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 1 | -0/+6 |
| | |||||
* | Add TransactionStatus component | Alexander Tseung | 2018-08-24 | 3 | -0/+67 |