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
Gav Wood
c4b044d926
Improve AZ & eth latency.
10 years ago
Gav Wood
c8c22fcfbd
Fixed 1970
More frequent chain updates.
10 years ago
CJentzsch
f55975b5dc
cleaner output
10 years ago
Gav Wood
6bce6400ff
Fix lockup.
10 years ago
Gav Wood
368532c107
Extra diagnostics, assertions and fail-safes for tracking BadRoot bug.
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
Gav Wood
97f936d30c
Only report worker stuff when it's laggy.
Cleanups ETH_ -> DEV_
10 years ago
Gav Wood
677eb456b2
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
10 years ago
Gav Wood
84ecbaff9e
Condition variables rather than polling FTW.
10 years ago
Gav Wood
1aa1950d75
Invariant utilities.
10 years ago
Gav Wood
be6dd3b62b
Optimisations and fixes for the BlockQueue.
10 years ago
CJentzsch
8efa22d61d
build fix
10 years ago
Gav Wood
976c990ddb
Minimise write-locking of DB. Fixes #1676
10 years ago
Gav Wood
c4fb35d419
Fix for #1766
10 years ago
Gav Wood
64f159ebdf
Transaction injection. Signing still needs properly sorting.
10 years ago
Gav Wood
39a52ae219
Fix killBlockchain.
10 years ago
Gav Wood
87770dad0b
More logging stuff.
Fixes #1680
10 years ago
CJentzsch
94c84a75ec
optimization - higher precision and single gas price handling
10 years ago
CJentzsch
d968959ad0
style
10 years ago
CJentzsch
741b56c960
style
10 years ago
CJentzsch
e566a4f5c2
really nice scientific gasPricer
10 years ago
Gav Wood
55b9038d6f
More awesome logging stuff.
10 years ago
Jan Willem Penterman
ea5e343e4d
more ascii art for windows logging
10 years ago
Gav Wood
dad9a32d33
Better logging.
10 years ago
Gav Wood
53da2881e9
Fix for mining, possibly.
10 years ago
Gav Wood
66a4752cf2
Don't prep mining if no need.
10 years ago
Gav Wood
3efa477be6
Avoid div by zero.
Always prepare work, even when not apparently mining.
10 years ago
Gav Wood
cb9e3189e1
Additional activity reporting.
10 years ago
Gav Wood
dd0b508d53
Don't forget the transaction queue!
10 years ago
Gav Wood
a5f2dc881e
New strategy - send all new blocks out, even when (re)syncing (though
only when resyncing < 20 blocks).
Make a note of bad transactions to avoid re-importing when bad nodes
pass them to us.
10 years ago
Gav Wood
f104697747
Redo thread safety in Client. Rework some Worker threading stuff.
10 years ago
Gav Wood
ceff94ba53
Ticking to allow future blocks to actually be included and prevent
"mining crash".
10 years ago
Gav Wood
369d45634a
Allow pre-mining if it's us.
10 years ago