obscuren
59c0d01418
core: chain manager no longer exports genesis block
10 years ago
obscuren
bc5e60cd63
miner: stale block notification
10 years ago
obscuren
c67424ecc8
core: parallelise nonce checking when processing blocks
...
ChainManager now uses a parallel approach to block processing where all
nonces are checked seperatly from the block processing process. This
speeds up the process by about 3 times on my i7
10 years ago
Jeffrey Wilcke
443d024843
Merge pull request #1021 from obscuren/global_chain_lock
...
core: global chain insert lock
10 years ago
obscuren
27782bbade
core: global chain insert lock
10 years ago
Jeffrey Wilcke
426c70ac0b
Merge pull request #1011 from obscuren/upgradedb_fix
...
cmd/geth: delete state db on upgradedb command
10 years ago
obscuren
28ba374f27
cmd/geth: delete state db on upgradedb command
10 years ago
obscuren
ad99089567
Merge branch 'hotfix/0.9.21.1' into develop
10 years ago
obscuren
ad7b0efbd3
cmd/geth: hotfix bump
10 years ago
obscuren
d98a6f85fc
core: further improved uncle error messages
10 years ago
obscuren
c2ef8682fe
eth/downloader: moved start event
...
Start event has moved because it could possibly could stall the miner
10 years ago
Vitalik Buterin
fe64a13cea
Adjust miner coinbase and not just miner worker coinbase
10 years ago
obscuren
741fa8ca9c
miner: mutex locks on cpu agent. Closes #1007
10 years ago
Vitalik Buterin
61e8296bd8
Adjust miner coinbase and not just miner worker coinbase
10 years ago
obscuren
4b2ee6c30c
Merge branch 'release/0.9.21' into develop
10 years ago
obscuren
1564f1a020
Merge branch 'release/0.9.21'
10 years ago
obscuren
7ea76fcf99
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
10 years ago
obscuren
79fa05867f
xeth: set balance max balance to from in call. Closes #951
10 years ago
Jeffrey Wilcke
d116b9595c
Merge pull request #989 from obscuren/develop
...
core, miner: fork resolving and restart miner after sync op
10 years ago
obscuren
55d85d60fd
eth, cmd/geth: start mining from console respects CLI flag
10 years ago
obscuren
d3e84cc8b4
miner: properly check for mining operation on Register
10 years ago
obscuren
5cec1aad15
core, miner: fork resolving and restart miner after sync op
...
Fork resolving fixes #940
10 years ago
Jeffrey Wilcke
82c0780f81
Merge pull request #996 from karalabe/fix-potential-crosscheck-race
...
eth/downloader: circumvent download race between crosscheck and hashes
10 years ago
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
10 years ago
Péter Szilágyi
412cf98bbc
eth/downloader: fix #992 , where tests may time out on a slow machine
10 years ago
Péter Szilágyi
f3ae8f50a5
eth/downloader: circumvent download race between crosscheck and hashes
10 years ago
Jeffrey Wilcke
98998534cb
Merge pull request #995 from Gustav-Simonsson/update_state_tests_and_vm_create_return
...
Update state tests and vm create return
10 years ago
Gustav Simonsson
619e8a4f03
Add StateTests/RandomTests but skip for now
10 years ago
Jeffrey Wilcke
164ba56a60
Merge pull request #994 from karalabe/fix-cancel-double-close
...
eth/downloader: fix cancel channel double close
10 years ago
Gustav Simonsson
32276e8b01
Update StateTests and nil create return on failed code deposit
10 years ago
Péter Szilágyi
4f0d88cb02
eth/downloader: fix cancel channel double close
10 years ago
Gustav Simonsson
830bdb1cfd
Update Ethereum JSON tests
10 years ago
Gustav Simonsson
dadf01de60
unskip StateTests/stTransactionTest and use test tx nonce
10 years ago
Jeffrey Wilcke
7d71a75d77
Merge pull request #988 from karalabe/fix-downloader-vulnerabilities
...
Fix downloader vulnerabilities
10 years ago
Péter Szilágyi
5c1a7b965c
eth/downloader: circumvent a fake blockchain attack
10 years ago
Péter Szilágyi
b517967f86
eth/downloader: don't penalize for stale cross checks
10 years ago
Péter Szilágyi
83226762c2
eth, eth/downloader: detect and handle madeup hash attacks
10 years ago
Péter Szilágyi
9ad515d2dc
eth: drop a sync peer if it sends an invalid hash chain
10 years ago
Péter Szilágyi
72411eb24c
eth/downloader: circumvent hash reordering attacks
10 years ago
Péter Szilágyi
bcc2980179
eth/downloader: check sync after failed attacks
10 years ago
Péter Szilágyi
366e9627e8
eth/downloader: add a test for detecting missing blocks
10 years ago
Péter Szilágyi
cd2fb09051
eth, eth/downloader: prevent hash repeater attack
10 years ago
Jeffrey Wilcke
c1f0d40e34
Merge pull request #987 from obscuren/develop
...
Miner updates and downloader events
10 years ago
Jeffrey Wilcke
158efbaa45
Merge pull request #984 from tgerring/issue924
...
Omit replies for RPC notification requests
10 years ago
obscuren
cfb2b51b74
eth/downloader: fixed test
10 years ago
obscuren
f6669db001
core: fixed mining strategy
10 years ago
obscuren
b71091e337
eth, eth/downloader, miner: use download events to check miner start
10 years ago
obscuren
0f76a1c6df
core: changed how head events are checked
10 years ago
obscuren
580bae0a86
core: improved uncle messages
10 years ago
Taylor Gerring
44a7f997c3
Unreverse ordering
10 years ago