- Mar 23, 2016
-
-
Jeffrey Wilcke authored
This commit serves as a temporary workaround for enabling the jit until the block customisation PR is merged in.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implemented the following block debugging RPC calls * Block(RLP) * BlockByFile(fileName) * BlockByNumber(number) * BlockByHash(hash)
-
Jeffrey Wilcke authored
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
-
- Mar 22, 2016
-
-
Jeffrey Wilcke authored
The EVM was previously initialised and created for every CALL, CALLCODE, DELEGATECALL and CREATE. This PR changes this behaviour so that the same EVM can be used through the session and beyond as long as the Environment sticks around.
-
- Mar 16, 2016
-
-
Péter Szilágyi authored
core: fixed various typos
-
- Mar 15, 2016
-
-
Felix Lange authored
core, eth: replace reorganiz with reorganis
-
Leif Jurvetson authored
-
Felix Lange authored
core: various typos
-
Felix Lange authored
eth: various typos
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Péter Szilágyi authored
cmd/utils, internal/debug: fixes for debugging
-
- Mar 14, 2016
-
-
Jeffrey Wilcke authored
templates: added issue template
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
p2p/nat: fix #2291, NAT discovery did't abort on failure
-
Péter Szilágyi authored
-
- Mar 11, 2016
-
-
Felix Lange authored
Go 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them.
-
Felix Lange authored
Setting runtime.MemProfileRate to 0 through the flag default value makes it impossible to get an 'in-use' profile.
-
Jeffrey Wilcke authored
core: added future proc mutex lock
-
Péter Szilágyi authored
core: cache fresh headers and tds to avoid db trashing
-
Jeffrey Wilcke authored
Added 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 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
-