- May 09, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* --gasprice "<num>" flag * admin.miner.setGasPrice( <num> )
-
Jeffrey Wilcke authored
-
- May 08, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth/downloader: prioritize block fetch based on chain position, cap memo...
-
Jeffrey Wilcke authored
p2p: more last-minute fixes
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
This should improve ethereum block propagation times since we're not not broadcasting blocks to 100% of peers.
-
Felix Lange authored
-
Felix Lange authored
With the introduction of static/trusted nodes, the peer count can go above MaxPeers. Update the capacity check to handle this. While here, decouple the trusted nodes check from the handshake by passing a function instead.
-
Jeffrey Wilcke authored
p2p: throttled handshakes
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Otto.ToValue concurrency error fixed
-
Jeffrey Wilcke authored
jsre, cmd/geth: updated web3.js and altered settimeout
-
Zsolt Felföldi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Test updates
-
Jeffrey Wilcke authored
solidity compiler and contract metadocs integration
-
Zsolt Felföldi authored
-
Jeffrey Wilcke authored
xeth, core, event/filter, rpc: new block and transaction filters
-
Jeffrey Wilcke authored
Update ethash deps (more build fixes, tests)
-
- May 07, 2015
-
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
Viktor Trón authored
* common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
-