- Jul 25, 2015
-
-
Jeffrey Wilcke authored
eth: set default miner extra to client name
-
Jeffrey Wilcke authored
core: 5 ether block reward
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
cmd/geth, core, eth: Version 1.0.0
-
Jeffrey Wilcke authored
ethdb, trie: removed RLE compression
-
Jeffrey Wilcke authored
core: check genesis block before writeout
-
Jeffrey Wilcke authored
cmd/util: lowered default gas price
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Genesis release. Closes #1402 Conflicts: cmd/geth/main.go
-
Jeffrey Wilcke authored
web3: updated 0.9.1
-
Jeffrey Wilcke authored
-
- Jul 23, 2015
-
-
Jeffrey Wilcke authored
cmd/core,xeth: removed unneeded states & added batch writes
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
all: license fixes
-
Jeffrey Wilcke authored
cmd, core, eth, ethdb: cache flag to allocate memory for db internal use
-
- Jul 22, 2015
-
-
Felix Lange authored
core: fix an RLP encoding data race due to deep struct copy
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
Felix Lange authored
crypto/curve.go is not our code and has its own license. This commit excludes it in update-license.go and removes our GPL header.
-
Péter Szilágyi authored
-
Felix Lange authored
accounts: fix data race when key is locked after the unlock timeout
-
Jeffrey Wilcke authored
Legalese updates
-
Jeffrey Wilcke authored
miner: fix current work data race
-
- Jul 20, 2015
-
-
Jeffrey Wilcke authored
Fixed canary to require 2+ nonzero, not sum 2+
-
Taylor Gerring authored
-
Felix Lange authored
-
Felix Lange authored
While here, also improve the docs and speed up the tests. The tests used the scrypt keystore with ridiculous settins and took 20s each.
-
Vitalik Buterin authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
xeth: fix #1485, data race in fiilter creation and event firing
-
Péter Szilágyi authored
-
- Jul 19, 2015
-
-
Jeffrey Wilcke authored
cmd/ethtest, tests: add support for RLP JSON tests
-
Jeffrey Wilcke authored
miner: moved state sync
-
- Jul 18, 2015
-
-
Jeffrey Wilcke authored
Travis container support
-
Felix Lange authored
Decoding did not reject byte arrays of length one with a single element b where 55 < b < 128. Such byte arrays must be rejected because they must be encoded as the single byte b instead.
-
Taylor Gerring authored
-