Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | ||||
| * | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -2/+2 |
| | | | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface. | ||||
| * | 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 |
| | | |||||
* | | 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 |
|/ | |||||
* | cmd/ethereum: fix JS REPL exit and add support for dumb terminals | Felix Lange | 2015-03-06 | 2 | -31/+60 |
| | | | | It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit". | ||||
* | 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 |
| | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon. | ||||
* | ethutil: remove Config variable | Felix Lange | 2015-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New | ||||
* | 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 |
|\ | | | | | [WIP] Update Readme | ||||
| * | 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 |
|\| | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go | ||||
| * | 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 |
| |\ | | | | | | | Set RPC listening address via param | ||||
| | * | 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 |
|\ | | | | | JSON log updates | ||||
| * | 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 |
| | | | | | * Fixed issues where new peer window could cause a crash when entering an empty string | ||||
* | 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 |
| | | | | | | | | This deletes the old NAT implementation. | ||||
| * | 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 |
| | | | | | | | | | | | | Replaces functionality `-seed=true` with `-seed="ip:port"` | ||||
| * | | 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 |
| | | | | | | | | Use “wsport” flag to change default port | ||||
* | | 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 |
| | | | | | | | | * Includes new rlp decoder | ||||
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-20 | 2 | -2/+2 |
|\| | | | | | | | | | Conflicts: cmd/ethereum/flags.go | ||||
| * | 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 flag nat for nat support UPNP|PMP - new flag pmp for PMP gateway IP - add NatType to utils/cmd to get p2p.NAT from nat type string - obsolete usepnp flag - get rid of IsUpToDate and sleep in miner start - ethereum constructor takes nat type, port, maxpeer - add pubkey arg to client identity | ||||
* | | new cli options | zelig | 2014-12-15 | 2 | -4/+6 |
| | | | | | | | | | | | | | | - nat UPNP|PMP - gateway for PMP NAT - obsolete usepnp - add pubkey to client identity | ||||
* | | 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 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | 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 |
| | | | | | | Transaction execution fixes - 60cdb1148c404218846fd39331690658168f4e04 | ||||
* | | 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 |
mist, etheruem have been moved to cmd/ |