- 24 Apr, 2015 11 commits
- 
- 
zelig authoredcli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain` 
- 
zelig authored
- 
zelig authored
- 
zelig authored
- 
zelig authoredcli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage 
- 
zelig authored
- 
zelig authored
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredEthereum js update 
- 
obscuren authored
- 
obscuren authored
 
- 
- 23 Apr, 2015 29 commits
- 
- 
obscuren authored
- 
Jeffrey Wilcke authoredBootnodes update 
- 
Jeffrey Wilcke authoredMoved database update loop to eth/backend 
- 
Jeffrey Wilcke authoredAdd block header validations for block tests 
- 
Taylor Gerring authoredUpdate pub key for EU node and add new SA node 
- 
Taylor Gerring authored
- 
- 
Bas van Kervel authoredchange order of block insert and update LastBlock bugfix, wrong hash stored in blockDb 
- 
Bas van Kervel authored
- 
Jeffrey Wilcke authoreddoc: crypto/secp256k1 GMP dependency package name. 
- 
Noel Maersk authoredLinux 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 authoredcore: transaction queue 
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authoredTransactions 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. 
- 
obscuren authored
- 
obscuren authoredSet the state for the managed tx state instead of creating a new managed state. 
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authored
- 
obscuren authoredImplemented 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 authoredBlock tests reloaded 
- 
Jeffrey Wilcke authoredAdding flags to facilitate cross compiling to ARM 
- 
Jeffrey Wilcke authoredEmpty Call response should return 0x instead of 0x00. Closes #739 
- 
Jeffrey Wilcke authoredChanged "Welcome to the Frontier" to something more geeky 
- 
Jeffrey Wilcke authoredIssue 777 
 
-