Bas van Kervel
862117e4bd
changed send methods for backwards compatability in geth console
10 years ago
Bas van Kervel
a1a475fb92
added console command
10 years ago
Bas van Kervel
2a0d888326
added API/IPC commandline flags
10 years ago
obscuren
7e58949c3f
cmd/geth: develop version bump 0.9.29
10 years ago
obscuren
93f4852844
cmd/geth: bumped version number 0.9.28
10 years ago
obscuren
6244b10a8f
core: settable genesis nonce
...
You can set the nonce of the block with `--genesisnonce`. When the
genesis nonce changes and it doesn't match with the first block in your
database it will fail. A new `datadir` must be given if the nonce of the
genesis block changes.
10 years ago
obscuren
43ceb0f5c7
cmd/geth: version bump 0.9.27
10 years ago
obscuren
d51d74eb55
cmd/geth: bump version v0.9.26
10 years ago
Gustav Simonsson
9138955ba5
Validate account length and avoid slicing in logging
10 years ago
Felix Lange
74706a0f02
cmd/geth, cmd/utils: rename utils.Get* -> utils.Make*
...
The renaming should make it clearer that these functions create a new
instance for every call. @obscuren suggested this renaming a while ago.
10 years ago
Felix Lange
651030c98d
cmd/geth: move blockchain commands to chaincmd.go
10 years ago
Felix Lange
3b9808f23c
cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedb
...
The blockchain commands don't need the full stack. With this change,
p2p, miner, downloader, etc are no longer started for blockchain
operations.
10 years ago
obscuren
2c532a7255
cmd/geth: bump version 0.9.25
10 years ago
obscuren
222249e622
cmd/geth: Flush instead of close. This solves a nil ptr error
10 years ago
Péter Szilágyi
e1a0ee8fc5
cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag
10 years ago
obscuren
d74ee40c86
cmd/geth: bumped version to 0.9.24
10 years ago
obscuren
0a85260bcd
cmd/geth: bumped version to 0.9.24
10 years ago
obscuren
4600ecb5c7
cmd/geth: bump version 0.9.23
10 years ago
zelig
bed80133e0
automatic DAG pregeneration for smooth epoch transitions
...
- backend: AutoDAG bool flag passed from cli/eth.Config to ethereum, autoDAG loop started if true
- backend: autoDAG loop start/stop, remove previous DAG
- cli: AutoDAG bool flag, off by default, but automatically ON if mining
- admin jsre: add startAutoDAG stopAutoDAG and makeDAG in miner section
- switch on/off DAG autogeneration when miner started/stopped on console
10 years ago
zelig
d92172f3d4
add usage doc to wallet import
10 years ago
zelig
22b694ee1e
solc now in ethereum, fixes solc path setting; setSolc() didnt work
10 years ago
Taylor Gerring
32b8565022
Support multiple account unlock attempts
10 years ago
Taylor Gerring
af8ada45e7
Allow unlocking multiple accounts #1045
...
Separate accounts with spaces when using --unlock
10 years ago
Taylor Gerring
f14feea436
Refactor user prompts into utils
10 years ago
Taylor Gerring
36a4ba3248
Add user confirmation for removedb
10 years ago
Taylor Gerring
fe41bd6fe8
Add "removedb" command to Geth
...
Removes the state and blockchain databases
10 years ago
obscuren
3a51d5e80c
cmd/geth: fixed ver num
10 years ago
obscuren
28ba374f27
cmd/geth: delete state db on upgradedb command
10 years ago
obscuren
ad7b0efbd3
cmd/geth: hotfix bump
10 years ago
obscuren
7ea76fcf99
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
10 years ago
Bas van Kervel
e30e9fe979
removed invalid filename characters
10 years ago
Gustav Simonsson
b5b53d8b32
Fix hex conversion in --unlock and log when successful
10 years ago
obscuren
36ce54e5dc
cmd/geth: bump version to 0.9.20
10 years ago
Gustav Simonsson
da9fe951da
Use common.Address type for accounts.Address
10 years ago
Bas van Kervel
b79dd188d9
replaced several path.* with filepath.* which is platform independent
10 years ago
obscuren
21e52efdfe
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
...
Miner threads are now settable through the admin interface (closes #897 )
and specify 0 CPU worker threads when eth_getWork is called (closes #916 )
10 years ago
obscuren
7551264fa6
cmd/geth, cmd/mist: version 0.9.19
10 years ago
obscuren
658ac3c257
cmd/geth: bump version 0.9.18
10 years ago
obscuren
cb1fa523e4
cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity
10 years ago
obscuren
c8fc4cebe6
version 0.9.17
10 years ago
Péter Szilágyi
4d5a719f25
cmd, eth, p2p: introduce pending peer cli arg, add tests
10 years ago
zelig
009b221692
solidity compiler and contract metadocs integration
...
* common/compiler: solidity compiler + tests
* rpc: eth_compilers, eth_compileSolidity + tests
* fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
* resolver implements registrars and needs to create reg contract (temp)
* xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
* ethereumApi: implement compiler related RPC calls using XEth - json struct tests
* admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
* cli: command line flags solc to set custom solc bin path
* js admin api with new features debug and contractInfo modules
* wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
10 years ago
obscuren
b719801db0
cmd/geth: gofmt screwup fix
10 years ago
obscuren
458d891c63
cmd/geth: version bump
10 years ago
Péter Szilágyi
c750ef09e1
cmd/geth: fix #853 colorize console output in windows
10 years ago
Gustav Simonsson
b1cc9cdc74
Integrate new ethash API and change geth makedag cmd
10 years ago
obscuren
ba2236fa51
cmd/geth, eth: bump version & tmp fix for incorrect TD peers
10 years ago
Péter Szilágyi
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
10 years ago
Péter Szilágyi
679c90b873
cmd/geth, cmd/utils, eth: internalize trusted node config file
10 years ago
Péter Szilágyi
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
10 years ago