aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/usage.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.10] cmd, core, eth, params: implement flags to control dao fork ↵Péter Szilágyi2016-07-161-1/+0
| | | | | | blocks (cherry picked from commit 6060e098c929792f455d7f580ed91e914d28cf3b)
* [release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-1/+0
| | | | This reverts commit aefffc9ed8ca60ebe58e06066b30f1283493f488.
* [release/1.4.8] core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-241-0/+1
| | | | (cherry picked from commit ba784bdf36f2daf7827ec1ec864f3393ba8d86a0)
* [release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-141-1/+1
| | | | (cherry picked from commit 861add3d72bcfc6c6a8976eb82dc3e7b5288883e)
* [release/1.4.6] cmd, console: split off the console into a reusable packagePéter Szilágyi2016-06-061-1/+1
| | | | (cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a)
* cmd: add a `--fakepow` flag to help benchmarking database changesPéter Szilágyi2016-04-211-2/+5
|
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-121-1/+1
|\ | | | | rpc: several fixes and support for optional arguments
| * rpc: various fixes/enhancementsBas van Kervel2016-04-121-1/+1
| | | | | | | | | | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
* | cmd/geth: add JS preload parameterBas van Kervel2016-04-111-0/+1
|/
* cmd/geth: add missing gas target flag (fixing 0 convergence issue)Péter Szilágyi2016-04-041-1/+1
|
* core: added basic chain configurationJeffrey Wilcke2016-04-011-0/+1
| | | | | | | | | Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-1/+0
| | | | | The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
* cmd/utils: add --keystoreKobi Gurkan2016-03-081-0/+1
|
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-10/+3
| | | | | | The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-2/+6
|
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+1
|
* cmd/geth, cmd/utils: surface the light KDF flag to the CLIPéter Szilágyi2015-11-101-0/+1
|
* cmd/geth, cmd/utils, eth: group CLI flags by purposePéter Szilágyi2015-10-301-0/+212