- May 12, 2015
-
-
Jeffrey Wilcke authored
compiler, cli/js: fix solidity compiler tests
-
Viktor Trón authored
-
Jeffrey Wilcke authored
eth, ethdb: lower the amount of open files & improve err messages for db
-
Jeffrey Wilcke authored
Closes #880
-
- May 11, 2015
-
-
Jeffrey Wilcke authored
miner, cmd/geth: miner will not ignored owned account transactions
-
Jeffrey Wilcke 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
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
- May 10, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
ethdb: set open file limit to 128 for all leveldbs
-
- May 09, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth: added a cancel method for the downloader
-
Jeffrey Wilcke 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.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner, flags: Configurable gas price & log flag change
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-