Gav Wood
91452da11d
Minor optimisations.
10 years ago
Gav Wood
7a0f3350b6
Fix importing.
10 years ago
Gav Wood
7b5c971023
More exception information when no block info available.
Favour more expensive transactions.
10 years ago
Gav Wood
aceecf65b1
Set nonce in AZ and favour higher gas price transactions.
10 years ago
Gav Wood
d1cab3cfd2
Windows build fix.
10 years ago
Gav Wood
f109b6d617
Fix & reduce verbosity.
10 years ago
Gav Wood
096662a692
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
2567e71610
Provide phase and transaction data information in GM.
10 years ago
Gav Wood
346db17ba3
Parallelised large-file imports.
10 years ago
arkpar
cd3355f23f
used weak_ptr for session and peers, minor sync optimization
10 years ago
Gav Wood
0360be76f2
Make API room for major syncing. TBI.
10 years ago
Gav Wood
1439554375
Avoid rejigging only if we're syncing.
10 years ago
Gav Wood
84b3ce298c
Fix issue of mining rejig happening iff chain changed AND none ready:
Two blocks are mined on the same parent in quick succession. First gets
imported alone, chain changes but there's another "ready" so mining
doesn't get rejigged. When the second gets imported soon after, it
doesn't change the chain and so mining still doesn't restart.
10 years ago
Gav Wood
c5cb5aeed4
Avoid attempting to import invalid blocks.
Reduce verbosity.
Minor additions to exponential backoff.
10 years ago
Gav Wood
210c86bb02
Backoff to attempt to deal with non-conformant clients.
Reduce verbosity.
10 years ago
Gav Wood
9afd426e5a
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
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
arkpar
6b80953aa3
State management in EthereumHost, better sync progress reporting.
Invariants checking
10 years ago
Gav Wood
5a6f6a55f2
Cleanups and fix for sending transactions when not syncing.
10 years ago
Gav Wood
a3d39e784f
Unrevert VM.
10 years ago
Gav Wood
d09dc29ef3
Minor optimsation.
10 years ago
Gav Wood
62f0f184b4
Avoid large dumps.
10 years ago
Gav Wood
4e17c58938
Remove all other support code in favour of exception information.
10 years ago
Marek Kotewicz
ced5554c27
special filters returning hashes on eth_getFilterChanges
10 years ago
Gav Wood
7bff0d1f7d
Faster State diffs.
Support canary contract to stop mining.
Manage rude nodes.
10 years ago
Gav Wood
095b6f8189
Report bad blocks using published standards.
10 years ago
Marek Kotewicz
7690647be8
updated LocalisedLogEntry
10 years ago
Marek Kotewicz
aa1a40a009
common changes
10 years ago
arkpar
bec5703d33
hash download reporting
10 years ago
Paweł Bylica
f7ed7ed4de
Rename Executive::collectResult -> setResultRecipient.
10 years ago
arkpar
4787970b0d
codeHash in ExtVM
10 years ago
Gav Wood
c7c1d79176
Frontier parameters in.
10 years ago
Marek Kotewicz
1108680fe3
filters using blockHashes instead of blockNumbers
10 years ago
Gav Wood
46666c8450
Accept alternative nonce.
10 years ago
arkpar
1a37f2b3da
fixed blockchain kill
10 years ago
Gav Wood
850c21eb3a
Avoid redownloading chain for non-breaking changes.
10 years ago
arkpar
597f56843b
GetBlockHashesByNumber packet
10 years ago
Paweł Bylica
a10f7d5dd2
Rename Executive::setResultRef -> collectResult.
10 years ago
Paweł Bylica
72856a8af6
Change the way execution results are collected.
Changes handling ExecutionResult by Executive. From now execution results are collected on if a storage for results (ExecutionResult) is provided to an Executiove instance up front. This change allow better output management for calls - VM interface improved.
10 years ago
arkpar
10cfa35c09
blockchain sync refactoring
10 years ago
Paweł Bylica
33dd3f2e2b
Fix code duplication in Executive::call overloadings.
10 years ago
Gav Wood
846de9acea
Pregenerate DAG when mining on AZ/eth/ethminer.
Use regeneratable key for decrets by default.
10 years ago
Gav Wood
cfb9bd15b0
Tidy up notifications.
10 years ago
Gav Wood
ce205f382c
Remote mining fixes.
10 years ago