- 22 Jul, 2015 5 commits
- 
- 
Felix Lange authoredAll code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". 
- 
Felix Lange authoredcrypto/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 authoredaccounts: fix data race when key is locked after the unlock timeout 
- 
Jeffrey Wilcke authoredLegalese updates 
- 
Jeffrey Wilcke authoredminer: fix current work data race 
 
- 
- 20 Jul, 2015 8 commits
- 
- 
Jeffrey Wilcke authoredFixed canary to require 2+ nonzero, not sum 2+ 
- 
Taylor Gerring authored
- 
Felix Lange authored
- 
Felix Lange authoredWhile 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 authoredxeth: fix #1485, data race in fiilter creation and event firing 
- 
Péter Szilágyi authored
 
- 
- 19 Jul, 2015 2 commits
- 
- 
Jeffrey Wilcke authoredcmd/ethtest, tests: add support for RLP JSON tests 
- 
Jeffrey Wilcke authoredminer: moved state sync 
 
- 
- 18 Jul, 2015 3 commits
- 
- 
Jeffrey Wilcke authoredTravis container support 
- 
Felix Lange authoredDecoding 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
 
- 
- 17 Jul, 2015 3 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
 
- 
- 16 Jul, 2015 7 commits
- 
- 
Jeffrey Wilcke authoredMoved the state sync so it only syncs the state when the block mining yield a possitive result 
- 
Jeffrey Wilcke authoredPrompt user to accept legalese when datadir doesn't exist 
- 
Jeffrey Wilcke authoredminer: smart mining 
- 
Taylor Gerring authored
- 
Jeffrey Wilcke authoredxeth: removed mutex lock 
- 
Taylor Gerring authored
- 
Jeffrey Wilcke authored
 
- 
- 15 Jul, 2015 3 commits
- 
- 
Jeffrey Wilcke authoredcore: during chain reorg rewrite receipts and transactions 
- 
Jeffrey Wilcke authoredWork 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 authoredxeth: log signed tx hash 
 
- 
- 14 Jul, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredAdded 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. 
 
- 
- 13 Jul, 2015 1 commit
- 
- 
Gustav Simonsson authored
 
- 
- 12 Jul, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredcore: genesis preparation 
 
- 
- 10 Jul, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredImplemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block. 
 
- 
- 09 Jul, 2015 5 commits
- 
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredcore/vm: added str to op 
- 
Jeffrey Wilcke authored
 
-