- Apr 28, 2015
-
-
Felix Lange authored
The list size checking overflowed if the size information for a value was bigger than the list. This is resolved by always performing the check before reading.
-
- Apr 23, 2015
-
-
Jeffrey Wilcke authored
Bootnodes update
-
Jeffrey Wilcke authored
Moved database update loop to eth/backend
-
Jeffrey Wilcke authored
Add block header validations for block tests
-
Taylor Gerring authored
Update pub key for EU node and add new SA node
-
Taylor Gerring authored
-
-
Bas van Kervel authored
change order of block insert and update LastBlock bugfix, wrong hash stored in blockDb
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
doc: crypto/secp256k1 GMP dependency package name.
-
Noel Maersk authored
Linux build documentation is mostly geared towards Ubuntu 14.04 (LTS). Appropriate package is called `libgmp-dev` there. Note that on pristine installations building `geth` with godep will fail because this header is missing. This is not documented in the top-level README, but is on the wiki: https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu#building-geth-command-line-client That page recommends `libgmp3-dev`, which ATM provides same version as `libgmp-dev`.
-
Jeffrey Wilcke authored
core: transaction queue
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Transactions are now propagated to peers from which we have not yet received the transaction. This will significantly reduce the chatter on the network. Moved new mined block handler to the protocol handler and moved transaction handling to protocol handler.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Set the state for the managed tx state instead of creating a new managed state.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implemented a new transaction queue. Transactions with a holes in their nonce sequence are also not propagated over the network. N: 0,1,2,5,6,7 = propagate 0..2 -- 5..N is kept in the tx pool
-
Jeffrey Wilcke authored
Block tests reloaded
-
Jeffrey Wilcke authored
Adding flags to facilitate cross compiling to ARM
-
Jeffrey Wilcke authored
Empty Call response should return 0x instead of 0x00. Closes #739
-
Jeffrey Wilcke authored
Changed "Welcome to the Frontier" to something more geeky
-
Jeffrey Wilcke authored
Issue 777
-
Jeffrey Wilcke authored
Rename eth_Version to eth_protocolVersion. Closes #737
-
Gustav Simonsson authored
-
- Apr 22, 2015
-
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-