- Jul 25, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Jul 23, 2015
-
-
Jeffrey Wilcke authored
cmd/core,xeth: removed unneeded states & added batch writes
-
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
-
- Jul 17, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
- Jul 16, 2015
-
-
Jeffrey Wilcke authored
Moved the state sync so it only syncs the state when the block mining yield a possitive result
-
Jeffrey Wilcke authored
Prompt user to accept legalese when datadir doesn't exist
-
Jeffrey Wilcke authored
miner: smart mining
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
xeth: removed mutex lock
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
- Jul 15, 2015
-
-
Jeffrey Wilcke authored
core: during chain reorg rewrite receipts and transactions
-
Jeffrey Wilcke authored
Work is now handled and carried over multiple sessions. Previously one session only was assumed, potentially resulting in invalid (outdated) work * Larger work / result queue * Full validation option
-