Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Websockets RPC transport | Taylor Gerring | 2015-03-01 | 1 | -13/+0 |
| | |||||
* | Cleanup imports | Taylor Gerring | 2015-02-26 | 1 | -3/+0 |
| | |||||
* | DRY DefaultAssetPath() | Taylor Gerring | 2015-02-26 | 1 | -26/+0 |
| | |||||
* | Update osext import path | Taylor Gerring | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -1/+1 |
| | | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found | ||||
* | Implement command line argument to set the amount of agents created by the miner | Maran | 2015-02-19 | 1 | -1/+1 |
| | | | | Defaults to the amount of cores available on the CPU | ||||
* | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes | Felix Lange | 2015-02-07 | 1 | -2/+2 |
| | |||||
* | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -4/+2 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-06 | 1 | -2/+2 |
|\ | |||||
| * | Move hardcoded seed node address to app flag | Taylor Gerring | 2015-02-03 | 1 | -2/+2 |
| | | | | | | | | Replaces functionality `-seed=true` with `-seed="ip:port"` | ||||
* | | Update signature for rpc websockets | Taylor Gerring | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Remove old websocket implementation | Taylor Gerring | 2015-01-29 | 1 | -3/+0 |
| | |||||
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Rename transport to ws | Taylor Gerring | 2015-01-28 | 1 | -1/+1 |
| | | | | Cleanup object naming for clarity | ||||
* | Update CLI to use new Websocket RPC | Taylor Gerring | 2015-01-28 | 1 | -4/+12 |
| | | | | Use “wsport” flag to change default port | ||||
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | Move websockets out of cmd/util | Taylor Gerring | 2015-01-21 | 1 | -0/+8 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+3 |
| | |||||
* | Added license headers | obscuren | 2015-01-06 | 1 | -0/+21 |
| | |||||
* | added shh back in | obscuren | 2015-01-06 | 1 | -1/+5 |
| | |||||
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Cleaned up some of that util | obscuren | 2015-01-04 | 1 | -99/+4 |
| | |||||
* | Switched to new trie | obscuren | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | Moved import to utils | obscuren | 2014-12-23 | 1 | -0/+24 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -1/+1 |
| | | | | * Includes new rlp decoder | ||||
* | resolve merge conflict hell | zelig | 2014-12-15 | 1 | -10/+1 |
| | |||||
* | adapt cmd/cli to new backend | zelig | 2014-12-15 | 1 | -0/+9 |
| | | | | | | | | | | - 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 | ||||
* | adapt to new backend | zelig | 2014-12-15 | 1 | -14/+24 |
| | | | | | | | | | - eth p2p pkgs - new Ethereum initialiser - no caps param - use nat type - add NatType func to map nat type string to p2p.NAT - add pubkey to client identity | ||||
* | Show newly created private key during startup. Closes #126 | obscuren | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Set proper message value | obscuren | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 1 | -1/+1 |
| | | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | ethminer => miner | obscuren | 2014-10-31 | 1 | -9/+9 |
| | |||||
* | ethwire => wire | obscuren | 2014-10-31 | 1 | -4/+4 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved utils to cmd | obscuren | 2014-10-31 | 1 | -0/+327 |