aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* DRY up the use of toHex in the project and move it to commonMaran2015-03-161-4/+2
* Moved ethutil => commonobscuren2015-03-162-13/+13
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-12/+6
* xeth: use Frontend interface to unlock accountsFelix Lange2015-03-101-8/+0
* Added ui.Interface to xethobscuren2015-03-091-14/+4
* removed all old filtersobscuren2015-03-041-29/+0
* Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-76/+0
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-261-0/+18
* Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-204-69/+0
* WIP QT Clipboardobscuren2015-02-194-0/+69
* Filter and mutex locks addedobscuren2015-02-171-2/+2
* "centralised" mining to backend. Closes #323obscuren2015-02-172-2/+2
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+1
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+1
* Added webengine initializerobscuren2015-01-294-0/+39
* switched to obscuren/qmlobscuren2015-01-282-2/+2
* reworking messages => logobscuren2015-01-282-27/+16
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-152-20/+29
* Fixed whisper messagesobscuren2015-01-132-6/+12
* Added manual triggering of filtersobscuren2015-01-131-0/+4
* Implemented filter for ws + fixesobscuren2015-01-102-10/+15
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
* mergedobscuren2015-01-091-2/+0
* Fixed some whisper issuesobscuren2015-01-091-3/+7
* Concat and pad dataobscuren2014-12-221-2/+7
* Added whisper js apiobscuren2014-12-222-6/+7
* Updated QWhisperobscuren2014-12-213-11/+42
* Whisper watches fixesobscuren2014-12-171-5/+23
* Identity testobscuren2014-12-161-0/+15
* Typoobscuren2014-12-161-1/+1
* Added whisper debug interface + whisper fixesobscuren2014-12-161-5/+15
* fixed testsobscuren2014-12-131-9/+9
* eth-go packages ended up in whisperobscuren2014-12-131-1/+1
* Implemented Qt whisper interfaceobscuren2014-12-131-0/+70
* Renamed `chain` => `core`obscuren2014-12-042-9/+9
* Moved ethchain to chainobscuren2014-10-312-9/+9
* Merge eth-go repository into go-ethereumFelix Lange2014-10-232-0/+113
|\
| * Moved Filter's wrapping functions to their own util package. Fixes #61obscuren2014-10-182-0/+113
* Major re-organisation.obscuren2014-03-223-354/+0
* Updated to work with the new chainobscuren2014-03-212-3/+4
* Fixed asset path error. Fixes #29obscuren2014-03-171-12/+21
* Renamed block manager to state managerobscuren2014-03-052-3/+3
* Moved qml files, conform to the new server model.obscuren2014-03-051-15/+14
* Using asset path helper (includes a debug path atm)obscuren2014-03-032-7/+29
* Search bin directory for qmlJarrad Hope2014-02-281-2/+8
* Fixed connection button spammingobscuren2014-02-281-1/+3
* Improved overall UI design and added a bunch of iconsobscuren2014-02-281-23/+28
* Currency to stringobscuren2014-02-251-7/+7
* Minor UI changeobscuren2014-02-251-0/+2
* Proper Nonceobscuren2014-02-251-64/+79
* Moved ui libobscuren2014-02-251-0/+38
* Minor fixes that to reflect changes in libraryobscuren2014-02-241-7/+21
* Added transactions windowobscuren2014-02-231-0/+19
* Added some ui elements to make it easier to connect to nodesobscuren2014-02-232-26/+65
* Working out UIobscuren2014-02-221-2/+19
* WIP library, sample appobscuren2014-02-222-3/+67
* Peer amount updateobscuren2014-02-211-0/+9
* Initial block chain fetching of existing blocksobscuren2014-02-211-1/+11
* Added a basic <UNSTABLE> UIobscuren2014-02-211-0/+83
* | cmd/blocktest: delete packageFelix Lange2015-03-211-213/+0 * | Removed more castsobscuren2015-03-201-2/+1 * | mergeobscuren2015-03-191-1/+1 |\| | * Removed frontier from version :-(obscuren2015-03-191-1/+1 * | improved test outputobscuren2015-03-191-24/+45 * | Merge branch 'develop' into conversionobscuren2015-03-191-7/+12 |\| | * Fixed mkdnode & added some testsobscuren2015-03-191-7/+12 * | Merge branch 'develop' into conversionobscuren2015-03-193-35/+48 |\| | * added frontier to versionobscuren2015-03-191-1/+1 | * Merge branch 'frontier/cli-private-network' of https://github.com/ethersphere...obscuren2015-03-193-34/+47 | |\ | | * private network supportzelig2015-03-183-34/+47 * | | mergeobscuren2015-03-191-0/+21 |\| | | * | cmd/ethereum: add makedag command for testingFelix Lange2015-03-171-0/+21 | |/ * | cmd/ethereum, cmd/utils: partial fix for chain importFelix Lange2015-03-182-8/+4 * | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-1810-240/+675 |\ \ | * | conversions. -compilable-obscuren2015-03-182-3/+3 | |/ | * bumpobscuren2015-03-181-1/+1 | * remove long-running mining test, ethutil -> commonzelig2015-03-162-46/+8 | * Merge branch 'frontier/js' into frontier/nodeadmin.jszelig2015-03-1613-94/+76 | |\ | | * we do not use the name Frontier Consolezelig2015-03-161-4/+4 | | * Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-1613-91/+73 | | |\ | * | | Merge branch 'frontier/js' into frontier/nodeadmin.jszelig2015-03-151-0/+89 | |\| | | | * | menubar back to mist main.qmlzelig2015-03-151-0/+89 | * | | node admin interface for Frontier Console, see spec https://github.com/ethere...zelig2015-03-153-0/+550 | |/ / | * | CLI:zelig2015-03-153-130/+92 | * | remove jsre from mistzelig2015-03-154-193/+63 | * | jsre:zelig2015-03-151-2/+4 * | | core: use package rlp to encode blocksFelix Lange2015-03-181-15/+22 | |/ |/| * | removed compileobscuren2015-03-162-22/+4 * | Moved ethutil => commonobscuren2015-03-1614-79/+79 |/ * removed seed hashobscuren2015-03-151-1/+1 * mergeobscuren2015-03-154-12/+83 |\ | * cmd/ethereum: add blocktest commandFelix Lange2015-03-142-0/+67 | * cmd/utils: GetEthereum -> MakeEthConfigFelix Lange2015-03-143-12/+16 * | Support for addresses with or without 0x. Fixes #472Maran2015-03-141-1/+1 * | more obvious failure for ethtestobscuren2015-03-131-5/+5 * | Merge branch 'rpcfrontier' into developobscuren2015-03-131-1/+2 |\ \ | * | #469Taylor Gerring2015-03-131-1/+2 * | | fixed ethtestobscuren2015-03-131-1/+3 * | | Return 1 on failobscuren2015-03-131-0/+5 |/ / * | Update path to web3 libraryTaylor Gerring2015-03-121-1/+1 * | Update ethereum.jsTaylor Gerring2015-03-1244-6328/+0 * | Merge pull request #460 from tgerring/ethutilFelix Lange2015-03-121-2/+1 |\ \ | |/ |/| | * Move MakeName to ethutilTaylor Gerring2015-03-121-2/+1 * | updated rnd vm test => state testobscuren2015-03-121-28/+88 * | cmd/ethereum: remove extra check for 'no accounts' errorFelix Lange2015-03-121-9/+2 * | miner: provide coinbase when starting the minerFelix Lange2015-03-125-47/+38 |/ * mergeobscuren2015-03-122-16/+29 |\ | * cmd/ethereum: add a flag to switch to unencrytped keystoreFelix Lange2015-03-112-14/+28 * | Reverted globalobscuren2015-03-112-8/+3 * | Merge branch 'develop' into rpcfrontierobscuren2015-03-1114-710/+430 |\| | * Merge branch origin/develop into accounts-integrationFelix Lange2015-03-117-472/+62 | |\ | * | cmd/utils: improve CLI help templatesFelix Lange2015-03-101-0/+27 | * | cmd/ethereum: show some help before prompting for encryption passphraseFelix Lange2015-03-101-0/+3 | * | cmd/ethereum: show more helpful message if no accounts existFelix Lange2015-03-103-9/+23 | * | cmd/utils: remove extra space in fatal error messageFelix Lange2015-03-101-1/+1 | * | cmd/ethereum: fix line editing setup and historyFelix Lange2015-03-101-6/+11 | * | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-2/+0 | * | cmd/ethereum: remove "prompter" in identifiersFelix Lange2015-03-101-9/+10 | * | cmd/ethereum: unlock accounts on JS REPLFelix Lange2015-03-102-104/+111 | * | cmd/ethereum: allow multiple js filesFelix Lange2015-03-101-5/+5 | * | accounts: add {Timed,}Unlock, remove SignLockedFelix Lange2015-03-101-2/+1 | * | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-1012-338/+703 | |\ \ | * | | cmd/utils: delete InitConfig, KeyTasksFelix Lange2015-03-101-40/+0 | * | | cmd/mist: use cli library and package accountsFelix Lange2015-03-106-304/+58 | * | | rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-103-15/+19 | * | | cmd/utils: add NewAppFelix Lange2015-03-102-5/+12 | * | | cmd/blocktest: simplify to fix buildFelix Lange2015-03-102-189/+34 | * | | accounts: AccountManager -> ManagerFelix Lange2015-03-081-2/+2 | * | | cmd/ethereum: add account commandsFelix Lange2015-03-072-34/+93 | * | | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-064-2/+15 * | | | fallbackobscuren2015-03-111-1/+1 * | | | Updated RPCobscuren2015-03-112-24/+61 * | | | Added unmarshalStateobscuren2015-03-102-1004/+1473 | |_|/ |/| | * | | Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2Jeffrey Wilcke2015-03-102-3/+20 |\ \ \ | * | | Add empty total difficulty to test blocks and clean up stopping the nodeGustav Simonsson2015-03-102-3/+20 | | |/ | |/| * | | removed debuggerobscuren2015-03-104-435/+1 * | | Merge pull request #438 from ethersphere/poc9/cliJeffrey Wilcke2015-03-102-35/+49 |\ \ \ | |/ / |/| | | * | version outputzelig2015-03-081-5/+7 | * | add export blockchain subcommand, remove BlockDozelig2015-03-082-30/+42 * | | Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-095-140/+5 |/ / * | Bump vobscuren2015-03-083-3/+3 * | Updated ethereum.jsobscuren2015-03-081-180/+663 * | Separated block db from state db. Partial fix for #416obscuren2015-03-075-9/+14 * | Debug option for VM & command line flagobscuren2015-03-062-4/+12 |/ * Merge pull request #433 from fjl/newcliFelix Lange2015-03-0613-846/+624 |\ | * cmd/ethereum: fix JS REPL exit and add support for dumb terminalsFelix Lange2015-03-062-31/+60 | * cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-067-538/+209 | * cmd/ethereum: improve command line interfaceFelix Lange2015-03-065-272/+350 | * ethutil: remove Config variableFelix Lange2015-03-063-4/+4 * | Merge pull request #426 from Gustav-Simonsson/add_blockchain_testsJeffrey Wilcke2015-03-062-0/+361 |\ \ | * | Add initial implementation of block testsGustav Simonsson2015-03-052-0/+361 * | | Merge branch 'develop' into poc-9obscuren2015-03-0627-36/+544 |\ \ \ | |_|/ |/| | | * | 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 | |\ \ | * | | 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 | |\ \ \ | * | | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32 * | | | | Miner fixes and updates (including miner)obscuren2015-03-052-3/+2 | |_|_|/ |/| | | * | | | Clean up REPLobscuren2015-03-044-37/+127 * | | | Merge branch 'develop' into poc-9obscuren2015-03-041-1/+0 |\ \ \ \ | | |_|/ | |/| | | * | | removed double flag. Closes #421obscuren2015-03-041-1/+0 * | | | updated genesisobscuren2015-03-041-1/+0 * | | | Merge branch 'develop' into poc-9obscuren2015-03-041-5/+0 |\| | | | * | | removed all old filtersobscuren2015-03-041-5/+0 * | | | Merge branch 'develop' into poc-9obscuren2015-03-045-34/+7 |\| | | | * | | 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 | |\| | | | * | | | Remove Websockets RPC transportTaylor Gerring2015-03-015-27/+0 * | | | | Fixes and debug addedobscuren2015-03-041-4/+0 * | | | | mergeobscuren2015-03-045-77/+89 |\ \ \ \ \ | | |/ / / | |/| | | | * | | | 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 | | |/ / / * | | | | fixed pow stuffobscuren2015-03-042-40/+1 * | | | | Secure trieobscuren2015-03-011-1/+0 |/ / / / * | | | Unused variableobscuren2015-03-011-1/+0 * | | | Removed some methods from the JS REPLobscuren2015-03-013-0/+10 |/ / / * | | 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 |/ / * | 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 | |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | | * | 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 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 |\| | * Merge branch 'develop' into uiAlexandre Van de Sande2015-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 | |\ \ | * | | 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 * | | | Filter and mutex locks addedobscuren2015-02-172-7/+0 | |_|/ |/| | * | | "centralised" mining to backend. Closes #323obscuren2015-02-173-14/+7 | |/ |/| * | 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