- 12 May, 2015 10 commits
-
-
Jeffrey Wilcke authored
xeth, rpc: implement eth_estimateGas. Closes #930
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
Closes #880
-
Jeffrey Wilcke authored
compiler, cli/js: fix solidity compiler tests
-
zelig authored
-
Jeffrey Wilcke authored
eth, ethdb: lower the amount of open files & improve err messages for db
-
obscuren authored
Closes #880
-
- 11 May, 2015 25 commits
-
-
Jeffrey Wilcke authored
miner, cmd/geth: miner will not ignored owned account transactions
-
obscuren authored
Miner does not ignore low gas txs from accounts that are owned.
-
Jeffrey Wilcke authored
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
-
obscuren authored
-
obscuren authored
Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916)
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
eth/downloader: fix #910, thread safe peers & polishes
-
Jeffrey Wilcke authored
Return 32-byte hashes from GetWork
-
Jeffrey Wilcke authored
Signature on arbitrary data using the private keys of an account
-
Taylor Gerring authored
Ensures that the Get Work results are a consistent length. Closes #917
-
Péter Szilágyi authored
-
Daniel A. Nagy authored
-
Péter Szilágyi authored
-
Daniel A. Nagy authored
-
Péter Szilágyi authored
-
Daniel A. Nagy authored
Conflicts: rpc/jeth.go
-
Jeffrey Wilcke authored
core, eth, miner: improved tx removal & fatal error on db sync err
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* core: Added GasPriceChange event * eth: When one of the DB flush methods error a fatal error log message is given. Hopefully this will prevent corrupted databases from occuring. * miner: remove transactions with low gas price. Closes #906, #903
-
Jeffrey Wilcke authored
rpc, xeth: fix #881, gracefully handle offline whisper
-
Péter Szilágyi authored
-
- 10 May, 2015 3 commits
-
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
ethdb: set open file limit to 128 for all leveldbs
-
- 09 May, 2015 2 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
eth: added a cancel method for the downloader
-