aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
Commit message (Collapse)AuthorAgeFilesLines
* 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-127-936/+873
|
* Added open js option for repetitive tasks in etherealobscuren2014-08-112-1/+34
|
* Minor issuesobscuren2014-08-104-33/+269
|
* Regular browser option addedobscuren2014-08-073-1/+32
|
* Support the ".eth" TLD through the DnsContractobscuren2014-08-071-57/+92
|
* Typo. Fixes #107obscuren2014-08-071-1/+1
|
* merge upstreamzelig2014-07-318-61/+100
|\
| * Upped version numberobscuren2014-07-301-3/+4
| |
| * Renamed to balanceobscuren2014-07-302-26/+15
| |
| * A few start up optimisationsobscuren2014-07-304-10/+11
| |
| * Merge branch 'release/0.6.0' into developobscuren2014-07-251-3/+2
| |\
| | * Fixed strange issue where qml will crash first run after go installobscuren2014-07-241-3/+2
| | |
| * | wip exportobscuren2014-07-252-2/+35
| |/
| * Move to goroutine for faster startup timeobscuren2014-07-241-4/+6
| |
| * Refactored to reflect the new VM and Stateobscuren2014-07-247-29/+42
| |
| * set asmobscuren2014-07-231-0/+2
| |
* | use logger instead of fmt for error in ext_appzelig2014-07-221-3/+1
| |
* | reactor event channels have large buffer to allow more tolerancezelig2014-07-222-8/+8
| |
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into ↵zelig2014-07-212-2/+3
|\| | | | | | | feature/ethutil-refactor
| * changed iteratorobscuren2014-07-212-2/+3
| |
* | merge upstreamzelig2014-07-217-34/+109
|\|
| * Add mining hash to GUIMaran2014-07-181-2/+6
| |
| * Fixed miner channelobscuren2014-07-183-27/+61
| |\
| | * Windows don't like dem flagsobscuren2014-07-181-3/+3
| | |
| | * Added block updateobscuren2014-07-183-23/+47
| | |
| * | WIP to expose hashrate to guiMaran2014-07-181-0/+8
| |/
| * html tags not allowedobscuren2014-07-181-1/+1
| |
| * Add namecoin name if available to blockobscuren2014-07-182-4/+8
| |
| * Added a catch up indicatorobscuren2014-07-182-4/+27
| |
| * Fixed name regobscuren2014-07-171-1/+1
| |
| * bumpobscuren2014-07-171-1/+1
| |
| * Merge branch 'develop'0.5.17obscuren2014-07-175-11/+22
| |\
| | * h scrollobscuren2014-07-171-1/+1
| | |
| | * Work around crash issues when building OSX binaryMaran2014-07-151-2/+29
| | |
| | * Rewrote mnemonic word loading to facilitate deployable builds.Maran2014-07-151-29/+2
| | |
| * | Merge branch 'develop'obscuren2014-07-114-10/+18
| |\ \
| * \ \ Merge branch 'develop'obscuren2014-07-081-12/+32
| |\ \ \
| * | | | deletedobscuren2014-07-041-0/+0
| | | | |
* | | | | ethreactzelig2014-07-152-57/+59
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | - use ethreact.Event, - increased buffered event channels, - subscribe after loop reading from channel starts
* | | | Work around race condition with qt webinspector for windows buildsMaran2014-07-141-2/+1
| | | |
* | | | Don't silently fail on watcher creationMaran2014-07-141-2/+3
| | | |
* | | | Make the reload watcher use windows-safe pathsMaran2014-07-141-1/+1
| | | |
* | | | Removed timerobscuren2014-07-121-1/+3
| | | |
* | | | Special diff output + debugger changesobscuren2014-07-112-3/+12
| |_|/ |/| |
* | | Added path check for Windows when loading external QML windows/componentsMaran2014-07-091-1/+9
| | |
* | | Windos case for assetPath had a typoMaran2014-07-081-1/+1
| | |
* | | Setup default asset path for windowsMaran2014-07-081-1/+1
| | |
* | | 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
| |/ |/|
* | Revert "ethreact - Feature/ethutil refactor"Jeffrey Wilcke2014-07-072-60/+56
| |
* | Merge pull request #100 from ethersphere/feature/ethutil-refactorJeffrey Wilcke2014-07-072-56/+60
|\ \ | | | | | | ethreact - Feature/ethutil refactor
| * | use ethreact.Event, unbuffered event channels, subscribe after loop reading ↵zelig2014-07-052-56/+60
| |/ | | | | | | from channel starts
* / New type of debuggerobscuren2014-07-051-12/+32
|/
* Added sample coin as a submoduleobscuren2014-07-041-0/+0
|
* Removed sample coinobscuren2014-07-045-116/+0
|
* Visual updatesobscuren2014-07-042-13/+9
|
* Silent compiler errors when continues compilingobscuren2014-07-041-2/+2
|
* Updated debuggerobscuren2014-07-042-18/+91
| | | | | | * Compile on the go. Continues compilation in order to update the ASM view * Short cuts commands
* Modify main wrapperszelig2014-07-041-3/+11
| | | | | | | - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui) - added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum)
* Gui saves custom client id and loglevelzelig2014-07-042-15/+17
| | | | | | | | | | - 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)
* .obscuren2014-07-021-1/+0
|
* Break points and debugger commandsobscuren2014-07-022-25/+124
|
* For namreg only show items starting without leading zeros.obscuren2014-07-021-1/+3
|
* VM Updateobscuren2014-07-021-1/+2
|
* Listen for namereg changesobscuren2014-07-021-2/+5
|
* Moved filesobscuren2014-07-028-31/+8
|
* Fixed nameregobscuren2014-07-022-9/+9
|
* bumpobscuren2014-07-011-1/+1
|
* changed name for ethutil hex functions; and access to keyring via keyManagerzelig2014-06-305-8/+8
|
* gui changeszelig2014-06-301-36/+52
| | | | | | | | - remove lib *EthLib, expose gui itself to initial import window - remove addr []byte instead use dynamic adress() - use ethereum.KeyManager to retrieve address and privateKey - add Session string (keyRing identifier) - add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey
* remove ui/library; instead expose gui itself for initial windowzelig2014-06-301-46/+0
|
* main loop uses new flags and common methods in util: db, keymanager set up; ↵zelig2014-06-301-3/+7
| | | | passes KeyRing/Session string to gui
* new command line optionszelig2014-06-301-4/+8
| | | | | | | - keyring: keyring/session identifier used by key manager - keystore: choice of db/file key storage - import message updated - export: name of directory to export keys to (was bool)
* Fix for installerobscuren2014-06-271-1/+1
|
* Initialization of Qt should happen before anything elseobscuren2014-06-271-2/+3
|
* bumpobscuren2014-06-271-1/+1
|
* Merge branch 'ethersphere-feature/logging' into developobscuren2014-06-279-251/+221
|\
| * go fmtzelig2014-06-273-26/+26
| |
| * Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/loggingzelig2014-06-263-23/+33
| |\
| * | gui stopzelig2014-06-262-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | - introduce gui.Stop() - remember state with open - stopping ethereum stack is not gui concern, moved to main - stopping mining, gui and ethereum handled via interrupt callbacks - ^C triggers exactly the same behaviour as quit via menu
| * | log sliderzelig2014-06-262-3/+15
| | | | | | | | | | | | | | | | | | - 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
| * | interrupt handlers now orderedzelig2014-06-261-4/+8
| | |
| * | new logger API for upstream mergezelig2014-06-261-1/+1
| | |
| * | add newline to help usage msgzelig2014-06-261-1/+1
| | |
| * | update log levels to include DebugDetail; correct default datadir for etherealzelig2014-06-251-2/+3
| | |
| * | 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)
| * | merge upstreamzelig2014-06-257-35/+161
| |\ \
| * | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵zelig2014-06-234-11/+17
| | | | | | | | | | | | | | | | type for gui
| * | | refactor cli and gui wrapper code. Details:zelig2014-06-235-214/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth) - simplify main() now readable stepwise - rename main wrapper files to main.go - rename commmand line args definition file from config.go to flags.go - rename Do -> Start to parallel option names - register interrupt for rpc server stop - fix interrupt stopping js repl and ethereum - register interrupt for mining stop - custom config file option from command line - debug option from command line - loglevel option from command line - changed ethutil.Config API - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - options precedence: default < config file < environment variables < command line
| * | | merge upstreamzelig2014-06-234-56/+6
| |\ \ \
| * | | | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵zelig2014-06-233-29/+38
| | | | | | | | | | | | | | | | | | | | for gui logging
* | | | | Increase width of asm instructionobscuren2014-06-271-1/+1
| |_|_|/ |/| | |
* | | | Added amount to contract during debuggingobscuren2014-06-262-8/+12
| | | |
* | | | Added option to not break eachlineobscuren2014-06-263-15/+21
| |_|/ |/| |
* | | Implemented TX History for ethjsMaran2014-06-252-0/+9
| | |
* | | Implements QML Apps. Implements #47Maran2014-06-235-35/+152
| |/ |/| | | | | You are welcome Stephan.
* | bumpobscuren2014-06-201-1/+1
| |
* | Removed old debugger codeobscuren2014-06-202-52/+2
| |
* | Verbose loggingobscuren2014-06-192-3/+3
|/
* bumpobscuren2014-06-171-1/+1
|
* Removed init feesobscuren2014-06-161-3/+0
|
* Max 250 logobscuren2014-06-151-1/+7
|
* Added a log level slider which can change the log levelobscuren2014-06-143-9/+53
|
* Minor UI adjustmentsobscuren2014-06-122-11/+40
|
* Toggle inspector / reload using magic rectangleMaran2014-06-111-1/+25
|
* Reimplement -datadir flag. Implements #79Maran2014-06-112-2/+6
| | | | The config file is actually loaded from the folder that datadir points at
* Implemented usedGas to the explorerMaran2014-06-111-3/+3
|
* Add GasLimit to the block explorerMaran2014-06-111-2/+3
|
* bumpobscuren2014-06-101-1/+1
|
* Fixed debugger hangobscuren2014-06-103-9/+33
|
* debugger outputobscuren2014-06-061-1/+2
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-06-054-6/+115
|\
| * Implement getStateKeyVal for JS bindings.Maran2014-06-043-2/+13
| | | | | | | | Gives JS the option to 'loop' over contract key/val storage
| * Added namereg register option to qml walletMaran2014-06-032-2/+30
| |
| * Implemented transaction catching up. Implements #73Maran2014-06-031-0/+11
| |
| * Tweaks and latency added to peeroverviewMaran2014-06-031-5/+6
| |
| * Added Peer WindowMaran2014-06-022-2/+60
| |
* | Added more debugger outputobscuren2014-06-051-4/+13
|/
* fixed logging issue that would otherwise crash the client. Fixes #68obscuren2014-05-311-6/+9
|
* show first?obscuren2014-05-311-1/+2
|
* Added ini file for ethereum. fixes #66obscuren2014-05-313-16/+32
|
* Added config file setup. Fixes #59obscuren2014-05-302-13/+20
| | | | * Also fixes asset path problems
* Unified the contract interface and tx interface. Fixes #62obscuren2014-05-301-50/+53
|
* Improved UIobscuren2014-05-304-128/+47
| | | | * Added mining button
* Update peer infoobscuren2014-05-301-3/+13
|
* Minor GUI updatesobscuren2014-05-303-36/+49
| | | | | * IceCream => IceCREAM * Added coin base to block info
* .obscuren2014-05-291-1001/+1001
|
* Minor UI changesobscuren2014-05-294-17/+25
| | | | | * 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-292-2/+3
|
* mergeobscuren2014-05-293-1006/+1003
|\
| * Add 0x when feeding data to debuggerMaran2014-05-291-1/+1
| |
| * Bump to RC11Maran2014-05-281-1/+1
| |
| * Refactor hex encode and remove coupling of popup to main windowMaran2014-05-282-4/+2
| |
* | Fixes and improved debuggerobscuren2014-05-295-1242/+1252
|/
* Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-283-8/+59
| | | | 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-282-25/+45
|/
* Added some shortcutsobscuren2014-05-272-1/+32
|
* bumpobscuren2014-05-271-1/+1
|
* Minor fixes and improvements to the uiobscuren2014-05-274-27/+40
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-272-22/+154
|\ | | | | | | | | Conflicts: ethereal/assets/qml/wallet.qml
| * Uhm whatMaran2014-05-271-1/+2
| |
| * Adding new blocks on broadcastMaran2014-05-272-5/+15
| |
| * Increase size for asmMaran2014-05-271-2/+2
| |
| * Removed recursive function for loopMaran2014-05-272-15/+8
| |
| * Fix merge conflictMaran2014-05-274-47/+64
| |\
| * | Remove extra log statementMaran2014-05-261-1/+0
| | |
| * | Implemented simple block/tx explorerMaran2014-05-262-20/+139
| | |
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-263-14/+18
| |\ \
| * \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-232-1/+3
| |\ \ \
| * | | | Hide inspector by defaultMaran2014-05-221-1/+1
| | | | |
| * | | | Fix merge conflictsMaran2014-05-222-1/+2
| | | | |
* | | | | New debugger implementedobscuren2014-05-274-18/+25
| | | | |
* | | | | New debuggerobscuren2014-05-273-145/+258
| | | | |
* | | | | Sep debugger from mainobscuren2014-05-274-6/+222
| |_|_|/ |/| | |
* | | | Fixed debuggerobscuren2014-05-274-47/+64
| |_|/ |/| |
* | | Bumpobscuren2014-05-261-1/+1
| | |
* | | Recv send for txsobscuren2014-05-262-10/+15
| | |
* | | New main script through init return valueobscuren2014-05-232-4/+3
| |/ |/|
* | Custom identifierobscuren2014-05-222-1/+3
|/
* Bumpedobscuren2014-05-211-1/+1
|
* Improved on some ui elementsobscuren2014-05-212-0/+40
|
* Fixed unconfirmed balance stringobscuren2014-05-211-7/+2
|
* Removed method nameobscuren2014-05-211-1/+1
|
* Updated readme to reflect optionsobscuren2014-05-211-1/+1
|
* Bumpobscuren2014-05-201-1/+1
|
* Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-202-3/+69
|
* Refactored file structureobscuren2014-05-201-1/+1
|
* Increase default peer amount to 10Maran2014-05-201-1/+1
|
* Removed nonce incrementingobscuren2014-05-191-2/+4
|
* Readline repl for linux & osxobscuren2014-05-171-1/+1
|
* Tell config which loggers to useobscuren2014-05-161-1/+1
|
* Refactored to reactor. Fixes #42obscuren2014-05-151-6/+7
|
* Bumped versionobscuren2014-05-151-1/+3
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-141-8/+1
|\
| * Fix merge conflictsMaran2014-05-146-56/+28
| |\
| * | Refactored RPC client to utils so it can be reusedMaran2014-05-141-8/+1
| | |
* | | Update wallet value for coinbase rewards. Implements #44 & #43obscuren2014-05-141-9/+29
| |/ |/|
* | Switched to new keyring methodsobscuren2014-05-146-56/+28
|/
* Refactored mining into utils and exposed it to ethereal. Partly fixes #43Maran2014-05-141-0/+4
|
* 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.
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-131-2/+2
|\
| * TypoMaran2014-05-131-1/+1
| |
| * Removed harcoded addresses from GetBlock JS bindings. Fixes #39Maran2014-05-131-2/+2
| |
* | Bumpedobscuren2014-05-131-1/+1
|/
* 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
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-133-3/+5
|\ | | | | | | | | | | Conflicts: ethereal/ethereum.go ethereum/ethereum.go
| * Fix merge conflictMaran2014-05-133-4/+4
| |\
| * \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-131-3/+3
| |\ \
| * | | Implemented a flag for a different RPC port; --rpcportMaran2014-05-132-1/+3
| | | |
* | | | Fixobscuren2014-05-131-1/+1
| |_|/ |/| |
* | | Public ethereum interface uses EthManagerobscuren2014-05-133-3/+3
| |/ |/|
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-132-3/+7
|\|
| * Added support to NewJsonRpc to return an error as well as an interfaceMaran2014-05-131-2/+6
| |
| * Enable seed againMaran2014-05-131-1/+1
| |
* | Fixed wallet crash for new account. Fixes #38obscuren2014-05-131-3/+3
|/
* Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-122-155/+214
|\
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-121-1/+1
| |\
| * | Refactored some code and fixed #37obscuren2014-05-122-155/+214
| | |
* | | Actually start the Ethereum server on starting the GUIMaran2014-05-121-0/+6
| |/ |/|
* | Disable seed by defaultMaran2014-05-121-1/+1
|/ | | | Seed host seems down, only causes timeouts, not helpful
* Upgraded to new mutanobscuren2014-05-102-3/+3
|
* Bumpobscuren2014-05-101-1/+1
|
* fxedobscuren2014-05-105-4/+619
|
* 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
| |