Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add RPC config buttons and styles | Dan Finlay | 2016-04-23 | 1 | -5/+31 |
| | | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display. | ||||
* | Improve transaction list title | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Removed logs | Dan Finlay | 2016-04-20 | 1 | -2/+0 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 2 | -6/+16 |
| | | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working. | ||||
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 2 | -37/+10 |
| | |||||
* | Improve some UI formatting | Dan Finlay | 2016-04-20 | 2 | -13/+33 |
| | |||||
* | Move transaction list after account panel | Dan Finlay | 2016-04-20 | 1 | -12/+1 |
| | |||||
* | Moved transaction-list into its own component | Dan Finlay | 2016-04-20 | 2 | -8/+55 |
| | |||||
* | Merge branch 'master' into TransactionList | Dan Finlay | 2016-04-20 | 1 | -2/+1 |
|\ | |||||
| * | Fix displayed RPC address | Dan Finlay | 2016-04-19 | 1 | -2/+1 |
| | | | | | | | | Fixes #119 | ||||
* | | Prototype Transaction Details in account-detail.js | John Whitton | 2016-04-20 | 1 | -0/+17 |
|/ | | | | Rough prototype with hyperlink | ||||
* | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | ui - util - fixes#110 formatBalance | kumavis | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Fix eth resolution | Dan Finlay | 2016-04-15 | 1 | -2/+7 |
| | | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 33 | -0/+3539 |