- Mar 11, 2016
-
-
Péter Szilágyi authored
core: cache fresh headers and tds to avoid db trashing
-
Péter Szilágyi authored
Godeps: pull in the leveldb upstream write race fix
-
Péter Szilágyi authored
-
- Mar 10, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: fix a throughput estimation data race
-
Jeffrey Wilcke authored
core: create a header chain structure shared by full and light clients
-
Zsolt Felföldi authored
-
Jeffrey Wilcke authored
core: announce ChainSideEvent during reorg
-
Jeffrey Wilcke authored
Godeps: update goleveldb to fix a compaction data race
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 09, 2016
-
-
Péter Szilágyi authored
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
-
Péter Szilágyi authored
-
- Mar 08, 2016
-
-
Jeffrey Wilcke authored
Previously 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 authored
console: allow optional password on the command line
-
Péter Szilágyi authored
Godeps: pull in ethash future cache generator
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Felix Lange authored
Adds --keystore
-
- Mar 07, 2016
-
-
Felix Lange authored
Fix path problem with Solidity compile with filepath.Glob on Windows
-
Rémy Roy authored
-
Kobi Gurkan authored
-
- Mar 03, 2016
-
-
Jeffrey Wilcke authored
eth: forward empty body responses to the downlaoder
-
Péter Szilágyi authored
-
- Mar 02, 2016
-
-
Jeffrey Wilcke authored
console: cleanup old autocompletations relics
-
Péter Szilágyi authored
core, miner: add PendingStateEvent to track non-log updates.
-
- Mar 01, 2016
-
-
Bas van Kervel authored
-
Péter Szilágyi authored
rpc: simplify inproc client
-
Felix Lange authored
Fixes #2277
-
Péter Szilágyi authored
crypto: expose key decryption method to parse a string direclty
-
Péter Szilágyi authored
core: improved check for contract creation
-
- Feb 29, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd/geth: removed multiline support
-
Jeffrey Wilcke authored
cmd/utils: lower the min accepted gas price for relay and GPO
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth/downloader: fix premature exit before notifying all part fetchers
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 27, 2016
-
-
Jeffrey Wilcke authored
When attempting to paste very long lines of text the REPL goes completely fubar, never completing the paste. Removing the multiline support "fixes" this. Long lines of text are usually pasted when deploying contracts and as it stands right now makes creating new contracts from the REPL impossible.
-