Péter Szilágyi
|
821e01b013
cmd/geth, eth/fetcher: initial metrics support
|
10 lat temu |
Bas van Kervel
|
a4a4e9fcf8
removed old rpc structure and added new inproc api client
|
10 lat temu |
Jeffrey Wilcke
|
6609d45ef4
Merge pull request #1228 from obscuren/vm-optimisations
|
10 lat temu |
obscuren
|
9e9bd35557
cmd/geth: Added optional debug flag for reprocess block
|
10 lat temu |
Péter Szilágyi
|
c4af70d0cc
cmd/geth: round the import ETA before converting to string
|
10 lat temu |
Péter Szilágyi
|
271fb20ecb
cmd/geth, eth/downloader: rough guess at the import eta
|
10 lat temu |
Péter Szilágyi
|
b3d5ce7d48
cmd/geth, eth/downloader: collect and report import progress too
|
10 lat temu |
obscuren
|
770a0e7839
wip
|
10 lat temu |
Gustav Simonsson
|
147a699c65
Add missing err checks on From() (skip RPC for now)
|
10 lat temu |
Péter Szilágyi
|
3f91ee4ff8
cmd/geth: expand admin.progress() to something meaningful
|
10 lat temu |
obscuren
|
b2f2806055
cmd/geth, core: Updated DB version & seedhash debug method
|
10 lat temu |
Felix Lange
|
e221a449e0
cmd/geth, jsre, rpc: run all JS code on the event loop
|
10 lat temu |
zelig
|
bed80133e0
automatic DAG pregeneration for smooth epoch transitions
|
10 lat temu |
zelig
|
00f59f5014
fix eth.sign. now implemented in admin jsre until web3.js has it .
|
10 lat temu |
Taylor Gerring
|
f14feea436
Refactor user prompts into utils
|
10 lat temu |
obscuren
|
55d85d60fd
eth, cmd/geth: start mining from console respects CLI flag
|
10 lat temu |
Bas van Kervel
|
1fa48bc5e7
Introduced default unlock duration when an account is unlocked from the console
|
10 lat temu |
Gustav Simonsson
|
2c1b0ff17e
Update key store to new spec but keep address field for now
|
10 lat temu |
Gustav Simonsson
|
da9fe951da
Use common.Address type for accounts.Address
|
10 lat temu |
obscuren
|
97dd4551ef
miner, cmd/geth: miner will not ignored owned account transactions
|
10 lat temu |
obscuren
|
21e52efdfe
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
|
10 lat temu |
obscuren
|
13ddf20bd2
miner, cmd/geth: settable gas price from flags and console
|
10 lat temu |
zelig
|
009b221692
solidity compiler and contract metadocs integration
|
10 lat temu |
obscuren
|
062fa049d0
fixed merge issue
|
10 lat temu |
obscuren
|
05ac1209c7
cmd/geth: limit `pendingTransactions` to owned accounts.
|
10 lat temu |
obscuren
|
5ebc22807c
cmd/geth: admin, switched price with limit in arguments
|
10 lat temu |
obscuren
|
7fed424435
cmd/geth: implemented resending transaction with different gas settings
|
10 lat temu |
Péter Szilágyi
|
701591b403
cmd, eth, p2p: fix review issues enumerated by Felix
|
10 lat temu |
Péter Szilágyi
|
de0549fabb
cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers
|
10 lat temu |
zelig
|
6b1b5a4a2a
cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain`
|
10 lat temu |