Christopher Franko
cbf7147409
update testnet block
2015-09-03 09:40:25 -04:00
Christopher Franko
a53996d005
Merge branch 'master' into develop
2015-09-03 09:39:51 -04:00
expanse-project
2959acc2d3
Merge pull request #2 from expanse-project/develop
...
rebased with latest eth changes and bug fixes
2015-09-02 22:44:57 -04:00
Christopher Franko
b59f825c93
bye
2015-09-02 22:38:59 -04:00
Christopher Franko
8b50fbc849
Merge remote-tracking branch 'ethereum/master' into develop
...
Conflicts:
cmd/gexp/main.go
2015-09-02 22:37:46 -04:00
Christopher Franko
161bcec8c3
remove idea again
2015-09-02 22:36:37 -04:00
Christopher Franko
c93acd8030
update
2015-09-02 22:35:53 -04:00
Jeffrey Wilcke
587669215b
cmd/geth: bump 1.1.2
2015-09-03 00:52:42 +02:00
Christoph Jentzsch
fc3941d1fd
fix block time issue
...
currently, under normal circumstances, you always set the timestamp to previous.Time() + 1.
credits to https://www.reddit.com/r/ethereum/comments/3jcs5r/code_avg_block_time_vs_difficulty_adjustment/cuoi4op
style
2015-09-03 00:16:59 +02:00
Christopher Franko
82b3b59993
update main.go deps
2015-09-01 20:54:41 -04:00
Christopher Franko
197961ba66
another dep
2015-09-01 20:51:47 -04:00
Christopher Franko
0f1fe4847b
missing deps
2015-09-01 20:50:20 -04:00
Christopher Franko
72538db99c
hopefully last find replace
2015-09-01 20:45:40 -04:00
Christopher Franko
4dab840f71
expanse
2015-09-01 20:42:36 -04:00
Christopher Franko
ae27c2eb7d
update worker.go
2015-09-01 20:07:37 -04:00
Christopher Franko
9f661cc3dd
good by colorable
2015-09-01 20:04:17 -04:00
Christopher Franko
7daa319737
last github update
2015-09-01 19:57:32 -04:00
Christopher Franko
1f6c8ebb0e
github update 2
2015-09-01 19:42:33 -04:00
Christopher Franko
64ced6629a
github update
2015-09-01 19:41:15 -04:00
Christopher Franko
92b5926495
Merge remote-tracking branch 'ethereum/master' into develop
...
Conflicts:
cmd/gexp/main.go
2015-09-01 19:15:15 -04:00
Christopher Franko
9db4a14176
update backend
2015-09-01 18:59:44 -04:00
Franko
554f07b16e
changes
2015-09-01 18:56:30 -04:00
Christopher Franko
1cfc9ec1e9
ether to expanse
2015-09-01 18:26:59 -04:00
Christopher Franko
2c3541ea48
add genesis file
2015-09-01 18:24:03 -04:00
Christopher Franko
a6ece4799a
update env
2015-09-01 18:24:03 -04:00
Christopher Franko
b362f1d141
ethash
2015-09-01 18:24:03 -04:00
Christopher Franko
bf234c6b82
gexp change again
2015-09-01 18:24:03 -04:00
Christopher Franko
1a1d9a14ab
change folder because why not
2015-09-01 18:24:03 -04:00
Christopher Franko
9d6221444c
test change lol
2015-09-01 18:24:03 -04:00
Gustav Simonsson
8f09242d7f
Bump version to 1.1.1
2015-09-01 23:43:22 +02:00
Gustav Simonsson
042dcf1b28
Merge pull request #1755 from fjl/coinbase
...
core: improve block gas tracking
(cherry picked from commit e9b031b88b )
2015-09-01 23:41:51 +02:00
Felix Lange
fd512fa12c
Merge pull request #1711 from Gustav-Simonsson/timestamp_big_int
...
Add tests for uncle timestamps and refactor timestamp type
(cherry picked from commit abce09954b )
2015-08-25 15:54:57 +02:00
Felix Lange
dc3fb69dce
Merge pull request #1710 from bas-vk/useragent
...
user agent messages were dumped in some cases
(cherry picked from commit a219159e7e )
2015-08-25 15:54:26 +02:00
Jeffrey Wilcke
d51d0022ce
cmd/geth: bumped version 1.1.0
2015-08-20 21:43:36 +02:00
Jeffrey Wilcke
3793991c0e
remove 0x
2015-08-20 18:50:47 +02:00
Jeffrey Wilcke
b884d6ebaa
canary update
2015-08-20 18:38:21 +02:00
Jeffrey Wilcke
36f7fe61c3
core, tests: Double SUICIDE fix
2015-08-20 18:22:50 +02:00
Jeffrey Wilcke
54088b0b8b
cmd/geth: bumped version 1.0.3
2015-08-20 13:08:08 +02:00
Jeffrey Wilcke
9fb7bc7443
geth: bumped version 1.0.2
2015-08-19 23:05:39 +02:00
Jeffrey Wilcke
e2d44814a5
Merge pull request #1694 from obscuren/hide-fdtrack
...
fdtrack: hide message
2015-08-19 13:50:54 -07:00
Jeffrey Wilcke
bd3a44cac9
Merge pull request #1652 from bas-vk/autoreconnect
...
rpc/comms: reconnect ipc client after write error
2015-08-19 13:29:51 -07:00
Jeffrey Wilcke
61a6911eeb
Merge pull request #1689 from fjl/discover-ignore-temp-errors
...
p2p, p2p/discover: small fixes
2015-08-19 12:55:40 -07:00
Bas van Kervel
9bf17eb05a
rpc/comms reconnect ipc client after write error
2015-08-19 21:48:56 +02:00
Jeffrey Wilcke
269c5c7107
Revert "fdtrack: temporary hack for tracking file descriptor usage"
...
This reverts commit 5c949d3b3b .
2015-08-19 21:46:01 +02:00
Jeffrey Wilcke
382d35bf40
Merge pull request #1688 from karalabe/fix-double-imports
...
eth: fix an issue with pulling and inserting blocks twice
2015-08-19 08:19:37 -07:00
Felix Lange
dd54fef898
p2p/discover: don't attempt to replace nodes that are being replaced
...
PR #1621 changed Table locking so the mutex is not held while a
contested node is being pinged. If multiple nodes ping the local node
during this time window, multiple ping packets will be sent to the
contested node. The changes in this commit prevent multiple packets by
tracking whether the node is being replaced.
2015-08-19 14:57:16 +02:00
Felix Lange
edccc7ae34
p2p: continue listening after temporary errors
2015-08-19 14:39:04 +02:00
Felix Lange
7d5ff770e2
p2p/discover: continue reading after temporary errors
...
Might solve #1579
2015-08-19 14:38:55 +02:00
Jeffrey Wilcke
c6a11fe372
Merge pull request #1680 from maran/fix_removedb
...
cmd/geth: Fix chain purging from cmd line
2015-08-19 05:17:22 -07:00
Péter Szilágyi
941920f2aa
eth: fix an issue with pulling and inserting blocks twice
2015-08-19 15:14:26 +03:00