- Aug 13, 2015
-
-
Péter Szilágyi authored
-
- Aug 12, 2015
-
-
Felix Lange authored
p2p: fix value of DiscSubprotocolError
-
Felix Lange authored
cmd/geth: remove spaces in client identifier
-
Felix Lange authored
We had the wrong value (12) since forever.
-
Felix Lange authored
-
- Aug 11, 2015
-
-
Jeffrey Wilcke authored
p2p/discover: fix two major bugs in reply packet handling
-
Jeffrey Wilcke authored
web3: updated
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd/ethtest: added trace flag for debugging
-
Jeffrey Wilcke authored
-
Felix Lange authored
If the timeout fired (even just nanoseconds) before the deadline of the next pending reply, the timer was not rescheduled. The timer would've been rescheduled anyway once the next packet was sent, but there were cases where no next packet could ever be sent due to the locking issue fixed in the previous commit. As timing-related bugs go, this issue had been present for a long time and I could never reproduce it. The test added in this commit did reproduce the issue on about one out of 15 runs.
-
Felix Lange authored
Table.mutex was being held while waiting for a reply packet, which effectively made many parts of the whole stack block on that packet, including the net_peerCount RPC call.
-
- Aug 09, 2015
-
-
Jeffrey Wilcke authored
core, eth, trie, xeth: merged state, chain, extra databases in one
-
Jeffrey Wilcke authored
cmd/utils, core: disable exp diff for olympic net
-
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
-
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
-