- May 08, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Test updates
-
Jeffrey Wilcke authored
solidity compiler and contract metadocs integration
-
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
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
Gustav Simonsson authored
-
- May 06, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Fix block tests genesis block total difficulty
-
Jeffrey Wilcke authored
Last minute p2p fixes
-
Felix Lange authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
p2p/discover: sha3-based node distance
-
Jeffrey Wilcke authored
core: transaction pool fixes & resending transactions
-
Jeffrey Wilcke authored
Ethash reloaded
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
jsre: support for setTimeout, sendAsync
-
Felix Lange authored
The previous metric was pubkey1^pubkey2, as specified in the Kademlia paper. We missed that EC public keys are not uniformly distributed. Using the hash of the public keys addresses that. It also makes it a bit harder to generate node IDs that are close to a particular node.
-
Zsolt Felföldi authored
added and eval queue for serializing JSRE vm execution
-