aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/library.go
Commit message (Collapse)AuthorAgeFilesLines
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-2/+6
|
* Minor fixes and sample coin "improvements"obscuren2014-04-241-0/+24
|
* Refactored codeobscuren2014-04-231-13/+10
|
* Minor update and fixes to the gui and consoleobscuren2014-04-231-3/+6
|
* Updated to use new state objectobscuren2014-04-161-22/+3
|
* added init and main functions to scriptobscuren2014-04-161-11/+27
|
* Debug stepsobscuren2014-04-121-0/+1
|
* Fix merge conflictsMaran2014-04-121-35/+0
|\
| * Added wip debuggerobscuren2014-04-121-36/+1
| |
* | Improved (hopefully) the send transaction tabMaran2014-04-121-4/+10
| |
* | Implemented key importing/generation for the GUIMaran2014-04-111-0/+28
|/
* Nonce handlingobscuren2014-04-091-1/+3
|
* Added tx outputobscuren2014-04-011-4/+4
|
* Fixed an issue with sending gas to a contractobscuren2014-03-311-2/+2
|
* Updated to new mutan apiobscuren2014-03-311-1/+1
|
* Added gas and gas price.obscuren2014-03-281-1/+47
| | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
* Major re-organisation.obscuren2014-03-221-0/+60
The Ethereum node and Gui are now separated.