aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variablesobscuren2015-03-061-2/+1
* network back to local filesAlexandre Van de Sande2015-03-051-5/+0
* Fixed Average Return calculationAlexandre Van de Sande2015-03-052-3/+3
* updated network app to latest buildAlexandre Van de Sande2015-03-043-4/+5
* Merge branch 'develop' into uiAlexandre Van de Sande2015-03-0411-484/+586
|\
| * removed double flag. Closes #421obscuren2015-03-041-1/+0
| * removed all old filtersobscuren2015-03-041-5/+0
| * Merge pull request #411 from ethersphere/readmeJeffrey Wilcke2015-03-042-6/+7
| |\
| | * minor cleanupzelig2015-03-032-6/+7
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-026-79/+95
| |\|
| | * Fixed miner threads for ethereum CLIobscuren2015-03-012-18/+22
| | * Merge pull request #402 from tgerring/rpcupdatesJeffrey Wilcke2015-03-015-63/+67
| | |\
| | | * Add flag to set RPC portTaylor Gerring2015-02-285-63/+67
| | * | Unused variableobscuren2015-03-011-1/+0
| | * | Removed some methods from the JS REPLobscuren2015-03-013-0/+10
| | |/
| * / Remove Websockets RPC transportTaylor Gerring2015-03-015-27/+0
| |/
| * Bumpobscuren2015-02-273-3/+3
| * Defautl blockobscuren2015-02-262-284/+457
| * Cleanup importsTaylor Gerring2015-02-262-5/+0
| * DRY DefaultAssetPath()Taylor Gerring2015-02-262-54/+1
| * Update osext import pathTaylor Gerring2015-02-262-2/+2
| * Merge pull request #368 from maran/feature/changeDataDirJeffrey Wilcke2015-02-252-15/+6
| |\
| | * Implement OS sensitive dataDirsMaran2015-02-232-15/+6
| * | Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-6/+18
| |/
* | network dashboard is now a local fileAlexandre Van de Sande2015-03-0423-1/+346
* | updating to new network health pageAlexandre Van de Sande2015-03-042-4/+5
* | Network Health Panel with miningAlexandre Van de Sande2015-03-035-27/+178
* | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-2314-93/+88
|\|
| * Bumpobscuren2015-02-223-3/+3
| * Added eth_logs & fixed issue with manual log filteringobscuren2015-02-222-13/+12
| * reverted back to proper version numberobscuren2015-02-213-3/+3
| * Minor updates for releaseobscuren2015-02-213-3/+3
| * Removed exported fields from state object and added proper set/gettersobscuren2015-02-202-4/+4
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-209-39/+49
| |\
| | * Merge pull request #352 from fjl/no-enc-handshakeJeffrey Wilcke2015-02-202-2/+4
| | |\
| | | * cmd/mist: show peer names in peers windowFelix Lange2015-02-192-2/+4
| | * | Merge pull request #345 from maran/feature/minerthreadsJeffrey Wilcke2015-02-203-14/+18
| | |\ \
| | | * | Implement command line argument to set the amount of agents created by the minerMaran2015-02-193-14/+18
| | * | | Merge pull request #335 from alexvandesande/uiJeffrey Wilcke2015-02-204-23/+26
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #339 from tgerring/jsonlogTaylor Gerring2015-02-191-0/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Re-add LogFormat to ConfigTaylor Gerring2015-02-181-0/+1
| * | | | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-202-17/+25
| * | | | WIP QT Clipboardobscuren2015-02-192-0/+2
| |/ / /
| * / / Disabled ability to disable whisper. Closes #334obscuren2015-02-183-2/+3
| |/ /
| * | removed old walletobscuren2015-02-181-1/+0
| * | Removed mined transactions from pending view. Closes #321obscuren2015-02-183-27/+12
| * | Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-182-6/+4
| * | Implement register and watchTxobscuren2015-02-171-0/+2
| * | Merge branch 'alexvandesande-ui' into developobscuren2015-02-171-1/+1
| |\ \
| | * | commented peer count outobscuren2015-02-171-1/+1
| * | | Merge branch 'ui' of https://github.com/alexvandesande/go-ethereum into developobscuren2015-02-1715-187/+255
| |\| |
| * | | Filter and mutex locks addedobscuren2015-02-172-7/+0
* | | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32
| |_|/ |/| |
* | | Removed console logs from mist.jsAlexandre Van de Sande2015-02-182-7/+8
* | | Cut, Copy, Undo and Redo working in webviewAlexandre Van de Sande2015-02-183-18/+20
| |/ |/|
* | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-173-14/+7
|\|
| * "centralised" mining to backend. Closes #323obscuren2015-02-173-14/+7
* | Updated iconsAlexandre Van de Sande2015-02-176-4/+3
* | removed status bar codeAlexandre Van de Sande2015-02-171-73/+0
* | badge supportAlexandre Van de Sande2015-02-172-9/+9
* | side iconsAlexandre Van de Sande2015-02-174-19/+103
* | SideIcons work. Copy paste still doesn't.Alexandre Van de Sande2015-02-173-13/+55
* | merge conflictsAlexandre Van de Sande2015-02-1622-333/+447
|\|
| * Changed default denominatorsobscuren2015-02-163-3/+5
| * Resolved some bugs in the minerobscuren2015-02-151-1/+1
| * removed some old menu itemsobscuren2015-02-152-32/+0
| * Reset URL barobscuren2015-02-151-1/+9
| * Fixed a few errors in the browser special meta tags objectsobscuren2015-02-151-30/+28
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-143-25/+37
| |\
| | * cmd/mist: fix peer windowFelix Lange2015-02-143-25/+37
| * | Moved ECIES to repo & added secondary title for webviewobscuren2015-02-142-2/+14
| |/
| * Fixed QML errorsobscuren2015-02-143-7/+1
| * Updated coin.js abiobscuren2015-02-141-56/+57
| * Update balance label when miningobscuren2015-02-142-1/+14
| * Propagate blocksobscuren2015-02-141-3/+1
| * Fixed issue in peer windowobscuren2015-02-143-10/+14
| * Updated windowobscuren2015-02-141-20/+6
| * Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-142-1/+27
| * Merge branch 'develop' into minerobscuren2015-02-1417-201/+287
| |\
| | * mergeobscuren2015-02-132-868/+7
| | * wipobscuren2015-02-1312-154/+1080
| | |\
| | | * p2p/discover: map listening port using configured mechanismFelix Lange2015-02-131-3/+10
| | | * cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-134-35/+38
| | | * cmd/bootnode: new command (replaces cmd/peerserver)Felix Lange2015-02-101-0/+86
| | | * cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-104-13/+62
| | | * cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-076-10/+12
| | | * cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-072-44/+12
| | | * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-068-49/+38
| | | * cmd/peerserver: is goneFelix Lange2015-02-061-58/+0
| | * | mergeobscuren2015-02-13109-6623/+6883
| | |\ \
| | | * | removed messagesobscuren2015-02-133-46/+0
| | | * | cmd + t switches to new dapp windowobscuren2015-02-121-2/+3
| | * | | Add LogFormat flagTaylor Gerring2015-01-222-0/+3
| * | | | Merge branch 'develop' into minerobscuren2015-02-1223-932/+1511
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Documented methods & removed old manifestobscuren2015-02-121-0/+1
| | * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-123-119/+96
| | |\ \ \
| | * | | | updated coinobscuren2015-02-111-12/+7
| * | | | | Basic structure minerobscuren2015-02-102-9/+12
| * | | | | mergedobscuren2015-02-0912-169/+179
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into minerobscuren2015-02-062-2/+3
| |\ \ \ \ \ \
| * | | | | | | wipobscuren2015-02-062-81/+81
* | | | | | | | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-166-20/+21
* | | | | | | | Add http when not present on browserAlexandre Van de Sande2015-02-161-1/+6
* | | | | | | | changed url bar behaviour. Failed attempt at iconAlexandre Van de Sande2015-02-143-75/+77
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Catalog Page BehaviourAlexandre Van de Sande2015-02-123-119/+96
| |_|_|/ / / |/| | | | |
* | | | | | removed icomoonAlexandre Van de Sande2015-02-101-0/+0
* | | | | | Recreated the changes on a new branchAlexandre Van de Sande2015-02-1022-920/+1526
| |_|/ / / |/| | | |
* | | | | Updated coinobscuren2015-02-081-30/+66
* | | | | API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+2
| |_|_|/ |/| | |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-066-9/+9
|\ \ \ \
| * \ \ \ Merge pull request #287 from ethereum/system-testingJeffrey Wilcke2015-02-066-9/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Move hardcoded seed node address to app flagTaylor Gerring2015-02-036-9/+9
* | | | | updated homeobscuren2015-02-061-1/+1
* | | | | Merge commit '9d84609b3faf797f4a611587abdda3d6b3b07917' into developobscuren2015-02-064-51/+17
* | | | | pending / chain eventobscuren2015-02-061-1/+9
* | | | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tgerri...obscuren2015-02-063-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-051-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-041-1/+1
| | |\ \ \ \
| | | * | | | Update signature for rpc websocketsTaylor Gerring2015-02-021-1/+1
| | | |/ / /
| * | / / / Use different default RPC port per #186Taylor Gerring2015-02-052-2/+2
| |/ / / /
* | | | | Default gas price and default gas for rpcobscuren2015-02-051-2/+2
* | | | | fixed testobscuren2015-02-051-0/+1
| |_|/ / |/| | |
* | | | Propagate known transactions to new peers on connectobscuren2015-02-051-4/+4
* | | | Merge branch 'develop' into minerobscuren2015-02-0527-477/+1203
|\ \ \ \
| * | | | updated testsobscuren2015-02-0528-946/+2130
| |/ / /
* / / / Filteringobscuren2015-02-054-475/+950
|/ / /
* | | Removed minimum height. Closes #282obscuren2015-02-031-2/+1
* | | Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-0/+10
* | | Added a different default home pageobscuren2015-02-033-2/+77
* | | Raw data for existing blocksobscuren2015-02-031-1/+1
* | | Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-012-102/+8
|/ /
* | added new default faviconobscuren2015-01-301-0/+0
* | "fixed" transaction viewobscuren2015-01-303-6/+5
* | Bumped version numberobscuren2015-01-302-2/+2
* | Added whisper messagesobscuren2015-01-301-2/+20
* | Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-304-3/+48
* | Fixed issue with Storage()obscuren2015-01-301-1/+2
* | default values removedobscuren2015-01-301-11/+19
* | Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4obscuren2015-01-301-3/+0
|\ \
| * \ Merge branch 'qt5.4' of github.com:ethereum/go-ethereum into qt5.4Taylor Gerring2015-01-3049-3016/+240
| |\ \
| * | | Remove old websocket implementationTaylor Gerring2015-01-291-3/+0
* | | | More dapp samplesobscuren2015-01-302-0/+161
| |/ / |/| |
* | | Reimplemented message filters for rpc callsobscuren2015-01-291-1/+1
* | | Samples and disams cmd for evm codeobscuren2015-01-293-4/+89
* | | Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
* | | Added abi exampleobscuren2015-01-291-0/+44
* | | implement transactobscuren2015-01-292-5/+2
* | | updated ethereum.js and moved to subfolderobscuren2015-01-294-2/+101
* | | Add 'cmd/mist/assets/ext/ethereum.js/' from commit '63d9c070ef7637a3d570a5a45...obscuren2015-01-2934-0/+4018
* | | removed old js yet againobscuren2015-01-2939-7018/+0
* | | default http rpc onobscuren2015-01-291-1/+1
|/ /
* | Added webengine initializerobscuren2015-01-292-0/+694
* | removed key while in the process of moving to the new key storageobscuren2015-01-296-698/+5
* | Merge branch 'jsonrpc' into qt5.4obscuren2015-01-296-17/+17
|\ \
| * | further cleaned up xeth interfaceobscuren2015-01-296-17/+17
* | | merge jsonrpcobscuren2015-01-2910-129/+59
|\| |
| * | moving to a better xethobscuren2015-01-294-118/+41
| * | Rename transport to wsTaylor Gerring2015-01-281-1/+1
| * | Add wsport flag to MistTaylor Gerring2015-01-282-1/+3
| * | Update CLI to use new Websocket RPCTaylor Gerring2015-01-283-5/+15
| * | Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-2/+2
* | | switched to obscuren/qmlobscuren2015-01-288-8/+8
* | | Updated assets & moved messagesobscuren2015-01-289-65/+81
* | | Added big numbersobscuren2015-01-281-0/+2
* | | Merge branch 'develop' into qt5.4obscuren2015-01-2834-0/+4018
|\ \ \
| * | | new ethereum.jsobscuren2015-01-2834-0/+4018
* | | | removed old ethereum.jsobscuren2015-01-2825-2938/+0
* | | | Merge branch 'jsonrpc' into qt5.4obscuren2015-01-282-220/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop' into jsonrpcobscuren2015-01-234-281/+268
| |\| |
| * | | Move websockets out of cmd/utilTaylor Gerring2015-01-212-220/+8
| | |/ | |/|
* | | Reworking browserobscuren2015-01-253-38/+241
| |/ |/|
* | UI Updatesobscuren2015-01-224-66/+39
* | Updated browser & pass view to callback functionobscuren2015-01-222-231/+245
|/
* fixed url bug in browserobscuren2015-01-211-5/+0
* StdVm by defaultobscuren2015-01-203-4/+8
* Hide browser bar when coming from a DApp urlobscuren2015-01-201-24/+28
* Minor browser improvementsobscuren2015-01-193-6/+30
* Add defer rescued back inobscuren2015-01-161-0/+5
* updated testsobscuren2015-01-151-0/+3
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-151-402/+435
* Default datadir for mist is now shared with CLI (.ethereum)obscuren2015-01-131-1/+1
* Fixed whisper messagesobscuren2015-01-131-1/+3
* Added manual triggering of filtersobscuren2015-01-132-2/+9
* removed accidental qt depobscuren2015-01-111-2/+2
* Implemented filter for ws + fixesobscuren2015-01-103-11/+46
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
* mergedobscuren2015-01-091-1/+0
* new switchobscuren2015-01-091-40/+26
* updated ethereum.jsobscuren2015-01-0925-0/+2938
* removedobscuren2015-01-0925-2931/+0
* Updated ethereum.jsobscuren2015-01-0934-951/+2924
* Support input from argsobscuren2015-01-091-1/+6
* Fixed some whisper issuesobscuren2015-01-092-19/+26
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-083-89/+147
* Read directly from stdinobscuren2015-01-071-7/+4
* Refactored ethutil.Config.Db outobscuren2015-01-076-25/+18
* Added version flagobscuren2015-01-072-0/+17
* cmd/peerserver: add some command line switchesFelix Lange2015-01-061-2/+15
* cmd/peerserver: use NoDial, don't use seed peersFelix Lange2015-01-061-13/+2
* cmd/peerserver: fix for new client identity typeFelix Lange2015-01-061-1/+1
* cmd/evm: add dummy implementation for GetHashFelix Lange2015-01-061-0/+6
* cmd/rlpdump: remove stray returnFelix Lange2015-01-061-2/+1
* Added license headersobscuren2015-01-0620-219/+336
* Updated WS API. Fixes #219. Closes #220obscuren2015-01-061-35/+35
* Allow extra to be set for mined blocksobscuren2015-01-062-0/+23
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-066-26/+21
* Merge pull request #235 from fjl/rlpdumpJeffrey Wilcke2015-01-061-2/+19
|\
| * cmd/rlpdump: remove extra bufferFelix Lange2015-01-061-2/+1
| * cmd/rlpdump: add license header and synopsisFelix Lange2015-01-061-0/+18
* | Merge pull request #233 from fjl/rlpdumpJeffrey Wilcke2015-01-061-0/+128
|\|
| * cmd/rlpdump: new helper commandFelix Lange2015-01-051-0/+128
* | added shh back inobscuren2015-01-064-3/+10
* | Mergeobscuren2015-01-062-8/+14
|/
* BlockManager => BlockProcessorobscuren2015-01-051-1/+1
* Version bumpobscuren2015-01-042-2/+2
* Cleaned up some of that utilobscuren2015-01-0428-1786/+51
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-042-3/+11
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-0/+1
* Closure => Contextobscuren2015-01-022-6/+6
* Fixed using new trie iterator APIobscuren2015-01-022-22/+22
* Merge branch 'develop' into poc8obscuren2014-12-311-3/+8
|\
| * Additional checking on gasobscuren2014-12-311-3/+8
* | fixed trieobscuren2014-12-301-2/+2
* | export => importobscuren2014-12-241-1/+1
* | mergeobscuren2014-12-243-2/+7
|\|
| * Merge branch 'hotfix/0.7.11' into developobscuren2014-12-242-2/+2
| |\
| | * Bumpobscuren2014-12-242-2/+2
| * | Enable websockets for mist. Closes #218obscuren2014-12-232-0/+9
| |/
* | Switched to new trieobscuren2014-12-242-4/+4
* | Moved import to utilsobscuren2014-12-232-18/+26
* | Close the fileobscuren2014-12-231-0/+2
* | Decode from stream directlyobscuren2014-12-231-3/+2
* | Updated Mist to use new blocksobscuren2014-12-233-6/+6
* | Chain importerobscuren2014-12-232-1/+29
* | Refactored block & Transactionobscuren2014-12-233-13/+7
* | Removal of "debug" url :)obscuren2014-12-221-2/+1
* | Concat and pad dataobscuren2014-12-222-3/+4
* | Added whisper js apiobscuren2014-12-224-123/+145
* | updated ethereum.jsobscuren2014-12-2226-0/+1732
* | movedobscuren2014-12-222-2/+3
* | Merge branch 'develop' into poc8obscuren2014-12-221-3/+1
|\|
| * Fixed EVM environment. Closes #215obscuren2014-12-211-3/+1
* | updated whisper uiobscuren2014-12-221-2/+3
* | Updated QWhisperobscuren2014-12-212-2/+38
* | Merge branch 'develop' into poc8obscuren2014-12-205-8/+8
|\|
| * Increased peer from 10 to 30obscuren2014-12-202-2/+2
| * Added authorsobscuren2014-12-191-4/+4
| * version bumpobscuren2014-12-192-2/+2
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-191-3/+3
|\ \
* \ \ Merge branch 'develop' into poc8obscuren2014-12-191-3/+1
|\ \ \ | | |/ | |/|