- Aug 09, 2015
-
-
Jeffrey Wilcke authored
cmd/geth, core/vm: setup vm settings and defaulted JIT disabled
-
Jeffrey Wilcke authored
-
- Aug 08, 2015
-
-
Jeffrey Wilcke authored
core/vm: jit vm
-
- Aug 07, 2015
-
-
Jeffrey Wilcke authored
string version for build server
-
Vincent G authored
-
Jeffrey Wilcke authored
xeth: fixed contract addr check
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd/geth, eth: added canonical extra data
-
Jeffrey Wilcke authored
web3: regression. Fixes #1613
-
Jeffrey Wilcke authored
Reduced big int allocation by making stack items modifiable. Instead of adding items such as `common.Big0` to the stack, `new(big.Int)` is added instead. One must expect that any item that is added to the stack might change.
-
Jeffrey Wilcke authored
Reduced the amount of state copied that are required by N calls by doing a balance check prior to any state modifications.
-
Jeffrey Wilcke authored
* changed stack and removed stack ptr. Let go decide on slice reuse.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implemented canonical extra data according to https://github.com/ethereum/wiki/wiki/Extra-Data
-
Jeffrey Wilcke authored
miner, rpc: added submit hashrate for remote agents
-
Jeffrey Wilcke authored
xeth: added address hex check and length check
-
Jeffrey Wilcke authored
-
- Aug 06, 2015
-
-
Jeffrey Wilcke authored
Fix tests on windows
-
Jeffrey Wilcke authored
trie: hex fix
-
Ethan Buchman authored
-
Jeffrey Wilcke authored
faster hex-prefix codec and string -> []byte
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
They were unused and their tests failed on Windows.
-
Jeffrey Wilcke authored
-
Felix Lange authored
Not closing the table used to be fine, but now the table has a database.
-
Ethan Buchman authored
-
- Aug 05, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner, core: sort txs by price, nonce
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, miner: added difficulty bomb
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner: fixed worker race condition
-