aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
Commit message (Collapse)AuthorAgeFilesLines
* Version nameobscuren2014-08-211-1/+1
|
* Changed icon sourceobscuren2014-08-218-13/+13
|
* Fixed transactobscuren2014-08-202-2/+2
|
* Fixed minor issues with filteringobscuren2014-08-201-1/+5
|
* Added messages methodobscuren2014-08-201-3/+7
|
* Implemented QML message filteringobscuren2014-08-203-461/+594
|
* Implementing new wallet viewsobscuren2014-08-186-33/+143
|
* New menuobscuren2014-08-187-72/+161
|
* Copy to clipboard haxobscuren2014-08-173-0/+59
|
* Double clickobscuren2014-08-171-3/+10
|
* State dumps from guiobscuren2014-08-175-25/+113
|
* Corrected getEachStorageAtobscuren2014-08-152-3/+6
|
* LookupDomain method to uilibobscuren2014-08-151-1/+1
|
* Moving over to ethpipeobscuren2014-08-155-6/+20
|
* Got rid of warnings and updated storage gettersobscuren2014-08-153-7/+10
|
* Implemented new watchobscuren2014-08-153-6/+74
| | | | | | * Old watch methods have been removed * Implemented new callback handlers for onWatchCb * added new Filter JS object
* Implemented "messages"obscuren2014-08-143-23/+73
|
* DNS for a hrefs should now be fixedobscuren2014-08-144-97/+110
|
* Removed old debug methodobscuren2014-08-141-21/+0
|
* Tweaks and fixes + added webview debuggerobscuren2014-08-1411-256/+250
| | | | * Require better icons .. someone? :-)
* Updated DNS Lookupobscuren2014-08-133-25/+92
|
* Fixed referenceobscuren2014-08-121-2/+2
|
* Name changesobscuren2014-08-121-11/+14
|
* Changed naming on exposed QML variablesobscuren2014-08-124-12/+12
|
* Properly hide elements on tx submitobscuren2014-08-121-12/+9
|
* UI updateobscuren2014-08-121-112/+110
|
* Refactored GUI and added modular/pluginable side barobscuren2014-08-126-922/+845
|
* Added open js option for repetitive tasks in etherealobscuren2014-08-111-0/+20
|
* Minor issuesobscuren2014-08-103-18/+212
|
* Regular browser option addedobscuren2014-08-072-0/+26
|
* Support the ".eth" TLD through the DnsContractobscuren2014-08-071-57/+92
|
* Typo. Fixes #107obscuren2014-08-071-1/+1
|
* A few start up optimisationsobscuren2014-07-301-1/+1
|
* wip exportobscuren2014-07-251-2/+32
|
* Refactored to reflect the new VM and Stateobscuren2014-07-241-0/+2
|
* Windows don't like dem flagsobscuren2014-07-181-3/+3
|
* Added block updateobscuren2014-07-181-20/+32
|
* html tags not allowedobscuren2014-07-181-1/+1
|
* Add namecoin name if available to blockobscuren2014-07-181-3/+3
|
* Added a catch up indicatorobscuren2014-07-181-0/+14
|
* Merge branch 'develop'obscuren2014-07-172-5/+6
|\
| * h scrollobscuren2014-07-171-1/+1
| |
| * Work around race condition with qt webinspector for windows buildsMaran2014-07-141-2/+1
| |
| * Removed timerobscuren2014-07-121-1/+3
| |
| * Special diff output + debugger changesobscuren2014-07-111-1/+1
| |
* | Merge branch 'develop'obscuren2014-07-112-7/+7
|\|
| * Make script inclusion via QML also relative to asset pathMaran2014-07-081-1/+1
| |
| * Forgot two imagesMaran2014-07-081-2/+2
| |
| * Use relative image paths to help with windows buildsMaran2014-07-081-4/+4
| |
* | deletedobscuren2014-07-041-0/+0
|/
* Added sample coin as a submoduleobscuren2014-07-041-0/+0
|
* Removed sample coinobscuren2014-07-045-116/+0
|
* Visual updatesobscuren2014-07-041-11/+1
|
* Updated debuggerobscuren2014-07-041-3/+67
| | | | | | * Compile on the go. Continues compilation in order to update the ASM view * Short cuts commands
* Gui saves custom client id and loglevelzelig2014-07-041-2/+2
| | | | | | | | | | - gui NewWindow takes SimpleClientIdentity as argument - gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence - gui now saves loglevel and custom client id via config.Save - rename custom client id methods consistently also in wallet.qml - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
* Break points and debugger commandsobscuren2014-07-021-7/+58
|
* Fixed nameregobscuren2014-07-021-1/+1
|
* Merge branch 'ethersphere-feature/logging' into developobscuren2014-06-271-2/+2
|\
| * Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/loggingzelig2014-06-261-3/+9
| |\
| * | log sliderzelig2014-06-261-1/+1
| | | | | | | | | | | | | | | | | | - only add the gui logger after window is shown otherwise slider wont be shown - need to silence gui logger after window closed otherwise logsystem hangs - gui.GetLogLevelInt() extra function needed to give correcty int typecast value to gui widget that sets initial loglevel to default
| * | fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set ↵zelig2014-06-251-2/+2
| | | | | | | | | | | | through command line flag (defaults to InfoLevel)
* | | Increase width of asm instructionobscuren2014-06-271-1/+1
| |/ |/|
* | Added amount to contract during debuggingobscuren2014-06-261-3/+3
| |
* | Added option to not break eachlineobscuren2014-06-261-0/+6
|/
* Implemented TX History for ethjsMaran2014-06-252-0/+9
|
* Implements QML Apps. Implements #47Maran2014-06-233-24/+89
| | | | You are welcome Stephan.
* Verbose loggingobscuren2014-06-191-2/+2
|
* Max 250 logobscuren2014-06-151-1/+7
|
* Added a log level slider which can change the log levelobscuren2014-06-142-9/+49
|
* Minor UI adjustmentsobscuren2014-06-121-10/+39
|
* Toggle inspector / reload using magic rectangleMaran2014-06-111-1/+25
|
* Implemented usedGas to the explorerMaran2014-06-111-3/+3
|
* Add GasLimit to the block explorerMaran2014-06-111-2/+3
|
* Fixed debugger hangobscuren2014-06-101-1/+1
|
* Implement getStateKeyVal for JS bindings.Maran2014-06-042-2/+11
| | | | Gives JS the option to 'loop' over contract key/val storage
* Added namereg register option to qml walletMaran2014-06-031-2/+25
|
* Tweaks and latency added to peeroverviewMaran2014-06-031-5/+6
|
* Added Peer WindowMaran2014-06-021-1/+49
|
* Added ini file for ethereum. fixes #66obscuren2014-05-311-15/+22
|
* Unified the contract interface and tx interface. Fixes #62obscuren2014-05-301-50/+53
|
* Improved UIobscuren2014-05-301-123/+25
| | | | * Added mining button
* Minor GUI updatesobscuren2014-05-302-36/+31
| | | | | * IceCream => IceCREAM * Added coin base to block info
* .obscuren2014-05-291-1001/+1001
|
* Minor UI changesobscuren2014-05-292-16/+21
| | | | | * Moved log from block view * Prepend instead of append for logs
* Minimal fee for sending transactionsobscuren2014-05-291-1/+1
|
* Removed regexp for nameregobscuren2014-05-291-2/+2
|
* Disabled instruction selectionobscuren2014-05-291-2/+2
|
* mergeobscuren2014-05-291-1002/+1000
|\
| * Refactor hex encode and remove coupling of popup to main windowMaran2014-05-281-2/+1
| |
* | Fixes and improved debuggerobscuren2014-05-293-1213/+1233
|/
* Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-281-6/+32
| | | | transactions
* Merge branch 'master' into developobscuren2014-05-283-990/+976
|\
| * Consolidated external qml files to hopefully prevent crashing bugMaran2014-05-283-990/+976
| |
* | Debugger script&data now accept "0x" valuesobscuren2014-05-281-1/+5
|/
* Added some shortcutsobscuren2014-05-272-1/+32
|
* Minor fixes and improvements to the uiobscuren2014-05-273-23/+10
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-271-14/+146
|\ | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml
| * Uhm whatMaran2014-05-271-1/+2
| |
| * Adding new blocks on broadcastMaran2014-05-271-2/+11
| |
| * Increase size for asmMaran2014-05-271-2/+2
| |
| * Removed recursive function for loopMaran2014-05-271-4/+4
| |
| * Fix merge conflictMaran2014-05-272-32/+45
| |\
| * | Remove extra log statementMaran2014-05-261-1/+0
| | |
| * | Implemented simple block/tx explorerMaran2014-05-261-13/+126
| | |
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-261-5/+4
| |\ \
| * | | Hide inspector by defaultMaran2014-05-221-1/+1
| | | |
| * | | Fix merge conflictsMaran2014-05-222-1/+2
| | | |
* | | | New debugger implementedobscuren2014-05-272-13/+4
| | | |
* | | | New debuggerobscuren2014-05-271-104/+206
| | | |
* | | | Sep debugger from mainobscuren2014-05-272-2/+126
| |_|/ |/| |
* | | Fixed debuggerobscuren2014-05-272-32/+45
| |/ |/|
* | Recv send for txsobscuren2014-05-261-5/+4
|/
* Improved on some ui elementsobscuren2014-05-211-0/+39
|
* Updated readme to reflect optionsobscuren2014-05-211-1/+1
|
* Refactored file structureobscuren2014-05-201-1/+1
|
* Switched to new keyring methodsobscuren2014-05-142-3/+2
|
* 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.