- 03 Aug, 2015 2 commits
 - 
- 
Jeffrey Wilcke authored
core: added a running flag to prevent panics in the chainmanager
 - 
Jeffrey Wilcke authored
core: added default genesis block
 
 - 
 - 01 Aug, 2015 4 commits
 - 
- 
Jeffrey Wilcke authored
When a user runs a freshly setup geth w/o a database initialised the default genesis block is decoded and inserted in to the database.
 - 
Jeffrey Wilcke authored
Old transaction after resend was not removed from pool
 - 
Jeffrey Wilcke authored
Improved error handling for NewTransactionFromBytes
 - 
Jeffrey Wilcke authored
The running flag will determine whether the chain manager is still running or not. This will prevent the quit channel from being closed twice resulting in a panic. This PR should fix this issue. Closes #1559
 
 - 
 - 31 Jul, 2015 3 commits
 - 
- 
Jeffrey Wilcke authored
core/state: Set log index. Closes #1226
 - 
Jeffrey Wilcke authored
rpc/api: add missing autocomplete commands
 - 
Péter Szilágyi authored
 
 - 
 - 30 Jul, 2015 3 commits
 - 
- 
Jeffrey Wilcke authored
remove elliptic.P224 usage
 - 
Pavol Rusnak authored
Fedora/RedHat distros comply with US patent law and remove this curve, which makes it impossible to run ethereum with distro provided Golang. File crypto/ecies/README claims it is unsupported anyway.
 - 
Jeffrey Wilcke authored
rpc: to in eth_call no longer required. Fixed eth_estimateGas
 
 - 
 - 29 Jul, 2015 7 commits
 - 
- 
Jeffrey Wilcke authored
 - 
Jeffrey Wilcke authored
eth, eth/downloader: don't report stall if fetcher filled the block
 - 
Jeffrey Wilcke authored
 - 
Jeffrey Wilcke authored
tests: updated
 - 
Jeffrey Wilcke authored
 - 
Péter Szilágyi authored
 - 
Bas van Kervel authored
integrated review comments
 
 - 
 - 28 Jul, 2015 5 commits
 - 
- 
Jeffrey Wilcke authored
FreeBSD support
 - 
Fynn authored
 - 
Jeffrey Wilcke authored
Etherbase defaults to first account even if it is created during the session
 - 
Jeffrey Wilcke authored
all: fix license headers one more time
 - 
Bas van Kervel authored
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
 
 - 
 - 27 Jul, 2015 3 commits
 - 
- 
Felix Lange authored
crypto: fix build with Go 1.5
 - 
Felix Lange authored
 - 
zelig authored
 
 - 
 - 26 Jul, 2015 4 commits
 - 
- 
Jeffrey Wilcke authored
core: genesis extra data field fix
 - 
Jeffrey Wilcke authored
 - 
Jeffrey Wilcke authored
params: reduce extra data to 32 bytes & target block time
 - 
Jeffrey Wilcke authored
 
 - 
 - 25 Jul, 2015 9 commits
 - 
- 
Jeffrey Wilcke authored
core: fixed genesis write out to write only canon number
 - 
Jeffrey Wilcke authored
 - 
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
 
 -