| Commit message (Expand) | Author | Age | Files | Lines |
* | conversions. -compilable- | obscuren | 2015-03-18 | 2 | -3/+3 |
* | bump | obscuren | 2015-03-18 | 1 | -1/+1 |
* | remove long-running mining test, ethutil -> common | zelig | 2015-03-16 | 2 | -46/+8 |
* | Merge branch 'frontier/js' into frontier/nodeadmin.js | zelig | 2015-03-16 | 2 | -8/+8 |
|\ |
|
| * | we do not use the name Frontier Console | zelig | 2015-03-16 | 1 | -4/+4 |
| * | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 2 | -5/+5 |
| |\ |
|
| | * | Moved ethutil => common | obscuren | 2015-03-16 | 3 | -8/+8 |
* | | | node admin interface for Frontier Console, see spec https://github.com/ethere... | zelig | 2015-03-15 | 3 | -0/+550 |
|/ / |
|
* / | CLI: | zelig | 2015-03-15 | 2 | -130/+87 |
|/ |
|
* | merge | obscuren | 2015-03-15 | 2 | -8/+77 |
|\ |
|
| * | cmd/ethereum: add blocktest command | Felix Lange | 2015-03-14 | 2 | -0/+67 |
| * | cmd/utils: GetEthereum -> MakeEthConfig | Felix Lange | 2015-03-14 | 1 | -8/+10 |
* | | Support for addresses with or without 0x. Fixes #472 | Maran | 2015-03-14 | 1 | -1/+1 |
|/ |
|
* | cmd/ethereum: remove extra check for 'no accounts' error | Felix Lange | 2015-03-12 | 1 | -9/+2 |
* | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 2 | -3/+5 |
* | merge | obscuren | 2015-03-12 | 1 | -13/+18 |
|\ |
|
| * | cmd/ethereum: add a flag to switch to unencrytped keystore | Felix Lange | 2015-03-11 | 1 | -13/+18 |
* | | Reverted global | obscuren | 2015-03-11 | 1 | -1/+1 |
* | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 2 | -127/+232 |
|\| |
|
| * | Merge branch origin/develop into accounts-integration | Felix Lange | 2015-03-11 | 1 | -11/+32 |
| |\
| |/
|/| |
|
| * | cmd/ethereum: show some help before prompting for encryption passphrase | Felix Lange | 2015-03-10 | 1 | -0/+3 |
| * | cmd/ethereum: show more helpful message if no accounts exist | Felix Lange | 2015-03-10 | 1 | -2/+17 |
| * | cmd/ethereum: fix line editing setup and history | Felix Lange | 2015-03-10 | 1 | -6/+11 |
| * | cmd/ethereum: remove "prompter" in identifiers | Felix Lange | 2015-03-10 | 1 | -9/+10 |
| * | cmd/ethereum: unlock accounts on JS REPL | Felix Lange | 2015-03-10 | 2 | -104/+111 |
| * | cmd/ethereum: allow multiple js files | Felix Lange | 2015-03-10 | 1 | -5/+5 |
| * | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 2 | -8/+9 |
| |\ |
|
| * | | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -3/+1 |
| * | | cmd/utils: add NewApp | Felix Lange | 2015-03-10 | 1 | -5/+1 |
| * | | cmd/ethereum: add account commands | Felix Lange | 2015-03-07 | 1 | -8/+71 |
* | | | Merge pull request #438 from ethersphere/poc9/cli | Jeffrey Wilcke | 2015-03-10 | 1 | -11/+32 |
|\ \ \
| |_|/
|/| | |
|
| * | | version output | zelig | 2015-03-08 | 1 | -5/+7 |
| * | | add export blockchain subcommand, remove BlockDo | zelig | 2015-03-08 | 1 | -6/+25 |
* | | | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -2/+2 |
|/ / |
|
* | | Bump v | obscuren | 2015-03-08 | 1 | -1/+1 |
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 2 | -4/+4 |
* | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 1 | -1/+2 |
|/ |
|
* | cmd/ethereum: fix JS REPL exit and add support for dumb terminals | Felix Lange | 2015-03-06 | 2 | -31/+60 |
* | cmd/ethereum: new JS repl with cross-platform line editing | Felix Lange | 2015-03-06 | 7 | -538/+209 |
* | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 3 | -263/+156 |
* | ethutil: remove Config variable | Felix Lange | 2015-03-06 | 1 | -1/+1 |
* | Clean up REPL | obscuren | 2015-03-04 | 4 | -37/+127 |
* | Merge branch 'develop' into poc-9 | obscuren | 2015-03-04 | 1 | -1/+0 |
|\ |
|
| * | removed double flag. Closes #421 | obscuren | 2015-03-04 | 1 | -1/+0 |
* | | updated genesis | obscuren | 2015-03-04 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #411 from ethersphere/readme | Jeffrey Wilcke | 2015-03-04 | 1 | -4/+5 |
|\ |
|
| * | minor cleanup | zelig | 2015-03-03 | 1 | -4/+5 |
* | | Merge branch 'develop' of github.com:ethereum/go-ethereum into removews | Taylor Gerring | 2015-03-02 | 3 | -52/+67 |
|\| |
|
| * | Fixed miner threads for ethereum CLI | obscuren | 2015-03-01 | 2 | -18/+22 |
| * | Merge pull request #402 from tgerring/rpcupdates | Jeffrey Wilcke | 2015-03-01 | 2 | -35/+37 |
| |\ |
|
| | * | Add flag to set RPC port | Taylor Gerring | 2015-02-28 | 2 | -35/+37 |
| * | | Unused variable | obscuren | 2015-03-01 | 1 | -1/+0 |
| * | | Removed some methods from the JS REPL | obscuren | 2015-03-01 | 3 | -0/+10 |
| |/ |
|
* / | Remove Websockets RPC transport | Taylor Gerring | 2015-03-01 | 2 | -7/+0 |
|/ |
|
* | Bump | obscuren | 2015-02-27 | 1 | -1/+1 |
* | Implement OS sensitive dataDirs | Maran | 2015-02-23 | 1 | -8/+3 |
* | Bump | obscuren | 2015-02-22 | 1 | -1/+1 |
* | reverted back to proper version number | obscuren | 2015-02-21 | 1 | -1/+1 |
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -1/+1 |
* | Merge pull request #339 from tgerring/jsonlog | Taylor Gerring | 2015-02-19 | 1 | -0/+1 |
|\ |
|
| * | Re-add LogFormat to Config | Taylor Gerring | 2015-02-18 | 1 | -0/+1 |
* | | Disabled ability to disable whisper. Closes #334 | obscuren | 2015-02-18 | 2 | -2/+2 |
|/ |
|
* | Fixed issue in peer window | obscuren | 2015-02-14 | 1 | -1/+1 |
* | wip | obscuren | 2015-02-13 | 2 | -26/+53 |
|\ |
|
| * | cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat | Felix Lange | 2015-02-13 | 2 | -18/+20 |
| * | cmd/mist, cmd/ethereum: add CLI arguments for node key | Felix Lange | 2015-02-10 | 2 | -7/+33 |
| * | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes | Felix Lange | 2015-02-07 | 2 | -3/+4 |
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -3/+2 |
* | | merge | obscuren | 2015-02-13 | 2 | -6/+8 |
|\| |
|
| * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-06 | 2 | -3/+3 |
| |\ |
|
| | * | Move hardcoded seed node address to app flag | Taylor Gerring | 2015-02-03 | 2 | -3/+3 |
| * | | Use different default RPC port per #186 | Taylor Gerring | 2015-02-05 | 1 | -1/+1 |
| |/ |
|
| * | Bumped version number | obscuren | 2015-01-30 | 1 | -1/+1 |
| * | Update CLI to use new Websocket RPC | Taylor Gerring | 2015-01-28 | 2 | -1/+3 |
* | | Add LogFormat flag | Taylor Gerring | 2015-01-22 | 2 | -0/+3 |
|/ |
|
* | Add defer rescued back in | obscuren | 2015-01-16 | 1 | -0/+5 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+3 |
* | Added version flag | obscuren | 2015-01-07 | 2 | -0/+17 |
* | Added license headers | obscuren | 2015-01-06 | 3 | -49/+58 |
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 1 | -1/+1 |
* | Merge | obscuren | 2015-01-06 | 2 | -8/+14 |
* | Version bump | obscuren | 2015-01-04 | 1 | -1/+1 |
* | Cleaned up some of that util | obscuren | 2015-01-04 | 1 | -30/+18 |
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -0/+1 |
* | export => import | obscuren | 2014-12-24 | 1 | -1/+1 |
* | merge | obscuren | 2014-12-24 | 1 | -1/+1 |
|\ |
|
| * | Bump | obscuren | 2014-12-24 | 1 | -1/+1 |
* | | Switched to new trie | obscuren | 2014-12-24 | 1 | -3/+3 |
* | | Moved import to utils | obscuren | 2014-12-23 | 1 | -18/+2 |
* | | Close the file | obscuren | 2014-12-23 | 1 | -0/+2 |
* | | Decode from stream directly | obscuren | 2014-12-23 | 1 | -3/+2 |
* | | Chain importer | obscuren | 2014-12-23 | 2 | -1/+29 |
* | | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -6/+0 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-20 | 2 | -2/+2 |
|\| |
|
| * | Increased peer from 10 to 30 | obscuren | 2014-12-20 | 1 | -1/+1 |
| * | version bump | obscuren | 2014-12-19 | 1 | -1/+1 |
* | | Merged develop | obscuren | 2014-12-18 | 1 | -1/+1 |
|\| |
|
| * | Updated to new methods | obscuren | 2014-12-18 | 1 | -1/+1 |
* | | resolve merge conflict hell | zelig | 2014-12-15 | 1 | -5/+0 |
* | | adapt cmd/cli to new backend | zelig | 2014-12-15 | 1 | -0/+5 |
* | | new cli options | zelig | 2014-12-15 | 2 | -4/+6 |
* | | import eth pkg | zelig | 2014-12-15 | 2 | -2/+2 |
|/ |
|
* | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -1/+1 |
* | Upped protocol version | obscuren | 2014-12-04 | 1 | -1/+1 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -1/+1 |
* | merge | obscuren | 2014-12-03 | 1 | -1/+1 |
|\ |
|
| * | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 1 | -1/+1 |
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -1/+2 |
|\| |
|
| * | updated PV | obscuren | 2014-11-29 | 1 | -1/+1 |
| * | Updated main.go - fix for broken develop build | Eric Robitaille | 2014-11-21 | 1 | -1/+1 |
* | | Fixed tests for 'types' | obscuren | 2014-11-19 | 1 | -3/+2 |
* | | formatting update per gofmt | Taylor Gerring | 2014-11-16 | 1 | -7/+7 |
* | | Remove failing Printf | Taylor Gerring | 2014-11-15 | 1 | -1/+2 |
|/ |
|
* | Version bump | obscuren | 2014-11-14 | 1 | -1/+1 |
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -1/+1 |
* | Version bump | obscuren | 2014-11-04 | 1 | -1/+1 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -2/+1 |
* | Moved utils to cmd | obscuren | 2014-10-31 | 2 | -2/+2 |
* | ethlog => logger | obscuren | 2014-10-31 | 4 | -10/+11 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -2/+2 |
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -0/+2 |
* | cmd/*: add license headers | Felix Lange | 2014-10-23 | 7 | -0/+119 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 8 | -0/+621 |