arkpar
67bb58d6e4
started tests refactoring
10 years ago
Gav Wood
0adfc1ea84
Minor fix.
10 years ago
Gav Wood
d76b9b3d18
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
d9372d67d1
libethcore on a new path.
10 years ago
Gav Wood
a00196914a
Basic Proof-of-Authority sealent.
10 years ago
arkpar
32e90ddcd1
started tests refactoring
10 years ago
Gav Wood
86d2a1cb7a
Minor fix.
10 years ago
Gav Wood
4f32150a6a
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
3146cf6cb7
libethcore on a new path.
10 years ago
Gav Wood
1bc77af041
Basic Proof-of-Authority sealent.
10 years ago
arkpar
5d2a36ee0f
started tests refactoring
10 years ago
Gav Wood
a787e833f5
Minor fix.
10 years ago
Gav Wood
e18e3de824
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
02557813a9
libethcore on a new path.
10 years ago
Gav Wood
88cd4dfad7
Basic Proof-of-Authority sealent.
10 years ago
arkpar
1820dbdcfc
started tests refactoring
10 years ago
Gav Wood
f663801126
Minor fix.
10 years ago
Gav Wood
d16c51a56f
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
db577f831f
libethcore on a new path.
10 years ago
Gav Wood
75857ef5d4
Basic Proof-of-Authority sealent.
10 years ago
arkpar
907ea3c800
started tests refactoring
10 years ago
Gav Wood
7962a50a39
Minor fix.
10 years ago
Gav Wood
68b2c8ecbf
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
5660a17ffe
libethcore on a new path.
10 years ago
Gav Wood
212d433370
Basic Proof-of-Authority sealent.
10 years ago
Gav Wood
778e6ff677
Fix for invariant macro.
Minor cleanups.
Fix for rescue mode.
10 years ago
CJentzsch
1927b021ab
update canary address
10 years ago
arkpar
440f6e7dc2
import transactions in a separate thread
10 years ago
Gav Wood
4346b80f06
Revert "Txqueueasyncverify"
10 years ago
Gav Wood
0c75272b58
Transaction queue does async data imports.
10 years ago
Gav Wood
00a6208e79
Don't drop DB when chaning DB format.
Don't die when geth is run.
Repotting.
Fixed #2354 .
10 years ago
Gav Wood
56ed8a9207
Extra data.
10 years ago
Gav Wood
9e0cde38d0
Who are they?
10 years ago
Gav Wood
e83e3b6cb6
Testnet canaries.
10 years ago
Gav Wood
e6cfbe5824
ethkey can sign & recover transaction information.
AZ can have sentinel set.
Split up Transaction and move most to ethcore.
10 years ago
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