aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved Ext app js to its own dirobscuren2014-05-106-252/+12
|
* Changed seedingobscuren2014-05-092-2/+1
|
* Cleanupobscuren2014-05-095-157/+77
|
* Fixed closureobscuren2014-05-082-4/+3
|
* Normalized fontobscuren2014-05-061-1/+0
|
* Renamed etherpc to ethrpcMaran2014-05-051-2/+2
| | | | All work and no play makes Maran a dull boy
* Merge branch 'develop' into feature/rpcMaran2014-05-055-24/+58
|\
| * Changed getkey and secrettoaddressobscuren2014-05-053-16/+20
| |
| * Added storage watchobscuren2014-05-055-18/+48
| |
* | Implemented rpc for ethereal and ethereumMaran2014-05-052-1/+8
| |
* | Merge branch 'develop' into feature/rpcMaran2014-05-025-20/+21
|\|
| * Updated sample coinobscuren2014-05-021-2/+2
| |
| * Moved public interfaceobscuren2014-05-024-18/+19
| |
* | Merge branch 'develop' into feature/rpcMaran2014-05-0214-317/+207
|\|
| * Fixed samplecoinobscuren2014-05-023-16/+18
| |
| * Added string conversion APIobscuren2014-05-023-2/+61
| | | | | | | | | | | | | | * bin * pad * unpad * conversion bin/hex/dec
| * Moved APIobscuren2014-05-024-107/+17
| |
| * Moved Ext ethereum apiobscuren2014-05-021-83/+0
| | | | | | | | | | Moved the external ethereum api which can be used by any 3rd party application.
| * 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
| |
* | Moved RPC Server and implemented it as a packageMaran2014-05-021-0/+2
|/
* Fixed tx nonceobscuren2014-04-301-2/+5
|
* getBalanceAt getStorageAt, fixed get balance api callobscuren2014-04-303-5/+9
|
* fixed state object changes for eth apiobscuren2014-04-306-58/+98
|
* API changesobscuren2014-04-303-152/+208
|
* Split off External applications from main libraryobscuren2014-04-304-57/+286
| | | | | | | 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.
* Added mutedobscuren2014-04-296-172/+285
|
* PreProcess moved to Mutan packageCasey Kuhlman2014-04-281-1/+2
|
* Draft mut(an)ed(itor)obscuren2014-04-2810-0/+8300
|
* Updated version numberobscuren2014-04-271-1/+1
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-267-53/+97
|
* 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
* | Added new block sub for webappobscuren2014-04-241-0/+26
| |
* | Minor fixes and sample coin "improvements"obscuren2014-04-248-23/+108
| |
* | Refactored codeobscuren2014-04-231-13/+10
| |
* | Minor update and fixes to the gui and consoleobscuren2014-04-235-10/+22
| |
* | 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-212-1/+22
| |
* | Updated closure callobscuren2014-04-201-2/+1
| |
* | Updated to use new state objectobscuren2014-04-163-33/+12
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-163-24/+74
|\|
| * Fix up panelingMaran2014-04-151-31/+30
| |
| * Adding log messages to debug panelMaran2014-04-152-0/+18
| |
| * Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-04-154-66/+113
| |\
| * | Add send to contractMaran2014-04-152-4/+37
| | |
* | | added init and main functions to scriptobscuren2014-04-161-11/+27
| |/ |/|
* | Mergeobscuren2014-04-124-278/+311
|\|
| * Added isContract to guiMaran2014-04-122-2/+11
| |
| * 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
| |
* | Debug stepsobscuren2014-04-124-45/+68
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-125-62/+455
|\|
| * Fix merge conflictsMaran2014-04-124-35/+150
| |\
| * | Improved (hopefully) the send transaction tabMaran2014-04-122-57/+226
| | |
| * | Implemented key importing/generation for the GUIMaran2014-04-115-11/+237
| | |
* | | Debuggerobscuren2014-04-121-16/+40
| |/ |/|
* | Added wip debuggerobscuren2014-04-124-49/+166
|/
* Nonce handlingobscuren2014-04-091-1/+3
|
* Merge branch 'develop' into minerobscuren2014-04-052-6/+19
|\
| * Added tx outputobscuren2014-04-012-6/+19
| |
* | Fix merge conflictMaran2014-04-016-16/+92
|\|
| * Fixed an issue with sending gas to a contractobscuren2014-03-312-3/+3
| |
| * Updated to new mutan apiobscuren2014-03-311-1/+1
| |
| * Added gas and gas price.obscuren2014-03-282-7/+70
| | | | | | | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
| * assetPath configurable on command line for ethereal GUIzelig2014-03-274-9/+22
| | | | | | | | | | | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open
* | Merge master into miner branchMaran2014-03-241-1/+0
|/
* Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into ↵obscuren2014-03-221-8/+9
| | | | | | | WeMeetAgain-develop Conflicts: ethereal/Makefile
* Major re-organisation.obscuren2014-03-2214-0/+971
The Ethereum node and Gui are now separated.