Gav Wood
e83201f563
Crash fix.
10 years ago
Gav Wood
0ec0e5c4ea
Fix ready for gas used/refunded.
10 years ago
arkpar
050ee239fd
locking improvements
10 years ago
arkpar
eb2bc3e69f
sync status CLI
10 years ago
Paweł Bylica
1db8e5ff71
Increase stack size needed for VM execution in Debug build type.
10 years ago
Paweł Bylica
42d9edc9b0
Fix up rvalue references. Avoid a copy of an EVM code in ExtVM.
10 years ago
arkady.paronyan@gmail.com
8689bc8164
msvc compilation/warnings
10 years ago
arkpar
3751eabfa8
mutiple threads, added m_future limit check
10 years ago
arkpar
440f6e7dc2
import transactions in a separate thread
10 years ago
Gav Wood
69760bc3f6
include deque.
10 years ago
Gav Wood
d73209158e
test for new transaction queue.
Some cleanups and enhacements to Guards & Notifier.
Fix an invariant TransactionQueue.
10 years ago
Gav Wood
4346b80f06
Revert "Txqueueasyncverify"
10 years ago
Gav Wood
0c75272b58
Transaction queue does async data imports.
10 years ago
arkpar
cd06dfae5d
removed dbg limit
10 years ago
arkpar
bf5156bcd6
fixed m_known handling
10 years ago
arkpar
c7a516714d
prioritized transaction queue
Conflicts:
libethereum/TransactionQueue.cpp
msvc build fix
10 years ago
Gav Wood
ca487600a3
Multiple directories involved now.
10 years ago
Gav Wood
136bd963d4
Slightly more useful errors in the case of upgrade failure.
10 years ago
Gav Wood
064dfa51e2
More leniency over status when upgrading, avoid continual retrying.
10 years ago
Gav Wood
18ad0a4c9a
Fix for crap compilers.
Fix for tests.
10 years ago
Gav Wood
466070b5de
transaction queue shouldn't be returning future txs.
10 years ago
Gav Wood
f1c91d5c7f
Capture this by value not reference. Remove dead code.
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
arkpar
2a9b906cc3
removed incorrect invariant checks (subject to race contition)
10 years ago
arkpar
cf54c31c3c
fixed starved download, removed obsolete invariant
10 years ago
chriseth
5a94ff0f97
Use size_t for RLP and decode length more carefully.
10 years ago
arkpar
de121cddcf
download hashes from multiple peers when starving
10 years ago
Lefteris Karapetsas
fdc40a05bf
BlockQueue::import() spams only under specific verbosity
I am getting the thread id even with verbosity = 0 which can make it
really difficult to debug anything else if I am not interested in said
thread's ID
10 years ago
arkpar
9cea8c669e
keep the chain on syncer aborting during blocks downloading
10 years ago
Gav Wood
56ed8a9207
Extra data.
10 years ago
Gav Wood
9e0cde38d0
Who are they?
10 years ago
arkpar
4983db8e58
removed unneeded invariant checks, fixed disconnect message priority
10 years ago
Gav Wood
e83e3b6cb6
Testnet canaries.
10 years ago
Gav Wood
603218dc6e
Fix deadlocks.
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
arkpar
382c476826
removed incorrect invariants (subject to race condition)
10 years ago
chriseth
75795be231
Fixed typo.
10 years ago
chriseth
485a910523
Documentation and tests for RangeMask.
10 years ago
arkpar
f3850a5e8a
even more diagnostics
10 years ago
arkpar
befae80d10
more diagnostics
10 years ago
Marek Kotewicz
34b2767a59
isKnown const&
10 years ago
Gav Wood
91452da11d
Minor optimisations.
10 years ago
arkpar
7ba71da280
style
10 years ago
Marek Kotewicz
107701727d
fixed getting transaction by blockNumber and index
10 years ago
Marek Kotewicz
45cb07bccf
getBlockBy** and getBlockTransactionCountBy** return null if block is not found
10 years ago
Marek Kotewicz
971b685441
blockchain isKnown block / transaction
10 years ago
Gav Wood
7a0f3350b6
Fix importing.
10 years ago
Gav Wood
7a5b4db728
Minor renaming in BlockQueue, remove unnecessary invariant check, add
additional one.
10 years ago
arkpar
a586e2cafe
blocks no longer stuck in verifying state
10 years ago
Lefteris Karapetsas
b9b1936477
contains() gets moved to CommonData.h
- It also now uses std::find()
10 years ago