CJentzsch
|
1bc547dc48
|
check nonce
|
10 years ago |
arkpar
|
1c2a9cd088
|
fixed syncing stalling issues
|
10 years ago |
Gav Wood
|
9afd426e5a
|
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
|
10 years ago |
Marek Kotewicz
|
6ae2eb8039
|
removed extra ;
|
10 years ago |
Marek Kotewicz
|
c592fde8cf
|
style fix
|
10 years ago |
arkpar
|
aca7c7c01e
|
enable syncing with rude peer
|
10 years ago |
Marek Kotewicz
|
63fb8d89bd
|
merge fix
|
10 years ago |
Marek Kotewicz
|
821ba0e002
|
changed Blockchain sync return tuple from <h256s, h256s, bool> to <ImportRoute, bool>
|
10 years ago |
Marek Kotewicz
|
e9748677df
|
ImportRoute struct instead of class
|
10 years ago |
Gav Wood
|
425c9aaeeb
|
Use relative bounds to target.
|
10 years ago |
Gav Wood
|
7d55e9123e
|
Show import timing.
|
10 years ago |
Gav Wood
|
eb140df18a
|
Admin methods.
|
10 years ago |
Marek Kotewicz
|
ee06872b19
|
ImportRoute class instead of pair
|
10 years ago |
Paweł Bylica
|
ed65ebdede
|
Remove debug logs and add comments.
|
10 years ago |
Paweł Bylica
|
4b2d62814f
|
Change stack offloading point.
|
10 years ago |
arkpar
|
8ccd0bb229
|
added missing resync guard
|
10 years ago |
Paweł Bylica
|
35b786be24
|
OS stack memory offloading for VM execution.
|
10 years ago |
arkpar
|
6b80953aa3
|
State management in EthereumHost, better sync progress reporting.
Invariants checking
|
10 years ago |
Gav Wood
|
3e46b869ad
|
Allow unlocking of wallets over RPC.
|
10 years ago |
arkpar
|
566b2b6354
|
resync after downloading unknown new block
|
10 years ago |
Gav Wood
|
237d044a73
|
Reprocess in eth -i, don't network by default.
|
10 years ago |
yann300
|
7a557e42df
|
small changed based on comments
|
10 years ago |
CJentzsch
|
43f8d638fb
|
add transactnonce to ethcli
|
10 years ago |
Gav Wood
|
5a6f6a55f2
|
Cleanups and fix for sending transactions when not syncing.
|
10 years ago |
arkpar
|
8605b8c9ce
|
use all peers for re-syncing
|
10 years ago |
arkpar
|
eb8f610644
|
fixed catching up syncing
|
10 years ago |
Gav Wood
|
db4762bd48
|
Fix copyTo to manage when ranges overlap;
more efficient precompiled move.
|
10 years ago |
Gav Wood
|
03bee4432e
|
Fix for precompiled contracts.
|
10 years ago |
Gav Wood
|
a3d39e784f
|
Unrevert VM.
|
10 years ago |
arkpar
|
826cc681ac
|
style
|
10 years ago |
arkpar
|
f32961daa8
|
fixed bad blocks handling in BlockQueue
|
10 years ago |
arkpar
|
9830ffef43
|
reverted isSyncing to prevent unneeded resyncs
|
10 years ago |
Marek Kotewicz
|
6d75a52530
|
windows fix
|
10 years ago |
arkpar
|
e677a3ac6a
|
do not reset hash download manager when not needed
|
10 years ago |
Gav Wood
|
fce5655d14
|
Avoid double-printing of error.
|
10 years ago |
Gav Wood
|
e895b4c847
|
Version bump.
|
10 years ago |
Gav Wood
|
55b411b12e
|
Less lenience over unknown blocks.
|
10 years ago |
arkpar
|
0a44c7ab4f
|
block queue limiting and other fixes
|
10 years ago |
Gav Wood
|
8266ee155e
|
Avoid download more than one thousand blocks in advance.
|
10 years ago |
Paweł Bylica
|
9298da010f
|
Refactor Executive: revert "keep ExtVM by unique_ptr".
(reverted from commit cf56b9e963 )
|
10 years ago |
Gav Wood
|
cc668312b7
|
Avoid throwing out potentially good blocks.
|
10 years ago |
Gav Wood
|
d09dc29ef3
|
Minor optimsation.
|
10 years ago |
Gav Wood
|
62f0f184b4
|
Avoid large dumps.
|
10 years ago |
yann300
|
cb380d66bb
|
- allow ignore nonce checking
|
10 years ago |
arkpar
|
c12b481529
|
track block queue size
|
10 years ago |
Gav Wood
|
36e57f09a2
|
Fix for previous.
|
10 years ago |
Gav Wood
|
c507d9fd39
|
More aggressive bad-block policy.
|
10 years ago |
Gav Wood
|
3840388d20
|
Use sha3memory to avoid phoning home with huge messages.
|
10 years ago |
Gav Wood
|
d91bde3504
|
More ethvm CLI options.
|
10 years ago |
Gav Wood
|
fe8bcb39fb
|
Useful EVM CLI tool.
|
10 years ago |