- 04 Jun, 2015 17 commits
- 
- 
Felix Lange authored
- 
Felix Lange authoredThis includes a fix adding a timeout to router discovery requests. 
- 
Jeffrey Wilcke authoredtests: log coalescing fixes 
- 
obscuren authored
- 
Jeffrey Wilcke authoredcmd: transaction pool fixes and improvements 
- 
Jeffrey Wilcke authoredeth/downloader: fix #1178, don't request blocks beyond the cache bounds 
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
 
- 
- 03 Jun, 2015 23 commits
- 
- 
obscuren authored
- 
obscuren authoredRemoved the managed tx state from the chain manager to the transaction pool where it's much easier to keep track of nonces (and manage them). The transaction pool now also uses the queue and pending txs differently where queued txs are now moved over to the pending queue (i.e. txs ready for processing and propagation). 
- 
Felix Lange authored
- 
Felix Lange authoredThe transaction pool drops processed transactions on its own during pool maintenance. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
Jeffrey Wilcke authoredAdd missing err checks on From() 
- 
Jeffrey Wilcke authoredcore: re-add parallel nonce checks 
- 
Jeffrey Wilcke authoredcore/vm: improve JUMPDEST analysis 
- 
Jeffrey Wilcke authoredeth/downloader: add a basic block download congestion control 
- 
Jeffrey Wilcke authoredAdd EC signature validations before call to libsecp256k1 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored* JUMPDEST analysis is faster because less type conversions are performed. * The map of JUMPDEST locations is now created lazily at the first JUMP. * The result of the analysis is kept around for recursive invocations through CALL/CALLCODE. Fixes #1147 
- 
Gustav Simonsson authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredcrypto/sha3: pull in latest keccak from go crypto (45% speed increase) 
- 
Péter Szilágyi authored
 
-