aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/library.go
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new keyring methodsobscuren2014-05-141-5/+8
|
* Cleanupobscuren2014-05-091-85/+0
|
* Moved public interfaceobscuren2014-05-021-5/+6
|
* Moved APIobscuren2014-05-021-5/+5
|
* fixed state object changes for eth apiobscuren2014-04-301-32/+3
|
* Split off External applications from main libraryobscuren2014-04-301-5/+28
| | | | | | | External applications now accept containers which function as the frontend where the ExtApplication functions as the backend. Containers execute within their own engine and have their own context and are destroyed when released.
* 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.