Commit Graph

41 Commits (6fb6e6679eb7c329ac9013d0c879a7c4b17daca5)

Author SHA1 Message Date
obscuren 770a0e7839 wip 9 years ago
Gustav Simonsson 147a699c65 Add missing err checks on From() (skip RPC for now) 9 years ago
Péter Szilágyi 3f91ee4ff8 cmd/geth: expand admin.progress() to something meaningful 9 years ago
obscuren b2f2806055 cmd/geth, core: Updated DB version & seedhash debug method 9 years ago
Felix Lange e221a449e0 cmd/geth, jsre, rpc: run all JS code on the event loop 9 years ago
zelig bed80133e0 automatic DAG pregeneration for smooth epoch transitions 9 years ago
zelig 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . 9 years ago
Taylor Gerring f14feea436 Refactor user prompts into utils 9 years ago
obscuren 55d85d60fd eth, cmd/geth: start mining from console respects CLI flag 9 years ago
Bas van Kervel 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console 9 years ago
Gustav Simonsson 2c1b0ff17e Update key store to new spec but keep address field for now 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
obscuren 97dd4551ef miner, cmd/geth: miner will not ignored owned account transactions 10 years ago
obscuren 21e52efdfe cmd/geth, miner, backend, xeth: Fixed miner threads to be settable 10 years ago
obscuren 13ddf20bd2 miner, cmd/geth: settable gas price from flags and console 10 years ago
zelig 009b221692 solidity compiler and contract metadocs integration 10 years ago
obscuren 05ac1209c7 cmd/geth: limit `pendingTransactions` to owned accounts. 10 years ago
obscuren 5ebc22807c cmd/geth: admin, switched price with limit in arguments 10 years ago
obscuren 7fed424435 cmd/geth: implemented resending transaction with different gas settings 10 years ago
Péter Szilágyi 701591b403 cmd, eth, p2p: fix review issues enumerated by Felix 10 years ago
Péter Szilágyi de0549fabb cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers 10 years ago
zelig 6b1b5a4a2a cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain` 10 years ago
zelig 7b2f25b578 cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage 10 years ago
zelig 22450c069b js console: add cors domain optional argument to startRpc 10 years ago
zelig a3fb41981e cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug 10 years ago
Felix Lange e1f616fadf cmd/geth: improve the JS tests 10 years ago
obscuren 76025cc424 geth: added a `admin.debug.block` command which reprocess the block 10 years ago
obscuren 45da3e17e2 core: added chain head reset to known block 10 years ago
obscuren 5dd56bb474 geth: admin download status 10 years ago
obscuren 6e1aa91aaf geth: added getBlockRlp for dumping block in rlp format 10 years ago
Bas van Kervel 57f93d25bd admin.stopRPC support added which stops the RPC HTTP listener 10 years ago
obscuren 13eb46ea94 geth: added print block to admin 10 years ago
obscuren 9c55576c7b Block header changed & console miner control 10 years ago
obscuren 50edd4243e removed hash rate from info log. Added hashrate js func 10 years ago
obscuren 5dc5e66986 set backtrace during runtime 10 years ago
obscuren c20d04ca67 added verbosity to js admin 10 years ago
Taylor Gerring 04a7c4ae1e Abstract http into rpc package 10 years ago
Taylor Gerring e29396b691 Use ExtraDB for storage. Fixes #577 10 years ago
obscuren b0b0939879 renamed ethereum => geth 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
zsfelfoldi 8324b683b4 using robertkrimen/otto, godeps updated 10 years ago
Felix Lange 064279c0ec cmd/ethereum, cmd/utils: partial fix for chain import 10 years ago
obscuren 0a1eeca41e conversions. -compilable- 10 years ago
zelig 17cd7a5817 remove long-running mining test, ethutil -> common 10 years ago
zelig 132e87a707 node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console 10 years ago