- Jun 25, 2015
-
-
Jeffrey Wilcke authored
crypto: key store v3
-
Jeffrey Wilcke authored
Update Ethash Godeps
-
- Jun 24, 2015
-
-
Gustav Simonsson authored
-
Gustav Simonsson authored
* Change password protection crypto in keystore to version 3 * Update KeyStoreTests/basic_tests.json * Add support for PBKDF2 with HMAC-SHA256 * Change MAC and encryption key to avoid unnecessary hashing * Add tests for test vectors in new wiki page defining version 3 * Add tests for new keystore tests in ethereum/tests repo * Move JSON loading util to common for use in both tests and crypto packages * Add backwards compatibility with key store version 1
-
- Jun 23, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth/fetcher: handle and test various DOS attacks
-
Jeffrey Wilcke authored
Integrate console and remove old rpc package structure
-
Jeffrey Wilcke authored
p2p: throttle all discovery lookups
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
- Jun 22, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
- Jun 21, 2015
-
-
Jeffrey Wilcke authored
core, miner, xeth: renamed gas methods
-
Jeffrey Wilcke authored
core, ethdb, trie: validate database errors
-
Felix Lange authored
Lookup calls would spin out of control when network connectivity was lost. The throttling that was in place only took effect when the table returned zero results, which doesn't happen very often. The new throttling should not have a negative impact when the host is online. Lookups against the network take some time and dials for all results must complete or hit the cache before a new one is started. This usually takes longer than four seconds, leaving online lookups unaffected. Fixes #1296
-