Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1228 from obscuren/vm-optimisations | Jeffrey Wilcke | 2015-06-11 | 1 | -2/+5 |
|\ | | | | | core/vm: optimisations | ||||
| * | cmd/geth: Added optional debug flag for reprocess block | obscuren | 2015-06-11 | 1 | -2/+5 |
| | | |||||
* | | cmd/geth: round the import ETA before converting to string | Péter Szilágyi | 2015-06-10 | 1 | -1/+1 |
| | | |||||
* | | cmd/geth, eth/downloader: rough guess at the import eta | Péter Szilágyi | 2015-06-10 | 1 | -2/+7 |
| | | |||||
* | | cmd/geth, eth/downloader: collect and report import progress too | Péter Szilágyi | 2015-06-10 | 1 | -4/+4 |
|/ | |||||
* | wip | obscuren | 2015-06-04 | 1 | -2/+66 |
| | |||||
* | Add missing err checks on From() (skip RPC for now) | Gustav Simonsson | 2015-06-02 | 1 | -1/+0 |
| | |||||
* | cmd/geth: expand admin.progress() to something meaningful | Péter Szilágyi | 2015-05-27 | 1 | -2/+2 |
| | |||||
* | cmd/geth, core: Updated DB version & seedhash debug method | obscuren | 2015-05-27 | 1 | -1/+24 |
| | |||||
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 1 | -17/+28 |
| | | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop. | ||||
* | automatic DAG pregeneration for smooth epoch transitions | zelig | 2015-05-21 | 1 | -0/+32 |
| | | | | | | | | - 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 | ||||
* | fix eth.sign. now implemented in admin jsre until web3.js has it . | zelig | 2015-05-20 | 1 | -0/+25 |
| | |||||
* | Refactor user prompts into utils | Taylor Gerring | 2015-05-19 | 1 | -3/+3 |
| | |||||
* | eth, cmd/geth: start mining from console respects CLI flag | obscuren | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Introduced default unlock duration when an account is unlocked from the console | Bas van Kervel | 2015-05-14 | 1 | -0/+5 |
| | |||||
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
| | | | | * Also fix address types post-rebase | ||||
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | miner, cmd/geth: miner will not ignored owned account transactions | obscuren | 2015-05-12 | 1 | -4/+13 |
| | | | | Miner does not ignore low gas txs from accounts that are owned. | ||||
* | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 1 | -3/+2 |
| | | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916) | ||||
* | miner, cmd/geth: settable gas price from flags and console | obscuren | 2015-05-09 | 1 | -0/+12 |
| | | | | | * --gasprice "<num>" flag * admin.miner.setGasPrice( <num> ) | ||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -61/+285 |
| | | | | | | | | | | | | | * 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 | ||||
* | fixed merge issue | obscuren | 2015-05-07 | 1 | -3/+3 |
|\ | |||||
| * | cmd, eth, p2p: fix review issues enumerated by Felix | Péter Szilágyi | 2015-04-30 | 1 | -3/+3 |
| | | |||||
| * | cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers | Péter Szilágyi | 2015-04-30 | 1 | -3/+3 |
| | | |||||
* | | cmd/geth: limit `pendingTransactions` to owned accounts. | obscuren | 2015-05-07 | 1 | -33/+53 |
| | | |||||
* | | cmd/geth: admin, switched price with limit in arguments | obscuren | 2015-05-07 | 1 | -2/+2 |
| | | |||||
* | | cmd/geth: implemented resending transaction with different gas settings | obscuren | 2015-05-07 | 1 | -0/+83 |
|/ | |||||
* | cli/js console: if corsDomain is not given to startRpc, we fall back to ↵ | zelig | 2015-04-24 | 1 | -1/+2 |
| | | | | value set on command line with `-corsDomain` | ||||
* | cli: clean up flag descriptions, usage docs, account list uses primary and ↵ | zelig | 2015-04-24 | 1 | -4/+0 |
| | | | | indexes, add help line to account subcnd usage | ||||
* | js console: add cors domain optional argument to startRpc | zelig | 2015-04-24 | 1 | -1/+10 |
| | |||||
* | cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug | zelig | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | cmd/geth: improve the JS tests | Felix Lange | 2015-04-22 | 1 | -22/+3 |
| | | | | | These changes ensure that the JS tests run without networking and fixes the block chain export and its associated test. | ||||
* | Merge pull request #734 from bas-vk/issue-729 | Jeffrey Wilcke | 2015-04-21 | 1 | -0/+8 |
|\ | | | | | admin.StopRPC added to console | ||||
| * | admin.stopRPC support added which stops the RPC HTTP listener | Bas van Kervel | 2015-04-16 | 1 | -0/+8 |
| | | |||||
* | | geth: added a `admin.debug.block` command which reprocess the block | obscuren | 2015-04-20 | 1 | -0/+25 |
| | | |||||
* | | core: added chain head reset to known block | obscuren | 2015-04-20 | 1 | -10/+37 |
| | | |||||
* | | geth: admin download status | obscuren | 2015-04-20 | 1 | -0/+7 |
| | | |||||
* | | geth: added getBlockRlp for dumping block in rlp format | obscuren | 2015-04-19 | 1 | -0/+26 |
|/ | |||||
* | geth: added print block to admin | obscuren | 2015-04-14 | 1 | -1/+32 |
| | |||||
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -3/+24 |
| | | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes | ||||
* | removed hash rate from info log. Added hashrate js func | obscuren | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | set backtrace during runtime | obscuren | 2015-04-05 | 1 | -0/+12 |
| | |||||
* | added verbosity to js admin | obscuren | 2015-04-04 | 1 | -0/+13 |
| | |||||
* | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 1 | -5/+11 |
| | | | | New RpcConfig object to pass growing config | ||||
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -3/+2 |
| | |||||
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+256 |