- 12 May, 2015 16 commits
-
-
Gustav Simonsson authored
* Change MAC-then-Encrypt to Encrypt-then-MAC * Change AES256 to AES128 * Use first 16 bytes of KDF derived key for AES and remaining 16 for MAC
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
replaced path with platform aware filepath module
-
Jeffrey Wilcke authored
xeth, rpc: implement eth_estimateGas. Closes #930
-
obscuren authored
-
obscuren authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
obscuren authored
-
Bas van Kervel 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 24 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
-