- Jun 30, 2015
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Add pendingTransactions and resend
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
core: reduce CPU load by reducing calls to checkQueue
-
Jeffrey Wilcke authored
* Reduced maxQueue count * Added proper deletion past maxQueue limit * Added cheap stats method to txpool queueCheck was called for **every** transaction instead of: 1. add all txs 2. check queue previously 1. add txs[i] 2. check queue 3. if i < len(txs) goto 1.
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
This fixes an issue with the lru cache not being available when calling WriteBlock. WriteBlock previously always assumed to be called from the InsertChain where the lru cache was always created prior to calling WriteBlock. When being called from the worker this could lead in to a nil pointer exception being thrown and causing database corruption.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Jun 29, 2015
-
-
Jeffrey Wilcke authored
Rebased peter's PR
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core: optimisations
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Conflicts: core/chain_manager.go miner/worker.go
-
Zsolt Felföldi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
Felix Lange authored
With blocks now being immutable, use big.Int values from accessor functions instead of copying their results.
-
Felix Lange authored
-