Felix Lange
|
bfbcfbe4a9
|
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a .
|
2015-07-23 18:35:11 +02:00 |
|
Felix Lange
|
3f047be5aa
|
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
2015-07-22 18:51:45 +02:00 |
|
Felix Lange
|
ea54283b30
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
Jeffrey Wilcke
|
61ca780f3b
|
core: reduce CPU load by reducing calls to checkQueue
* 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.
|
2015-06-30 14:01:12 +02:00 |
|
Bas van Kervel
|
2e0b56a72b
|
added RPC start/stop support
|
2015-06-22 12:47:32 +02:00 |
|
Bas van Kervel
|
7584e68c21
|
upgrade web3.js with _extend support
|
2015-06-11 14:43:05 +02:00 |
|
Bas van Kervel
|
7e41d7ac51
|
added shh API
|
2015-06-11 14:01:41 +02:00 |
|
Bas van Kervel
|
87b62f75a7
|
added txpool API
|
2015-06-11 14:01:41 +02:00 |
|