- 24 Jun, 2015 1 commit
- 
- 
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 
 
- 
- 23 Jun, 2015 9 commits
- 
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredeth/fetcher: handle and test various DOS attacks 
- 
Jeffrey Wilcke authoredIntegrate console and remove old rpc package structure 
- 
Jeffrey Wilcke authoredp2p: throttle all discovery lookups 
- 
Bas van Kervel authored
- 
Bas van Kervel authored
- 
Bas van Kervel authored
 
- 
- 22 Jun, 2015 24 commits
- 
- 
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
 
- 
- 21 Jun, 2015 6 commits
- 
- 
Jeffrey Wilcke authoredcore, miner, xeth: renamed gas methods 
- 
Jeffrey Wilcke authoredcore, ethdb, trie: validate database errors 
- 
Felix Lange authoredLookup 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 
- 
obscuren authored
- 
obscuren authored* BuyGas => SubGas * RefundGas => AddGas * SetGasPool => SetGasLimit 
- 
obscuren authored
 
-