aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/mist: add blockchain version flagFelix Lange2015-04-291-0/+1
* Merge pull request #793 from karalabe/discovery-node-cacheJeffrey Wilcke2015-04-281-1/+1
|\
| * cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-1/+1
| * cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-1/+1
| * cmd, eth, p2p, p2p/discover: init and clean up the seed cachePéter Szilágyi2015-04-241-1/+1
* | Add loading of block test privkey if presentGustav Simonsson2015-04-281-1/+1
* | geth/main: removed crazy welcome message :-(obscuren2015-04-261-1/+2
* | web3: updatedobscuren2015-04-261-0/+0
* | Merge pull request #805 from obscuren/download_improvementsJeffrey Wilcke2015-04-252-2/+2
|\ \
| * | cmd/geth: bump version number 0.9.12obscuren2015-04-251-1/+1
| * | xeth, core, cmd/utils: Transaction can not be over block gas limitobscuren2015-04-241-1/+1
* | | Merge pull request #773 from ethersphere/frontier/cliJeffrey Wilcke2015-04-245-53/+65
|\ \ \
| * | | cli: correct bootnodes flag usage help linezelig2015-04-241-1/+1
| * | | cli/js console: if corsDomain is not given to startRpc, we fall back to value...zelig2015-04-244-11/+14
| * | | cli: fatal error if no etherbase for miningzelig2015-04-241-1/+3
| * | | cli: fatal error if rpc could not be startedzelig2015-04-242-3/+5
| * | | cli: clean up flag descriptions, usage docs, account list uses primary and in...zelig2015-04-243-29/+25
| * | | js console: add cors domain optional argument to startRpczelig2015-04-242-8/+17
| * | | cmd/admin: rename debug.block to debug.processBlock; move backtrace under debugzelig2015-04-241-2/+2
| |/ /
* / / Smaller frontier cover artAlexandre Van de Sande2015-04-241-1/+1
|/ /
* | web3: updatedobscuren2015-04-242-2/+1
* | cmd/geth, jsre: updated ethereum.js => web3.jsobscuren2015-04-241-1/+1
|/
* Changed "Welcome to the Frontier" to something more geekyAlexandre Van de Sande2015-04-231-1/+1
* cmd/geth: improve the JS testsFelix Lange2015-04-222-209/+71
* Merge pull request #765 from Gustav-Simonsson/more_block_test_improvementsFelix Lange2015-04-222-83/+3
|\
| * Further fixes to block test wrapperGustav Simonsson2015-04-212-83/+3
* | Merge pull request #756 from Gustav-Simonsson/block_test_improvementsJeffrey Wilcke2015-04-212-24/+145
|\|
| * Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-201-0/+80
| * cmd/geth, tests: enable running multiple tests from a single fileFelix Lange2015-04-191-24/+65
* | Merge pull request #734 from bas-vk/issue-729Jeffrey Wilcke2015-04-211-0/+8
|\ \
| * | admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-161-0/+8
* | | Merge pull request #755 from karalabe/command-flags-cleanupJeffrey Wilcke2015-04-212-22/+48
|\ \ \
| * | | cmd/geth, cmd/utils: invert --pprof once morePéter Szilágyi2015-04-212-5/+5
| * | | cmd/geth, cmd/utils: use pprof disable flag, start globallyPéter Szilágyi2015-04-202-8/+10
| * | | cmd/geth, cmd/utils: add cli flags for pprof and whisper.Péter Szilágyi2015-04-202-22/+46
* | | | Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum...obscuren2015-04-213-5/+19
|\ \ \ \ | |/ / / |/| | |
| * | | fixed incomplete mergezsfelfoldi2015-04-201-19/+21
| * | | NatSpec cli option, resolver tests passingzsfelfoldi2015-04-203-24/+32
| * | | default fallback NatSpec messageszsfelfoldi2015-04-201-8/+1
| * | | resolver testszelig2015-04-201-1/+4
| * | | NatSpec, URL register storage retrievalzsfelfoldi2015-04-201-4/+3
| * | | natspec integrated to console frontend confirmTransactionzelig2015-04-201-2/+11
| | |/ | |/|
* | | geth: added a `admin.debug.block` command which reprocess the blockobscuren2015-04-201-0/+25
* | | core: added chain head reset to known blockobscuren2015-04-201-10/+37
* | | geth: bump version numberobscuren2015-04-201-1/+1
|/ /
* | geth: admin download statusobscuren2015-04-201-0/+7
* | Merge branch 'rlp-size-validation' of https://github.com/fjl/go-ethereum into...obscuren2015-04-192-2/+2
|\ \
| * | cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limitFelix Lange2015-04-172-2/+2
| |/
* | geth: added getBlockRlp for dumping block in rlp formatobscuren2015-04-191-0/+26
* | geth: added identity flag which allows to set a custom node nameobscuren2015-04-192-0/+10
* | geth: bump version numberobscuren2015-04-181-2/+3
|/
* geth: fixed failing cli testsobscuren2015-04-151-2/+2
* geth: added print block to adminobscuren2015-04-141-1/+32
* Merge pull request #700 from bas-vk/issue_650Jeffrey Wilcke2015-04-133-26/+154
|\
| * Added blockchain DB versioning support, closes #650Bas van Kervel2015-04-133-26/+154
* | Updated glogobscuren2015-04-111-11/+15
* | Bumpobscuren2015-04-111-1/+1
* | Added pprofobscuren2015-04-101-0/+8
* | cmd/mist: fix another nil recipient address panic.Péter Szilágyi2015-04-101-7/+5
|/
* Merge pull request #682 from bas-vk/issue_567Jeffrey Wilcke2015-04-101-4/+3
|\
| * bugfix as a result of PR 671Bas van Kervel2015-04-101-4/+3
* | Added some quotes ....obscuren2015-04-101-1/+1
* | Added proper contract for registrarobscuren2015-04-092-3/+3
* | bumpobscuren2015-04-091-1/+1
* | added contractsobscuren2015-04-091-0/+6
* | Added default registrarobscuren2015-04-091-0/+1
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-094-4/+164
|\ \
| * \ Merge pull request #678 from bas-vk/feature_635Jeffrey Wilcke2015-04-091-2/+1
| |\ \
| | * | Support for import/export hex encoded keys, closes #635Bas van Kervel2015-04-091-2/+1
| * | | Merge pull request #671 from bas-vk/issue_567Jeffrey Wilcke2015-04-093-2/+163
| |\ \ \ | | | |/ | | |/|
| | * | reformat code with goimportsBas van Kervel2015-04-093-94/+94
| | * | Add path expansion support for command line arguments, closes 567Bas van Kervel2015-04-083-3/+164
| | |/
* | / Updated xeth loggerobscuren2015-04-091-1/+1
|/ /
* | Default log to stderrobscuren2015-04-091-1/+2
* | Fixed tests to reflect log changesobscuren2015-04-092-9/+9
* | ignore invalid txs right after being added if they prove incorrectobscuren2015-04-091-2/+5
|/
* updated loggingobscuren2015-04-072-8/+6
* Updated loggingobscuren2015-04-072-4/+11
* Block header changed & console miner controlobscuren2015-04-061-3/+24
* v bumpobscuren2015-04-051-1/+1
* reflect ethash changesobscuren2015-04-051-1/+1
* removed hash rate from info log. Added hashrate js funcobscuren2015-04-051-0/+5
* set backtrace during runtimeobscuren2015-04-051-0/+12
* bumped version numberobscuren2015-04-041-1/+1
* added verbosity to js adminobscuren2015-04-041-0/+13
* basic glogobscuren2015-04-041-4/+0
* Merge branch 'develop' into glogobscuren2015-04-041-1/+1
|\
| * version bumpobscuren2015-04-031-1/+1
* | glog wipobscuren2015-04-032-0/+21
|/
* fixed stack levelobscuren2015-04-031-3/+0
* updated coinobscuren2015-04-031-10/+4
* updated ethereum.jsobscuren2015-04-021-0/+0
* info => debugobscuren2015-04-021-1/+1
* Merge pull request #589 from tgerring/corssettingJeffrey Wilcke2015-04-014-16/+31
|\
| * Abstract http into rpc packageTaylor Gerring2015-03-302-15/+18
| * Add flag to control CORS header #394Taylor Gerring2015-03-303-1/+13
* | ethereum.js updateobscuren2015-04-011-0/+0
* | fixed testsobscuren2015-04-011-2/+2
* | Blocktest fixed, Execution fixedobscuren2015-04-011-1/+1
|/
* Etherbase => etherbaseobscuren2015-03-271-1/+1
* Merge pull request #580 from ethersphere/frontier/cli-keyJeffrey Wilcke2015-03-272-5/+11
|\
| * settable etherbasezelig2015-03-272-5/+11
* | Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-273-7/+4
|/
* renamed ethereum => gethobscuren2015-03-275-5/+5
* max paranoia mode to UNsupport unencrypted keys entirelyzelig2015-03-272-92/+71
* output error message if unlock address is invalid (fixes the wierd "read /pat...zelig2015-03-271-1/+5
* unlocking coinbase without knowing addresszelig2015-03-271-2/+7
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-274-10/+13
* Applying: fix adming js test regression (maybe otto update?)zelig2015-03-271-1/+1
* cli test: fix test newJSRE interactive argumentzelig2015-03-271-1/+1
* cli: implement ethereum presale wallet import via clizelig2015-03-271-27/+47
* cli: help formattingzelig2015-03-272-14/+19
* cli: fix liner not closing (spuriously opened) in noninteractive jsrezelig2015-03-272-4/+4
* unlocking coinbasezelig2015-03-271-1/+4
* import/export accountszelig2015-03-272-30/+152
* bumpobscuren2015-03-271-1/+1
* updated web3.jsobscuren2015-03-261-0/+0
* Updated example for new ethereum.jsobscuren2015-03-261-4/+4
* Godep issue?obscuren2015-03-261-1/+1
* updated ethereum.jsobscuren2015-03-251-0/+0
* Removed full pathobscuren2015-03-251-1/+1
* bumpobscuren2015-03-251-2/+2
* fixed testobscuren2015-03-251-3/+13
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-252-11/+15
* fixed testsobscuren2015-03-241-4/+4
* Merge pull request #552 from ethersphere/jsonlogTaylor Gerring2015-03-241-5/+4
|\
| * fix ethtest loggingzelig2015-03-241-5/+4
* | Add Close() method to EthereumApiTaylor Gerring2015-03-241-0/+1
|/
* moved state and vm to coreobscuren2015-03-236-8/+8
* Fix new types for blocktests and comment out non-working log level setterGustav Simonsson2015-03-231-1/+1
* gofmtGustav Simonsson2015-03-231-1/+1
* Add validation of post state accounts to block testsGustav Simonsson2015-03-231-2/+9
* In blocktest cmd, disable network and add RPC flagGustav Simonsson2015-03-232-5/+12
* Merge pull request #548 from tgerring/typescleanupJeffrey Wilcke2015-03-234-10/+10
|\
| * Fix Mist types build errorsTaylor Gerring2015-03-224-10/+10
* | Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-233-3/+10
|\ \
| * | using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-203-4/+11
* | | Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into eth...obscuren2015-03-232-6/+6
|\ \ \ | |_|/ |/| |
| * | independent flag for json structured loggingzelig2015-03-222-6/+6
* | | bumpobscuren2015-03-221-1/+1
* | | converted to proper typesobscuren2015-03-221-29/+29
|/ /
* | Merge branch 'develop' into conversionobscuren2015-03-211-2/+2
|\ \
| * | %#x => %xobscuren2015-03-201-1/+1
| |/
| * testobscuren2015-03-201-1/+1
* | 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
|\ \ \ \ | | |_|/ | |/| |