- 22 Oct, 2015 1 commit
-
-
Péter Szilágyi authored
-
- 21 Oct, 2015 5 commits
-
-
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.
-
- 20 Oct, 2015 1 commit
-
-
Jeffrey Wilcke authored
core, core/state: move gas tracking out of core/state
-
- 19 Oct, 2015 10 commits
-
-
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
-
- 17 Oct, 2015 1 commit
-
-
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.
-
- 16 Oct, 2015 10 commits
-
-
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
-
- 15 Oct, 2015 4 commits
-
-
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
-
- 13 Oct, 2015 1 commit
-
-
Gustav Simonsson authored
-
- 12 Oct, 2015 2 commits
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
core/vm: copy stack element to prevent overwrites
-
- 11 Oct, 2015 1 commit
-
-
Péter Szilágyi authored
-
- 09 Oct, 2015 2 commits
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
cmd, core, eth: added official testnet
-
- 08 Oct, 2015 2 commits
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd: properly initialize Olympic for all subcommands
-