aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed name regobscuren2014-07-171-1/+1
|
* bumpobscuren2014-07-173-3/+3
|
* Merge branch 'develop'0.5.17obscuren2014-07-1716-87/+167
|\
| * h scrollobscuren2014-07-171-1/+1
| |
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-07-164-6/+36
| |\
| | * Work around crash issues when building OSX binaryMaran2014-07-152-2/+30
| | |
| | * Rewrote mnemonic word loading to facilitate deployable builds.Maran2014-07-152-29/+31
| | |
| | * 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
| | |
| * | Moved the repl to a new packageobscuren2014-07-1610-76/+105
| |/
| * Removed timerobscuren2014-07-121-1/+3
| |
| * Special diff output + debugger changesobscuren2014-07-114-3/+22
| |
* | Merge branch 'develop'obscuren2014-07-114-10/+18
|\|
| * 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
| |
* | Merge branch 'develop'obscuren2014-07-081-12/+32
|\|
| * Merge pull request #101 from ethereum/revert-100-feature/ethutil-refactorJeffrey Wilcke2014-07-073-68/+64
| |\ | | | | | | Revert "ethreact - Feature/ethutil refactor"
| | * Revert "ethreact - Feature/ethutil refactor"Jeffrey Wilcke2014-07-073-68/+64
| |/
| * Merge pull request #100 from ethersphere/feature/ethutil-refactorJeffrey Wilcke2014-07-073-64/+68
| |\ | | | | | | ethreact - Feature/ethutil refactor
| | * use ethreact.Event, unbuffered event channels, subscribe after loop reading ↵zelig2014-07-053-64/+68
| | | | | | | | | | | | from channel starts
| * | New type of debuggerobscuren2014-07-051-12/+32
| |/
* | deletedobscuren2014-07-041-0/+0
| |
* | Merge branch 'develop'obscuren2014-07-047-116/+3
|\|
| * Added sample coin as a submoduleobscuren2014-07-042-0/+3
| |
| * Removed sample coinobscuren2014-07-045-116/+0
| |
* | Merge branch 'develop'obscuren2014-07-047-54/+145
|\|
| * 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
| * Merge branch 'ethersphere-feature/clientid' into developobscuren2014-07-045-25/+47
| |\
| | * Modify main wrapperszelig2014-07-043-10/+30
| | | | | | | | | | | | | | | | | | | | | - 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)
* | Merge branch 'develop'obscuren2014-07-022-25/+123
|\|
| * .obscuren2014-07-021-1/+0
| |
| * Break points and debugger commandsobscuren2014-07-022-25/+124
| |
* | Merge branch 'develop'obscuren2014-07-028-35/+18
|\|
| * 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
| |
* | Merge branch 'develop'obscuren2014-07-023-9/+12
|\|
| * Fixed nameregobscuren2014-07-023-9/+12
| |
| * Merge branch 'release/0.5.16' into developobscuren2014-07-012-2/+2
| |\
* | \ Merge branch 'release/0.5.16'0.5.16obscuren2014-07-012-2/+2
|\ \ \ | |/ / |/| / | |/
| * bumpobscuren2014-07-012-2/+2
|/
* Merge pull request #96 from ethersphere/feature/keysJeffrey Wilcke2014-07-0115-266/+152
|\ | | | | Feature/keys
| * Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keyszelig2014-07-011-1/+1
| |\
| | * Merge branch 'ebuchman-miner_up_to_date' into developobscuren2014-07-011-1/+1
| | |\
| | | * fix: miner wait untill UpToDateEthan Buchman2014-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)
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keyszelig2014-06-302-0/+4
| |\|
| | * Merge branch 'master' into developobscuren2014-06-292-0/+4
| | |\ | |_|/ |/| |
* | | Wait for catchup when starting the minerobscuren2014-06-291-0/+4
| | |
* | | Merge branch 'develop'obscuren2014-06-272-5/+11
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: install.sh
* | | | Added install scriptobscuren2014-06-271-0/+48
| | | |
* | | | Merge branch 'release/0.5.15'0.5.15obscuren2014-06-2726-593/+797
|\ \ \ \
* \ \ \ \ Merge branch 'release/0.5.14'0.5.14obscuren2014-06-205-57/+7
|\ \ \ \ \
* \ \ \ \ \ Merge branch 'release/0.5.13'0.5.13obscuren2014-06-179-35/+141
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge branch 'release/poc5-rc12'poc5-rc12obscuren2014-06-109-22/+192
|\ \ \ \ \ \ \
| | | | | | * | added utility functions to set up db, keymanager, ethereum init and simplify ↵zelig2014-06-301-46/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key tasks
| | | | | | * | remove keys file, now subsumed under ethcrypto/key_managerzelig2014-06-301-108/+0
| | | | | | | |
| | | | | | * | main loop uses new flags and common methods in util: db, keymanager set upzelig2014-06-301-2/+6
| | | | | | | |
| | | | | | * | 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)
| | | | | | * | changed name for ethutil hex functionszelig2014-06-301-5/+5
| | | | | | | |
| | | | | | * | fix logmessage if data directory doesn't existzelig2014-06-291-1/+1
| | | | | | |/
| | | | | | * Check if go install succeedobscuren2014-06-271-0/+4
| | | | | | |
| | | | | | * Fix for installerobscuren2014-06-272-2/+2
| | | | | |/
| | | | | * Initialization of Qt should happen before anything elseobscuren2014-06-271-2/+3
| | | | | |
| | | | | * updateobscuren2014-06-271-1/+5
| | | | | |
| | | | | * updateobscuren2014-06-271-1/+1
| | | | | |
| | | | | * Added install scriptobscuren2014-06-271-0/+49
| | | | | |
| | | | | * Merge branch 'release/0.5.15' into developobscuren2014-06-272-2/+2
| | | | | |\ | | | | | |/ | | | | |/|
| | | | * | bumpobscuren2014-06-271-1/+1
| | | | | |
| | | | * | Merge branch 'develop' into release/0.5.15obscuren2014-06-2717-506/+551
| | | | |\|
| | | | | * Merge branch 'ethersphere-feature/logging' into developobscuren2014-06-2717-506/+551
| | | | | |\
| | | | | | * go fmtzelig2014-06-278-226/+226
| | | | | | |
| | | | | | * Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/loggingzelig2014-06-263-23/+33
| | | | | | |\
| | | | | | * | gui stopzelig2014-06-264-13/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-264-16/+24
| | | | | | | |
| | | | | | * | new logger API for upstream mergezelig2014-06-261-1/+1
| | | | | | | |
| | | | | | * | repl.Stop() to only if running, fixes panic after js> exit followed by interruptzelig2014-06-261-15/+23
| | | | | | | |
| | | | | | * | add newline to help usage msgzelig2014-06-262-2/+2
| | | | | | | |
| | | | | | * | Merge remote-tracking branch 'upstream/develop' into feature/loggingzelig2014-06-251-41/+0
| | | | | | |\ \
| | | | | | * | | update log levels to include DebugDetail; correct default datadir for etherealzelig2014-06-252-3/+4
| | | | | | | | |
| | | | | | * | | 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-2511-39/+210
| | | | | | |\ \ \
| | | | | | * | | | fix imports in ui_lib and flags cos of defaultAssetPath move; fix logLevel ↵zelig2014-06-234-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type for gui
| | | | | | * | | | merge upstreamzelig2014-06-232-4/+17
| | | | | | |\ \ \ \
| | | | | | * | | | | refactor cli and gui wrapper code. Details:zelig2014-06-2310-465/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | | | | | * | | | | fix gitignore to ignore executableszelig2014-06-231-1/+2
| | | | | | | | | | |
| | | | | | * | | | | merge upstreamzelig2014-06-235-57/+7
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵zelig2014-06-233-29/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for gui logging
| | | | | | * | | | | | add logging for jsrezelig2014-06-231-1/+7
| | | | | | | | | | | |
| | | | | | * | | | | | add logging start/exit to js consolezelig2014-06-231-0/+2
| | | | | | | | | | | |
| | | | | | * | | | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into developzelig2014-06-196-28/+101
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developzelig2014-06-1419-595/+1392
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developzelig2014-05-2410-22/+97
| | | | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | bumpobscuren2014-06-271-1/+1
| | | | |/ / / / / / / / / /
| | | | * | | | | | | | | / 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
| | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | | * | | | | | | | Removed old compile methodsobscuren2014-06-251-41/+0
| | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | | * | | | | | | Implemented TX History for ethjsMaran2014-06-252-0/+9
| | | | | | | | | | |
| | | | * | | | | | | Moved BlockDo to utilsobscuren2014-06-252-1/+20
| | | | | | | | | | |
| | | | * | | | | | | Save repl history to file and recall on next sessionobscuren2014-06-242-2/+29
| | | | | | | | | | |
| | | | * | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-06-245-35/+152
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-06-232-3/+21
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|_|_|_|/ | | | | | | |/| | | | |
| | | | | * | | | | | | Implements QML Apps. Implements #47Maran2014-06-235-35/+152
| | | | | | |_|_|_|_|/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | You are welcome Stephan.
| | | | * | | | | | | Renamed execBlockobscuren2014-06-241-1/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Added a execBlock method which replays the given blockobscuren2014-06-232-3/+21
| | | | |/ / / / /
| | | | * | | | | Merge branch 'release/0.5.14' into developobscuren2014-06-202-2/+2
| | | | |\ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | bumpobscuren2014-06-202-2/+2
| | | |/ / / / /
| | | * | | | | Removed old debugger codeobscuren2014-06-202-52/+2
| | | | | | | |
| | | * | | | | Verbose loggingobscuren2014-06-192-3/+3
| | | | |_|_|/ | | | |/| | |
| | | * | | | Merge branch 'release/0.5.13' into developobscuren2014-06-172-2/+2
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | bumpobscuren2014-06-172-2/+2
| | |/ / / /
| | * | | | Removed init feesobscuren2014-06-162-6/+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-114-4/+12
| | | | | | | | | | | | | | | | | | | | 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
| | | | |
| | * | | Merge branch 'release/poc5-rc12' into developobscuren2014-06-102-2/+2
| | |\ \ \ | | |/ / / | |/| | |
| * | | | bumpobscuren2014-06-102-2/+2
| |/ / /
| * | | 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-056-7/+143
| |\ \ \
| | * | | Implement getStateKeyVal for JS bindings.Maran2014-06-044-3/+18
| | | | | | | | | | | | | | | | | | | | Gives JS the option to 'loop' over contract key/val storage
| | * | | Add loading of extra build in js files to JS-Repl. Implements #67Maran2014-06-041-0/+19
| | | | |
| | * | | 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-023-2/+64
| |/ / / |/| | |
| * | | Added more debugger outputobscuren2014-06-051-4/+13
|/ / /
* | | ethereum instead of ethereal. Fixes #69obscuren2014-05-311-1/+1
| | |
* | | fixed logging issue that would otherwise crash the client. Fixes #68obscuren2014-05-311-6/+9
| | |
* | | Merge branch 'develop'obscuren2014-05-311-1/+2
|\ \ \
| * | | show first?obscuren2014-05-311-1/+2
| | | |
* | | | Merge branch 'develop'obscuren2014-05-314-17/+43
|\| | |
| * | | Added ini file for ethereum. fixes #66obscuren2014-05-314-17/+43
| | | |
* | | | Merge branch 'develop'obscuren2014-05-3010-1042/+1001
|\| | |
| * | | Added config file setup. Fixes #59obscuren2014-05-305-28/+35
| | | | | | | | | | | | | | | | * Also fixes asset path problems
| * | | Unified the contract interface and tx interface. Fixes #62obscuren2014-05-302-51/+54
| | | |
| * | | Improved UIobscuren2014-05-305-130/+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
| | | |
* | | | Merge branch 'develop'obscuren2014-05-296-243/+252
|\| | |
| * | | mergeobscuren2014-05-294-1007/+1004
| |\ \ \
| | * | | Add 0x when feeding data to debuggerMaran2014-05-291-1/+1
| | | | |
| | * | | Merge branch 'release/poc5-rc11' into developMaran2014-05-282-2/+2
| | |\ \ \
| * | | | | Fixes and improved debuggerobscuren2014-05-295-1242/+1252
| | | | | |
* | | | | | Fix merge conflictMaran2014-05-280-0/+0
|\ \ \ \ \ \
| * | | | | | Data and script in the debugger accept "0x" values and regular scriptingobscuren2014-05-282-25/+45
| | | | | | |
* | | | | | | Merge branch 'release/poc5-rc11'poc5-rc11Maran2014-05-286-37/+106
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Bump to RC11Maran2014-05-282-2/+2
| | |/ / / | |/| | |
| * | | | Refactor hex encode and remove coupling of popup to main windowMaran2014-05-282-4/+2
| |/ / /
| * | | Hooked up the Block Explorer to the Debugger so we can instantly debug made ↵Maran2014-05-283-8/+59
| | | | | | | | | | | | | | | | transactions
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-280-0/+0
| |\ \ \
| | * \ \ Merge branch 'hotfix/2' into developMaran2014-05-283-990/+976
| | |\ \ \
| * | \ \ \ Merge branch 'master' into developobscuren2014-05-283-990/+976
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'hotfix/2'2Maran2014-05-283-990/+976
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Consolidated external qml files to hopefully prevent crashing bugMaran2014-05-283-990/+976
|/ / / / /
* | | | | Merge branch 'develop'obscuren2014-05-272-1/+32
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'release/poc5-rc10'poc5-rc10obscuren2014-05-279-112/+617
|\ \ \ \ \
* \ \ \ \ \ Merge branch 'release/poc5-rc9'poc5-rc9obscuren2014-05-2612-33/+113
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'release/poc5-rc8'poc5-rc8obscuren2014-05-218-46/+156
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge branch 'release/poc5-rc7'poc5-rc7obscuren2014-05-2017-304/+522
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge branch 'release/poc5-rc6'poc5-rc6obscuren2014-05-1513-120/+195
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge branch 'develop'obscuren2014-05-131-2/+2
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge branch 'release/poc5-rc4'poc5-rc4obscuren2014-05-1311-185/+355
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge branch 'release/poc5-rc3'poc5-rc3obscuren2014-05-104-5/+5
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/poc5-rc2'poc5-rc2obscuren2014-05-1014-298/+590
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/poc5-rc1'poc5-rc1obscuren2014-05-0534-247/+10205
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | Debugger script&data now accept "0x" valuesobscuren2014-05-282-25/+45
| | | | | | | | | | | |/ /
| | | | | | | | | | | * | Added some shortcutsobscuren2014-05-272-1/+32
| | | | | | | | | | | | |
| | | | | | | | | | | * | Merge branch 'release/poc5-rc10' into developobscuren2014-05-272-2/+2
| | | | | | | | | | | |\ \ | | | | | | | | | | | |/ / | | | | | | | | | | |/| |
| | | | | | | | | | * | | bumpobscuren2014-05-272-2/+2
| | | | | | | | | | |/ /
| | | | | | | | | | * | Minor fixes and improvements to the uiobscuren2014-05-274-27/+40
| | | | | | | | | | | |
| | | | | | | | | | * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-273-22/+161
| | | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-267-21/+33
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-234-3/+10
| | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | * | | | | Hide inspector by defaultMaran2014-05-221-1/+1
| | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | Fix merge conflictsMaran2014-05-225-3/+73
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-213-10/+46
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into developMaran2014-05-212-1/+5
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | Wait with mining until up to dateMaran2014-05-211-5/+4
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | 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
| | | | | | | | | | | |_|_|_|_|/ / | | | | | | | | | | |/| | | | | |
| | | | | | | | | | * | | | | | | Merge branch 'release/poc5-rc9' into developobscuren2014-05-262-2/+2
| | | | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / / / | | | | | | | | | |/| | | | | | |
| | | | | | | | | * | | | | | | | Bumpobscuren2014-05-262-2/+2
| | | | | | | | | |/ / / / / / /
| | | | | | | | | * | | | | | / Recv send for txsobscuren2014-05-262-10/+15
| | | | | | | | | | |_|_|_|_|/ | | | | | | | | | |/| | | | |
| | | | | | | | | * | | | | | New main script through init return valueobscuren2014-05-235-10/+17
| | | | | | | | | | |_|_|_|/ | | | | | | | | | |/| | | |
| | | | | | | | | * | | | | Custom identifierobscuren2014-05-224-3/+10
| | | | | | | | | | |_|_|/ | | | | | | | | | |/| | |
| | | | | | | | | * | | | Added mining stop and startobscuren2014-05-222-9/+44
| | | | | | | | | | | | |
| | | | | | | | | * | | | Fixes #49obscuren2014-05-221-0/+5
| | | | | | | | | | | | |
| | | | | | | | | * | | | Fixes #50obscuren2014-05-221-1/+22
| | | | | | | | | | |_|/ | | | | | | | | | |/| |
| | | | | | | | | * | | Merge branch 'release/poc5-rc8' into developobscuren2014-05-212-3/+4
| | | | | | | | | |\ \ \ | | | | | | | | | |/ / / | | | | | | | | |/| | |
| | | | | | | | * | | | Bumpedobscuren2014-05-212-3/+4
| | | | | | | | |/ / /
| | | | | | | | * | | Improved on some ui elementsobscuren2014-05-212-0/+40
| | | | | | | | | | |
| | | | | | | | * | | Fixed unconfirmed balance stringobscuren2014-05-211-7/+2
| | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | Removed method nameobscuren2014-05-212-1/+5
| | | | | | | | |/
| | | | | | | | * Updated readme to reflect optionsobscuren2014-05-212-17/+13
| | | | | | | | |
| | | | | | | | * Switch variables as intendedobscuren2014-05-211-2/+2
| | | | | | | | |
| | | | | | | | * Changed flag parsingobscuren2014-05-211-1/+10
| | | | | | | | |
| | | | | | | | * Refactored some of the functionsobscuren2014-05-212-16/+81
| | | | | | | | |
| | | | | | | | * Forked version of otto so we can support lowerCased methodsobscuren2014-05-203-3/+3
| | | | | | | | |
| | | | | | | | * Merge branch 'release/poc5-rc7' into developobscuren2014-05-202-2/+2
| | | | | | | | |\ | | | | | | | | |/ | | | | | | | |/|
| | | | | | | * | Bumpobscuren2014-05-202-2/+2
| | | | | | | |/
| | | | | | | * Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-202-3/+69
| | | | | | | |
| | | | | | | * Removed old console in favor of the new JS REPLobscuren2014-05-203-272/+1
| | | | | | | |
| | | | | | | * Refactored file structureobscuren2014-05-203-101/+124
| | | | | | | |
| | | | | | | * Increase default peer amount to 10Maran2014-05-202-2/+2
| | | | | | | |
| | | | | | | * Added js interpret modeobscuren2014-05-193-3/+29
| | | | | | | |
| | | | | | | * Improved REPL outputobscuren2014-05-195-12/+89
| | | | | | | |
| | | | | | | * Added multi-line supportobscuren2014-05-193-9/+35
| | | | | | | |
| | | | | | | * Improved consoleobscuren2014-05-191-4/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added watch
| | | | | | | * Changed loggingobscuren2014-05-191-4/+3
| | | | | | | |
| | | | | | | * Removed nonce incrementingobscuren2014-05-191-2/+4
| | | | | | | |
| | | | | | | * Readline repl for linux & osxobscuren2014-05-177-39/+122
| | | | | | | |
| | | | | | | * Merge branch 'feature/otto' into developobscuren2014-05-164-2/+122
| | | | | | | |\
| | | | | | | | * Tell config which loggers to useobscuren2014-05-162-3/+3
| | | | | | | | |
| | | | | | | | * Implemented JavaScript consoleobscuren2014-05-162-18/+53
| | | | | | | | |
| | | | | | | | * Basic javascript consoleobscuren2014-05-163-0/+85
| | | | | | | |/
| | | | | | | * Refactored to reactor. Fixes #42obscuren2014-05-151-6/+7
| | | | | | | |