cde06b4009
Merge pull request #1781 from Gustav-Simonsson/state_object_copy
...
core/state: deleted field in StateObject Copy() and unit test
(cherry picked from commit 90f1fe0ed2
)
2015-09-09 18:46:27 +02:00
587669215b
cmd/geth: bump 1.1.2
v1.1.2
2015-09-03 00:52:42 +02:00
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
8f09242d7f
Bump version to 1.1.1
v1.1.1
2015-09-01 23:43:22 +02:00
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
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
)
v1.1.0
2015-08-25 15:54:57 +02:00
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
d51d0022ce
cmd/geth: bumped version 1.1.0
2015-08-20 21:43:36 +02:00
3793991c0e
remove 0x
2015-08-20 18:50:47 +02:00
b884d6ebaa
canary update
2015-08-20 18:38:21 +02:00
36f7fe61c3
core, tests: Double SUICIDE fix
2015-08-20 18:22:50 +02:00
54088b0b8b
cmd/geth: bumped version 1.0.3
2015-08-20 13:08:08 +02:00
9fb7bc7443
geth: bumped version 1.0.2
2015-08-19 23:05:39 +02:00
e2d44814a5
Merge pull request #1694 from obscuren/hide-fdtrack
...
fdtrack: hide message
2015-08-19 13:50:54 -07:00
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
61a6911eeb
Merge pull request #1689 from fjl/discover-ignore-temp-errors
...
p2p, p2p/discover: small fixes
2015-08-19 12:55:40 -07:00
9bf17eb05a
rpc/comms reconnect ipc client after write error
2015-08-19 21:48:56 +02:00
269c5c7107
Revert "fdtrack: temporary hack for tracking file descriptor usage"
...
This reverts commit 5c949d3b3b
.
2015-08-19 21:46:01 +02:00
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
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
edccc7ae34
p2p: continue listening after temporary errors
2015-08-19 14:39:04 +02:00
7d5ff770e2
p2p/discover: continue reading after temporary errors
...
Might solve #1579
2015-08-19 14:38:55 +02:00
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
941920f2aa
eth: fix an issue with pulling and inserting blocks twice
2015-08-19 15:14:26 +03:00
3b997c3e16
Merge pull request #1454 from ethersphere/frozen-cryptoclean
...
crypto: remove obsolete code
2015-08-19 02:39:02 -07:00
0737cbc5c1
Merge pull request #1683 from ethereum/travis
...
Switch from Coveralls to Codecov code coverage service
2015-08-18 14:26:14 -07:00
227ff4d2d6
Merge pull request #1682 from obscuren/readme-improvements
...
Updated README, Added CONTRIBUTING
2015-08-18 14:16:42 -07:00
18d450b2d0
Updated README, Added CONTRIBUTING
2015-08-18 23:00:15 +02:00
cc87551edc
Codecov integration
2015-08-18 22:46:48 +02:00
d0dc1b4a60
Merge pull request #1681 from obscuren/miner-receipt-fix
...
core, miner: write miner receipts
2015-08-18 12:53:26 -07:00
b4369e1015
core, miner: write miner receipts
2015-08-18 21:46:26 +02:00
4d5501c46a
cmd/geth: Fix chain purging from cmd line
2015-08-18 15:56:37 +02:00
d4da2f630e
crypto: remove obsolete key files
2015-08-18 01:25:04 +02:00
e1da124415
Merge pull request #1675 from obscuren/submithashrate-change
...
rpc/api: return boolean value for eth_submitHashrate
2015-08-17 11:49:15 -07:00
36081505c4
Merge pull request #1673 from karalabe/fix-api-xeth-responses
...
rpc: update the xeth over RPC API to use the success/failure messages
2015-08-17 11:47:55 -07:00
2497f28aa9
Merge pull request #1627 from zsfelfoldi/gpo
...
GPO update
2015-08-17 06:37:58 -07:00
49ece3155c
GPO update
2015-08-17 15:20:33 +02:00
8839fee415
rpc/api: return boolean value for eth_submitHashrate
2015-08-17 15:09:30 +02:00
ff1f6fa09d
Merge pull request #1649 from maran/pending_tx_response
...
rpc/api: format pendingTx response. Fixes #1648
2015-08-17 06:02:08 -07:00
7ea30f18f9
Merge pull request #1674 from tgerring/bootnodes
...
Added SG bootnode
2015-08-17 05:56:38 -07:00
12805c738c
Merge pull request #1667 from fjl/pretty-printer-improvements
...
jsre: pretty printer improvements
2015-08-17 05:55:09 -07:00
80b294c3c7
Update CPP pubkey
2015-08-17 14:51:27 +02:00
8884f856ef
Added SG bootnode
2015-08-17 14:36:57 +02:00
309788de37
rpc: update the xeth over RPC API to use the success/failure messages
2015-08-17 14:04:20 +03:00
f6367548e4
Merge pull request #1654 from obscuren/call-gas
...
xeth: call fix when doing 'create'-like calls
2015-08-16 16:33:29 -07:00
1c3ca3ce6a
xeth: max gas limit
2015-08-16 15:27:30 +02:00
8603ec7055
rpc/api: format pendingTx response. Fixes #1648
2015-08-16 11:12:22 +02:00
1086e2f298
jsre: fix annoying indentation when printing arrays of objects
...
The pretty printer, dumb as it is, printed arrays of objects as
[{
...
}]
With this change, they now print as:
[{
...
}]
2015-08-16 00:35:00 +01:00
49703bea0a
jsre: bind the pretty printer to "inspect" in JS
2015-08-15 23:55:42 +01:00
59b28cfa31
Merge pull request #1663 from obscuren/issue-1662
...
xeth: added a transact mu
2015-08-15 14:55:04 -07:00