acd2c4e520
core: added a running flag to prevent panics in the chainmanager
...
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
2015-08-01 12:32:28 +02:00
e7f4232b10
Merge pull request #1544 from karalabe/fix-stall-detector
...
eth, eth/downloader: don't report stall if fetcher filled the block
2015-07-29 06:11:43 -07:00
fa286688ab
Merge pull request #1546 from obscuren/tests-update
...
tests: updated
2015-07-29 06:07:19 -07:00
03c39d4fc0
tests: updated
2015-07-29 15:01:42 +02:00
6adbaabc65
eth, eth/downloader: don't report stall if fetcher filled the block
2015-07-29 15:39:08 +03:00
cc27be9d44
Merge pull request #1543 from enriquefynn/develop
...
FreeBSD support
2015-07-28 16:20:13 -07:00
7065ebd2ed
FreeBSD support
2015-07-28 19:16:16 -03:00
a281df783d
Merge pull request #1533 from ethersphere/frontier/etherbase
...
Etherbase defaults to first account even if it is created during the session
2015-07-28 05:11:43 -07:00
1fad8798ec
Merge pull request #1515 from fjl/license-fixes
...
all: fix license headers one more time
2015-07-28 04:29:42 -07:00
572e78cee0
Merge pull request #1536 from fjl/fix-go1.5-build
...
crypto: fix build with Go 1.5
2015-07-28 00:59:52 +02:00
453d2c9ce1
crypto: fix build with Go 1.5
2015-07-27 19:13:45 +02:00
1356daad27
etherbase defaults to first account even if created during the session
2015-07-27 10:50:29 +02:00
d18d256442
Merge pull request #1529 from obscuren/extra-data-fix
...
core: genesis extra data field fix
2015-07-26 15:15:36 -07:00
3530acb9e2
core: genesis extra data field fix
2015-07-26 14:44:54 +02:00
8a5ea466e4
Merge pull request #1528 from obscuren/reduce-extra-data
...
params: reduce extra data to 32 bytes & target block time
2015-07-26 04:04:10 -07:00
1e241e84f7
params: reduce extra data to 32 bytes
2015-07-26 12:47:57 +02:00
e86233abc9
Merge pull request #1525 from obscuren/genesis-write-fix
...
core: fixed genesis write out to write only canon number
2015-07-25 13:13:27 -07:00
c1c895a36b
core: fixed genesis write out to write only canon number
2015-07-25 21:48:53 +02:00
73a576c9af
Merge pull request #1524 from obscuren/default-extra
...
eth: set default miner extra to client name
2015-07-25 08:58:08 -07:00
665eaff9b9
Merge pull request #1520 from obscuren/reward-5eth
...
core: 5 ether block reward
2015-07-25 08:57:33 -07:00
9afda6ab8c
core: 5 ether block reward
2015-07-25 17:47:20 +02:00
3adaeb1dbc
eth: set default miner extra to client name
2015-07-25 17:36:56 +02:00
0efcd7ed05
Merge pull request #1521 from obscuren/client-update
...
cmd/geth, core, eth: Version 1.0.0
2015-07-25 08:36:04 -07:00
4019e2a6f2
Merge pull request #1497 from obscuren/remove-rle
...
ethdb, trie: removed RLE compression
2015-07-25 08:35:40 -07:00
f6097f4a0a
Merge pull request #1522 from obscuren/genesis-block-check
...
core: check genesis block before writeout
2015-07-25 08:10:08 -07:00
d4428cc77f
Merge pull request #1523 from obscuren/lower-gasprice
...
cmd/util: lowered default gas price
2015-07-25 08:09:55 -07:00
ba15f9d282
cmd/util: lowered default gas price
2015-07-25 17:03:10 +02:00
0c718afe90
core: check genesis block before writeout
2015-07-25 16:53:35 +02:00
036e6301af
cmd/geth, core, eth: Version 1.0.0
...
Genesis release. Closes #1402
Conflicts:
cmd/geth/main.go
2015-07-25 13:55:56 +02:00
6cffa743ee
Merge pull request #1519 from obscuren/develop
...
web3: updated 0.9.1
2015-07-25 04:06:43 -07:00
5001f778aa
web3: updated 0.9.1
v0.9.39
2015-07-25 12:22:39 +02:00
cd657b9878
Godeps: use BSD-licensed version of gopkg.in/karalabe/cookiejar.v2
2015-07-24 14:23:02 +02:00
67598d9d08
crypto/sha3: add full license headers
2015-07-24 12:32:58 +02:00
fd2356c620
common: remove config.go
...
The code in config.go is unused. The main reason for removing it is to
get rid github.com/rakyll/goini in Godeps (it has no license).
2015-07-24 11:43:32 +02:00
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
2015-07-23 18:35:11 +02:00
adc7ab0dd6
Merge pull request #1507 from obscuren/batch-write
...
cmd/core,xeth: removed unneeded states & added batch writes
2015-07-23 07:50:07 -07:00
8f56eea77d
ethdb, trie: removed RLE compression
2015-07-23 12:57:33 +02:00
8fc9830971
cmd/core,xeth: removed unneeded states & added batch writes
2015-07-23 10:45:31 +02:00
0cff61beda
Merge pull request #1510 from fjl/license-fixes
...
all: license fixes
2015-07-23 01:43:11 -07:00
b403b9e4c3
Merge pull request #1508 from karalabe/database-caching
...
cmd, core, eth, ethdb: cache flag to allocate memory for db internal use
2015-07-23 01:17:18 -07:00
26a269ea09
Merge pull request #1511 from karalabe/rlp-data-race
...
core: fix an RLP encoding data race due to deep struct copy
2015-07-22 20:10:41 +02:00
04bb89604e
core: fix an RLP encoding data race due to deep struct copy
2015-07-22 20:54:53 +03:00
0428cae226
remove LICENSE files
2015-07-22 18:54:45 +02:00
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
2015-07-22 18:51:45 +02:00
f4acdea402
crypto: fix license of curve.go
...
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.
2015-07-22 18:50:31 +02:00
c7e7778f2a
cmd, core, eth, ethdb: cache flag to allocate memory for db internal use
2015-07-22 14:00:52 +03:00
d1d45aa839
Merge pull request #1503 from fjl/fix-accounts-race
...
accounts: fix data race when key is locked after the unlock timeout
2015-07-22 13:00:09 +02:00
ed1d2f858e
Merge pull request #1481 from tgerring/legalese
...
Legalese updates
2015-07-22 03:35:33 -07:00
482cc4957d
Merge pull request #1500 from karalabe/fix-miner-race
...
miner: fix current work data race
2015-07-22 03:16:13 -07:00
f1daed65b1
Merge pull request #1502 from ethereum/canaryFix
...
Fixed canary to require 2+ nonzero, not sum 2+
2015-07-20 16:17:48 -07:00