aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
Commit message (Collapse)AuthorAgeFilesLines
* Changed validators to regexp validatorsobscuren2014-05-142-4/+5
| | | | | IntValidator limits to 32bit int (JavaScript limitation) and therefor the input fields are limited in length.
* TypoMaran2014-05-131-1/+1
|
* Removed harcoded addresses from GetBlock JS bindings. Fixes #39Maran2014-05-131-2/+2
|
* Depcrecated setMaran2014-05-131-0/+3
|
* Adding new API test case htmlMaran2014-05-131-0/+43
|
* Implemented new JS/EthPub methodsMaran2014-05-132-0/+41
| | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase
* Fix merge conflictMaran2014-05-131-2/+2
|
* Refactored some code and fixed #37obscuren2014-05-121-131/+131
|
* fxedobscuren2014-05-105-4/+619
|
* Moved Ext app js to its own dirobscuren2014-05-104-241/+6
|
* Cleanupobscuren2014-05-092-3/+3
|
* Fixed closureobscuren2014-05-081-3/+2
|
* Normalized fontobscuren2014-05-061-1/+0
|
* Changed getkey and secrettoaddressobscuren2014-05-053-16/+20
|
* Added storage watchobscuren2014-05-053-11/+43
|
* Updated sample coinobscuren2014-05-021-2/+2
|
* Fixed samplecoinobscuren2014-05-023-16/+18
|
* Added string conversion APIobscuren2014-05-023-2/+61
| | | | | | | * bin * pad * unpad * conversion bin/hex/dec
* Added a 'set' method to change window settings for external applicationsobscuren2014-05-023-0/+12
|
* Moved and improved sample coinobscuren2014-05-025-0/+114
|
* Fixed minor issue with upnp where 'err' wasn't checked resulting in crashobscuren2014-05-023-124/+0
|
* getBalanceAt getStorageAt, fixed get balance api callobscuren2014-04-303-5/+9
|
* fixed state object changes for eth apiobscuren2014-04-303-12/+10
|
* API changesobscuren2014-04-303-152/+208
|
* Added mutedobscuren2014-04-295-170/+283
|
* Draft mut(an)ed(itor)obscuren2014-04-289-0/+8281
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-263-2/+19
|
* Movedobscuren2014-04-261-0/+65
|
* Mergeobscuren2014-04-251-10/+0
|\
* | Added callback mechanism and updated UIobscuren2014-04-245-19/+64
| | | | | | | | | | * UI Now updates when a new block has been broadcasted * Added a on, off and trigger
* | Minor fixes and sample coin "improvements"obscuren2014-04-244-20/+69
| |
* | Minor update and fixes to the gui and consoleobscuren2014-04-232-6/+6
| |
* | Updated test coinobscuren2014-04-233-84/+139
| |
* | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-213-0/+160
| |
* | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindingsobscuren2014-04-211-1/+6
|/
* Fix up panelingMaran2014-04-151-31/+30
|
* Adding log messages to debug panelMaran2014-04-151-0/+15
|
* Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-04-151-44/+59
|\
| * Mergeobscuren2014-04-123-277/+308
| |\
| * | Debug stepsobscuren2014-04-121-2/+17
| | |
* | | Add send to contractMaran2014-04-152-4/+37
| |/ |/|
* | Added isContract to guiMaran2014-04-121-1/+8
| |
* | remove test menuMaran2014-04-121-29/+0
| |
* | Initial refactor for wallet qmlMaran2014-04-123-258/+280
| |
* | Refactored simple send to use statesMaran2014-04-121-180/+211
|/
* Fix merge conflictsMaran2014-04-121-0/+86
|\
| * Added wip debuggerobscuren2014-04-121-11/+100
| |
* | Improved (hopefully) the send transaction tabMaran2014-04-121-53/+216
| |
* | Implemented key importing/generation for the GUIMaran2014-04-112-0/+184
|/
* Added tx outputobscuren2014-04-011-2/+15
|
* Fixed an issue with sending gas to a contractobscuren2014-03-311-1/+1
|
* Added gas and gas price.obscuren2014-03-281-6/+23
| | | | | * 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-228-0/+452
The Ethereum node and Gui are now separated.