- 12 May, 2015 6 commits
-
-
Bas van Kervel authored
-
Bas van Kervel authored
-
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 6 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
eth: added a cancel method for the downloader
-
obscuren authored
Added a cancel method to the downloader which gracefully shuts down any active syncing process (hash fetching or block downloading) and resets the queue and remove any pending blocks. Issue with the downloader which would stall because of an active ongoing process when an invalid block was found.
-
obscuren authored
-
Jeffrey Wilcke authored
miner, flags: Configurable gas price & log flag change
-
obscuren authored
-