- Aug 07, 2015
-
-
Jeffrey Wilcke authored
Reduced the amount of state copied that are required by N calls by doing a balance check prior to any state modifications.
-
Jeffrey Wilcke authored
* changed stack and removed stack ptr. Let go decide on slice reuse.
-
- Aug 06, 2015
-
-
Jeffrey Wilcke authored
Fix tests on windows
-
Jeffrey Wilcke authored
trie: hex fix
-
Ethan Buchman authored
-
Jeffrey Wilcke authored
faster hex-prefix codec and string -> []byte
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
They were unused and their tests failed on Windows.
-
Felix Lange authored
Not closing the table used to be fine, but now the table has a database.
-
Ethan Buchman authored
-
- Aug 05, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner, core: sort txs by price, nonce
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, miner: added difficulty bomb
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner: fixed worker race condition
-
- Aug 04, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner: gas limit strategy, target 3141592 & def gas price 50 Shannon
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
fdtrack: hack to track file descriptor usage
-
Jeffrey Wilcke authored
jsre: leave out lines from history possibly containing passwords
-
Jeffrey Wilcke authored
cmd, core, eth: support for the olympic network
-
Felix Lange authored
Package fdtrack logs statistics about open file descriptors. This should help identify the source of #1549.
-
- Aug 03, 2015
-
-
Jeffrey Wilcke authored
Added a --olympic flag which initialiser the olympic protocol settings
-
Felix Lange authored
The disk stats file was not closed after reading.
-
Felix Lange authored
The JSON-RPC server wraps TCP connections in order to be able to shut down them down when RPC is stopped. This is rather scary code. Go 1.3 introduced the http.Server.ConnState hook for such purposes. We can use this facility now that we depend on Go 1.4. There are multiple reasons for the switch apart from making the code less scary: * the TCP listener no longer ticks every second to check a channel * pending requests are allowed to finish after stopping the server * we can time out idle keep-alive connections
-
Jeffrey Wilcke authored
Update ethtest default path for BlockTests
-
Jeffrey Wilcke authored
accounts: bump timeout in TestSignRace
-
Jeffrey Wilcke authored
core: added a running flag to prevent panics in the chainmanager
-
Jeffrey Wilcke authored
core: added default genesis block
-
- Aug 01, 2015
-
-
Jeffrey Wilcke authored
When a user runs a freshly setup geth w/o a database initialised the default genesis block is decoded and inserted in to the database.
-
Jeffrey Wilcke authored
Old transaction after resend was not removed from pool
-
Felix Lange authored
This should fix the flakeyness.
-