- Apr 24, 2015
-
-
Jeffrey Wilcke authored
Fix ignore of unexpected files in key dir
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
core: fixed wildcard topic filters. Closes #725
-
Jeffrey Wilcke authored
CLI and JS admin changes
-
Jeffrey Wilcke authored
Simpler "welcome"
-
Alexandre Van de Sande authored
-
Viktor Trón authored
-
Alexandre Van de Sande authored
-
Jeffrey Wilcke authored
-
Viktor Trón authored
cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with `-corsDomain`
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage
-
Viktor Trón authored
-
Viktor Trón authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Ethereum js update
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 23, 2015
-
-
Jeffrey Wilcke authored
-
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
-