Péter Szilágyi
3dd46bc884
[release/1.4.10] cmd, core, eth, params: implement flags to control dao fork blocks
...
(cherry picked from commit 6060e098c9
)
8 years ago
Péter Szilágyi
3eef19598e
[release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code"
...
This reverts commit aefffc9ed8
.
9 years ago
Péter Szilágyi
aefffc9ed8
[release/1.4.8] core: update DAO soft-fork number, clean up the code
...
(cherry picked from commit ba784bdf36
)
9 years ago
Bas van Kervel
c89fa789b7
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
...
(cherry picked from commit 861add3d72
)
9 years ago
Péter Szilágyi
c39de61a0a
[release/1.4.6] cmd, console: split off the console into a reusable package
...
(cherry picked from commit ffaf58f0a9
)
9 years ago
Péter Szilágyi
b06f44ecc2
cmd: add a `--fakepow` flag to help benchmarking database changes
9 years ago
Bas van Kervel
aa9fff3e68
rpc: various fixes/enhancements
...
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
9 years ago
Bas van Kervel
3c5329599c
cmd/geth: add JS preload parameter
9 years ago
Péter Szilágyi
c90fc3503d
cmd/geth: add missing gas target flag (fixing 0 convergence issue)
9 years ago
Jeffrey Wilcke
f0cbebb19f
core: added basic chain configuration
...
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.
9 years ago
Jeffrey Wilcke
14013372ae
core: Added EVM configuration options
...
The EVM is now initialised with an additional configured object that
allows you to turn on debugging options.
9 years ago
Kobi Gurkan
627c2311fb
cmd/utils: add --keystore
9 years ago
Péter Szilágyi
900e124bee
cmd, common, node, rpc: rework naming convention to canonical one
9 years ago
Péter Szilágyi
7486904b92
cmd, node, rpc: move websockets into node, break singleton
9 years ago
Felix Lange
3750d835a1
internal/debug: APIs for profiling and tracing
...
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.
9 years ago
Bas van Kervel
19b2640e89
rpc: migrated the RPC insterface to a new reflection based RPC layer
9 years ago
Bas van Kervel
eae81465c1
rpc: new RPC implementation with pub/sub support
9 years ago
Péter Szilágyi
9aa77a3769
cmd/geth, cmd/utils: surface the light KDF flag to the CLI
9 years ago
Péter Szilágyi
3c6e285d3b
cmd/geth, cmd/utils, eth: group CLI flags by purpose
9 years ago