- 15 Mar, 2016 1 commit
- 
- 
Péter Szilágyi authoredcmd/utils, internal/debug: fixes for debugging 
 
- 
- 14 Mar, 2016 4 commits
- 
- 
Jeffrey Wilcke authoredtemplates: added issue template 
- 
Jeffrey Wilcke authored
- 
Péter Szilágyi authoredp2p/nat: fix #2291, NAT discovery did't abort on failure 
- 
Péter Szilágyi authored
 
- 
- 11 Mar, 2016 7 commits
- 
- 
Felix Lange authoredGo 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them. 
- 
Felix Lange authoredSetting runtime.MemProfileRate to 0 through the flag default value makes it impossible to get an 'in-use' profile. 
- 
Jeffrey Wilcke authoredcore: added future proc mutex lock 
- 
Péter Szilágyi authoredcore: cache fresh headers and tds to avoid db trashing 
- 
Jeffrey Wilcke authoredAdded a future lock which prevents the anything being added or removed from or to the set when looping over the set of blocks. This fixes a nil pointer in the range loop when trying to retrieve a block from the set which was previously available but removed due to regular chain processing. Fixes #2305 
- 
Péter Szilágyi authoredGodeps: pull in the leveldb upstream write race fix 
- 
Péter Szilágyi authored
 
- 
- 10 Mar, 2016 8 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth/downloader: fix a throughput estimation data race 
- 
Jeffrey Wilcke authoredcore: create a header chain structure shared by full and light clients 
- 
zsfelfoldi authored
- 
Jeffrey Wilcke authoredcore: announce ChainSideEvent during reorg 
- 
Jeffrey Wilcke authoredGodeps: update goleveldb to fix a compaction data race 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 09 Mar, 2016 2 commits
- 
- 
Péter Szilágyi authoredcmd, eth, ethdb, node: prioritise chaindata for resources, bump cache 
- 
Péter Szilágyi authored
 
- 
- 08 Mar, 2016 6 commits
- 
- 
Jeffrey Wilcke authoredPreviously all blocks that were already in our chain were never re announced as potential uncle block (e.g. ChainSideEvent). This is problematic during mining where you want to gather as much possible uncles as possible increasing the profit. This is now addressed in this PR where during reorganisations of chains the old chain is regarded as uncles. Fixed #2298 
- 
Péter Szilágyi authoredconsole: allow optional password on the command line 
- 
Péter Szilágyi authoredGodeps: pull in ethash future cache generator 
- 
Péter Szilágyi authored
- 
Bas van Kervel authored
- 
Felix Lange authoredAdds --keystore 
 
- 
- 07 Mar, 2016 3 commits
- 
- 
Felix Lange authoredFix path problem with Solidity compile with filepath.Glob on Windows 
- 
Rémy Roy authored
- 
Kobi Gurkan authored
 
- 
- 03 Mar, 2016 2 commits
- 
- 
Jeffrey Wilcke authoredeth: forward empty body responses to the downlaoder 
- 
Péter Szilágyi authored
 
- 
- 02 Mar, 2016 2 commits
- 
- 
Jeffrey Wilcke authoredconsole: cleanup old autocompletations relics 
- 
Péter Szilágyi authoredcore, miner: add PendingStateEvent to track non-log updates. 
 
- 
- 01 Mar, 2016 5 commits
- 
- 
Bas van Kervel authored
- 
Péter Szilágyi authoredrpc: simplify inproc client 
- 
Felix Lange authoredFixes #2277 
- 
Péter Szilágyi authoredcrypto: expose key decryption method to parse a string direclty 
- 
Péter Szilágyi authoredcore: improved check for contract creation 
 
-