3dd46bc884
[release/1.4.10] cmd, core, eth, params: implement flags to control dao fork blocks
...
(cherry picked from commit 6060e098c9
)
2016-07-16 14:29:52 +03:00
3eef19598e
[release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code"
...
This reverts commit aefffc9ed8
.
2016-06-29 11:53:06 +03:00
aefffc9ed8
[release/1.4.8] core: update DAO soft-fork number, clean up the code
...
(cherry picked from commit ba784bdf36
)
2016-06-24 13:18:31 +03:00
c89fa789b7
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
...
(cherry picked from commit 861add3d72
)
2016-06-14 17:11:59 +03:00
c39de61a0a
[release/1.4.6] cmd, console: split off the console into a reusable package
...
(cherry picked from commit ffaf58f0a9
)
2016-06-06 16:21:41 +03:00
b06f44ecc2
cmd: add a --fakepow
flag to help benchmarking database changes
2016-04-21 12:14:57 +03:00
8627680e24
Merge pull request #2359 from bas-vk/rpc-optional-args
...
rpc: several fixes and support for optional arguments
2016-04-12 14:03:21 +02:00
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
2016-04-12 11:02:39 +02:00
3c5329599c
cmd/geth: add JS preload parameter
2016-04-11 13:32:26 +02:00
c90fc3503d
cmd/geth: add missing gas target flag (fixing 0 convergence issue)
2016-04-04 12:04:04 +03:00
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.
2016-04-01 01:01:10 +02:00
14013372ae
core: Added EVM configuration options
...
The EVM is now initialised with an additional configured object that
allows you to turn on debugging options.
2016-03-23 23:02:42 +01:00
627c2311fb
cmd/utils: add --keystore
2016-03-07 14:38:56 -08:00
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.
2016-01-28 13:36:11 +01:00
19b2640e89
rpc: migrated the RPC insterface to a new reflection based RPC layer
2016-01-26 13:51:50 +01:00
eae81465c1
rpc: new RPC implementation with pub/sub support
2015-12-14 16:34:05 +01:00
9aa77a3769
cmd/geth, cmd/utils: surface the light KDF flag to the CLI
2015-11-10 15:47:19 +02:00
3c6e285d3b
cmd/geth, cmd/utils, eth: group CLI flags by purpose
2015-10-30 11:33:12 +02:00