- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
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.
-
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
-
Jeffrey Wilcke authored
xeth: log signed tx hash
-
- Jul 14, 2015
-
-
Jeffrey Wilcke authored
Added PutBlockReceipts; storing receipts by blocks. Eventually this will require pruning during some cleanup cycle. During forks the receipts by block are used to get the new canonical receipts and transactions. This PR fixes #1473 by rewriting transactions and receipts from the point of where the fork occured.
-
- Jul 13, 2015
-
-
Gustav Simonsson authored
-
- Jul 12, 2015
-
-
Jeffrey Wilcke authored
core: genesis preparation
-
- Jul 10, 2015
-
-
Jeffrey Wilcke authored
Implemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block.
-
- Jul 09, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-