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
zelig
f9abcee0f9
fix solc tests unskip
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
0864f1fc8e
Remove unused confirm() method
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
obscuren
59c0d01418
core: chain manager no longer exports genesis block
10 years ago
Taylor Gerring
fe41bd6fe8
Add "removedb" command to Geth
...
Removes the state and blockchain databases
10 years ago
obscuren
c67424ecc8
core: parallelise nonce checking when processing blocks
...
ChainManager now uses a parallel approach to block processing where all
nonces are checked seperatly from the block processing process. This
speeds up the process by about 3 times on my i7
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
obscuren
55d85d60fd
eth, cmd/geth: start mining from console respects CLI flag
10 years ago
Felix Lange
559cc02313
cmd/geth: use plain keystore for JS tests
...
This reduces the time it takes to run the tests back to 3 seconds.
10 years ago
Bas van Kervel
1fa48bc5e7
Introduced default unlock duration when an account is unlocked from the console
10 years ago
Felix Lange
5f706cd7f5
cmd/utils: print messages from package log through glog
...
Some of the dependencies use package log. This change ensures that the
log output looks uniform and respects glog flags.
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
e389585f1f
Change default keystore dir
10 years ago
Gustav Simonsson
231fe04f03
Fix address type in js test
10 years ago
Gustav Simonsson
2c1b0ff17e
Update key store to new spec but keep address field for now
...
* Also fix address types post-rebase
10 years ago
Gustav Simonsson
da9fe951da
Use common.Address type for accounts.Address
10 years ago
obscuren
dca290d525
sol: skipped source checking step
10 years ago
Bas van Kervel
95773b9673
removed redundant newlines in import block
10 years ago
Bas van Kervel
b79dd188d9
replaced several path.* with filepath.* which is platform independent
10 years ago
obscuren
66de3f0aa8
xeth, rpc: implement eth_estimateGas. Closes #930
10 years ago
zelig
03bf902b92
compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed
10 years ago
obscuren
97dd4551ef
miner, cmd/geth: miner will not ignored owned account transactions
...
Miner does not ignore low gas txs from accounts that are owned.
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
45dc690947
cmd/mist: version bump
10 years ago
obscuren
658ac3c257
cmd/geth: bump version 0.9.18
10 years ago
obscuren
13ddf20bd2
miner, cmd/geth: settable gas price from flags and console
...
* --gasprice "<num>" flag
* admin.miner.setGasPrice( <num> )
10 years ago
obscuren
cb1fa523e4
cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity
10 years ago
Daniel A. Nagy
1fe70a66ba
Signature test.
10 years ago
obscuren
c8fc4cebe6
version 0.9.17
10 years ago
Felix Lange
e45d9bb29d
cmd/utils: bump default maxpeers to 25
...
This should improve ethereum block propagation times since
we're not not broadcasting blocks to 100% of peers.
10 years ago
obscuren
f6e71b5749
updated ethereum.js
10 years ago
obscuren
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
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
Gustav Simonsson
7bc1f487b8
Unskip now working tests, remove debug print
10 years ago
obscuren
b719801db0
cmd/geth: gofmt screwup fix
10 years ago
obscuren
458d891c63
cmd/geth: version bump
10 years ago
obscuren
05ac1209c7
cmd/geth: limit `pendingTransactions` to owned accounts.
10 years ago
obscuren
eb4029257a
cmd/mist: updated xeth transact
10 years ago