- Oct 22, 2015
-
-
Péter Szilágyi authored
-
- Oct 21, 2015
-
-
Jeffrey Wilcke authored
core/vm: JIT segmentation
-
Jeffrey Wilcke authored
eth/63 fast synchronization algorithm
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core, tests: get_hash fix
-
Jeffrey Wilcke authored
Make sure that we're fetching the hash from the current chain and not the canonical chain.
-
- Oct 20, 2015
-
-
Jeffrey Wilcke authored
core, core/state: move gas tracking out of core/state
-
- Oct 19, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Oct 17, 2015
-
-
Felix Lange authored
The amount of gas available for tx execution was tracked in the StateObject representing the coinbase account. This commit makes the gas counter a separate type in package core, which avoids unintended consequences of intertwining the counter with state logic.
-
- Oct 16, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* multi-push segments * static jumps segments
-
Jeffrey Wilcke authored
Moved the execution of instructions to the instruction it self. This will allow for specialised instructions (e.g. segments) to be execution in the same manner as regular instructions.
-
Jeffrey Wilcke authored
core, eth/filters, miner, xeth: Optimised log filtering
-
Jeffrey Wilcke authored
Log filtering is now using a MIPmap like approach where addresses of logs are added to a mapped bloom bin. The current levels for the MIP are in ranges of 1.000.000, 500.000, 100.000, 50.000, 1.000. Logs are therefor filtered in batches of 1.000.
-
Jeffrey Wilcke authored
godeps: update ethash following GPU miner merge
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
all: Add GPU mining, disabled by default
-
Jeffrey Wilcke authored
core/state, core, miner: handle missing root error from state.New
-
Gustav Simonsson authored
-
- Oct 15, 2015
-
-
Jeffrey Wilcke authored
Update libsecp256k1, Go wrapper and tests
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, eth, event, miner, xeth: fix event post / subscription race
-
Jeffrey Wilcke authored
common, crypto: add ICAP functions
-
- Oct 13, 2015
-
-
Gustav Simonsson authored
-
- Oct 12, 2015
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core/vm: copy stack element to prevent overwrites
-
- Oct 11, 2015
-
-
Péter Szilágyi authored
-
- Oct 09, 2015
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
cmd, core, eth: added official testnet
-
- Oct 08, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd: properly initialize Olympic for all subcommands
-