obscuren
|
ad7b0efbd3
|
cmd/geth: hotfix bump
|
2015-05-16 13:02:30 +02:00 |
|
obscuren
|
d98a6f85fc
|
core: further improved uncle error messages
|
2015-05-16 13:02:30 +02:00 |
|
obscuren
|
c2ef8682fe
|
eth/downloader: moved start event
Start event has moved because it could possibly could stall the miner
|
2015-05-16 13:02:30 +02:00 |
|
Vitalik Buterin
|
fe64a13cea
|
Adjust miner coinbase and not just miner worker coinbase
|
2015-05-16 12:56:06 +02:00 |
|
obscuren
|
741fa8ca9c
|
miner: mutex locks on cpu agent. Closes #1007
|
2015-05-16 12:55:56 +02:00 |
|
Vitalik Buterin
|
61e8296bd8
|
Adjust miner coinbase and not just miner worker coinbase
|
2015-05-15 21:23:09 -04:00 |
|
obscuren
|
4b2ee6c30c
|
Merge branch 'release/0.9.21' into develop
|
2015-05-16 00:27:35 +02:00 |
|
obscuren
|
1564f1a020
|
Merge branch 'release/0.9.21'
|
2015-05-16 00:27:13 +02:00 |
|
obscuren
|
7ea76fcf99
|
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
|
2015-05-16 00:26:36 +02:00 |
|
obscuren
|
79fa05867f
|
xeth: set balance max balance to from in call. Closes #951
|
2015-05-16 00:03:08 +02:00 |
|
Jeffrey Wilcke
|
d116b9595c
|
Merge pull request #989 from obscuren/develop
core, miner: fork resolving and restart miner after sync op
|
2015-05-15 15:02:22 -07:00 |
|
obscuren
|
55d85d60fd
|
eth, cmd/geth: start mining from console respects CLI flag
|
2015-05-15 20:26:15 +02:00 |
|
obscuren
|
d3e84cc8b4
|
miner: properly check for mining operation on Register
|
2015-05-15 20:26:15 +02:00 |
|
obscuren
|
5cec1aad15
|
core, miner: fork resolving and restart miner after sync op
Fork resolving fixes #940
|
2015-05-15 20:26:15 +02:00 |
|
Jeffrey Wilcke
|
82c0780f81
|
Merge pull request #996 from karalabe/fix-potential-crosscheck-race
eth/downloader: circumvent download race between crosscheck and hashes
|
2015-05-15 11:23:44 -07:00 |
|
Jeffrey Wilcke
|
cea1723c68
|
Merge pull request #997 from karalabe/fix-shitty-test-server-issue
eth/downloader: fix #992, where tests may time out on a slow machine
|
2015-05-15 11:22:51 -07:00 |
|
Péter Szilágyi
|
412cf98bbc
|
eth/downloader: fix #992, where tests may time out on a slow machine
|
2015-05-15 21:16:42 +03:00 |
|
Péter Szilágyi
|
f3ae8f50a5
|
eth/downloader: circumvent download race between crosscheck and hashes
|
2015-05-15 20:54:10 +03:00 |
|
Jeffrey Wilcke
|
98998534cb
|
Merge pull request #995 from Gustav-Simonsson/update_state_tests_and_vm_create_return
Update state tests and vm create return
|
2015-05-15 10:31:41 -07:00 |
|
Gustav Simonsson
|
619e8a4f03
|
Add StateTests/RandomTests but skip for now
|
2015-05-15 19:17:40 +02:00 |
|
Jeffrey Wilcke
|
164ba56a60
|
Merge pull request #994 from karalabe/fix-cancel-double-close
eth/downloader: fix cancel channel double close
|
2015-05-15 10:15:35 -07:00 |
|
Gustav Simonsson
|
32276e8b01
|
Update StateTests and nil create return on failed code deposit
|
2015-05-15 18:49:31 +02:00 |
|
Péter Szilágyi
|
4f0d88cb02
|
eth/downloader: fix cancel channel double close
|
2015-05-15 19:43:42 +03:00 |
|
Gustav Simonsson
|
830bdb1cfd
|
Update Ethereum JSON tests
|
2015-05-15 16:08:00 +02:00 |
|
Gustav Simonsson
|
dadf01de60
|
unskip StateTests/stTransactionTest and use test tx nonce
|
2015-05-15 16:05:11 +02:00 |
|
Jeffrey Wilcke
|
7d71a75d77
|
Merge pull request #988 from karalabe/fix-downloader-vulnerabilities
Fix downloader vulnerabilities
|
2015-05-15 06:38:12 -07:00 |
|
Péter Szilágyi
|
5c1a7b965c
|
eth/downloader: circumvent a fake blockchain attack
|
2015-05-15 15:04:15 +03:00 |
|
Péter Szilágyi
|
b517967f86
|
eth/downloader: don't penalize for stale cross checks
|
2015-05-15 15:03:08 +03:00 |
|
Péter Szilágyi
|
83226762c2
|
eth, eth/downloader: detect and handle madeup hash attacks
|
2015-05-15 15:01:58 +03:00 |
|
Péter Szilágyi
|
9ad515d2dc
|
eth: drop a sync peer if it sends an invalid hash chain
|
2015-05-15 15:01:58 +03:00 |
|
Péter Szilágyi
|
72411eb24c
|
eth/downloader: circumvent hash reordering attacks
|
2015-05-15 15:01:58 +03:00 |
|
Péter Szilágyi
|
bcc2980179
|
eth/downloader: check sync after failed attacks
|
2015-05-15 15:01:58 +03:00 |
|
Péter Szilágyi
|
366e9627e8
|
eth/downloader: add a test for detecting missing blocks
|
2015-05-15 15:01:58 +03:00 |
|
Péter Szilágyi
|
cd2fb09051
|
eth, eth/downloader: prevent hash repeater attack
|
2015-05-15 15:01:58 +03:00 |
|
Jeffrey Wilcke
|
c1f0d40e34
|
Merge pull request #987 from obscuren/develop
Miner updates and downloader events
|
2015-05-15 04:12:46 -07:00 |
|
Jeffrey Wilcke
|
158efbaa45
|
Merge pull request #984 from tgerring/issue924
Omit replies for RPC notification requests
|
2015-05-15 04:12:40 -07:00 |
|
obscuren
|
cfb2b51b74
|
eth/downloader: fixed test
|
2015-05-15 12:47:32 +02:00 |
|
obscuren
|
f6669db001
|
core: fixed mining strategy
|
2015-05-15 12:24:29 +02:00 |
|
obscuren
|
b71091e337
|
eth, eth/downloader, miner: use download events to check miner start
|
2015-05-15 00:43:10 +02:00 |
|
obscuren
|
0f76a1c6df
|
core: changed how head events are checked
|
2015-05-15 00:42:06 +02:00 |
|
obscuren
|
580bae0a86
|
core: improved uncle messages
|
2015-05-15 00:40:07 +02:00 |
|
Taylor Gerring
|
44a7f997c3
|
Unreverse ordering
|
2015-05-14 15:50:39 -05:00 |
|
Taylor Gerring
|
5c6540452a
|
Omit replies for notification requests
When Id is missing, the client does not want a response
|
2015-05-14 12:39:57 -05:00 |
|
Jeffrey Wilcke
|
3ac34ee3c4
|
Merge pull request #975 from obscuren/develop
core: changed log message for forks. closes #952
|
2015-05-14 10:38:10 -07:00 |
|
Jeffrey Wilcke
|
69c78ddbb4
|
Merge pull request #983 from tgerring/issue958
Format contract code as hexdata
|
2015-05-14 10:38:01 -07:00 |
|
Jeffrey Wilcke
|
007bced276
|
Merge pull request #982 from tgerring/issue962
Check for error on DB fetch of tx
|
2015-05-14 10:37:30 -07:00 |
|
Jeffrey Wilcke
|
6bc8dec7ac
|
Merge pull request #980 from fjl/geth-test-no-scrypt
cmd/geth: use plain keystore for JS tests
|
2015-05-14 10:36:56 -07:00 |
|
Taylor Gerring
|
4ad8f1035b
|
Format contract code as hexdata
|
2015-05-14 12:17:19 -05:00 |
|
Taylor Gerring
|
12f82ab2ff
|
Check for error on DB fetch of tx
|
2015-05-14 11:57:29 -05:00 |
|
Felix Lange
|
559cc02313
|
cmd/geth: use plain keystore for JS tests
This reduces the time it takes to run the tests back to 3 seconds.
|
2015-05-14 17:51:05 +02:00 |
|