1843 Commits (4ad74e18c88ef73682df66a85a1a7c9b33fcb96f)

Author SHA1 Message Date
Dimitry Khokhlov ce93507040 Issues: BlockChain::rebuild + byteRef test 9 years ago
Marek Kotewicz 9d0ef73c8e eth_getTransactionReceipt 9 years ago
arkpar cea26e8dab Fixed clang warnings 9 years ago
Paweł Bylica 0c382f37f1 Avoid warnings about unused function arguments. 9 years ago
Paweł Bylica 1a6620ef67 Adjust stack offloading params. Enable only for clang compiler. 9 years ago
chriseth ef3ccfcdaa Use rlpList to construct some RLPs. 9 years ago
Marek Kotewicz c89f56309d updated Interface and ClientBase method "sendTransaction" description 9 years ago
Marek Kotewicz 455a1aed74 rpc eth_sendTransaction returns always transaction hash 9 years ago
Gav Wood e1edbcf581 Avoid spurious error messages. 9 years ago
Gav Wood 9be175ddd7 Cleaned up interface to send/submit Transaction. 9 years ago
Gav Wood e83201f563 Crash fix. 9 years ago
Gav Wood 0ec0e5c4ea Fix ready for gas used/refunded. 9 years ago
arkpar 050ee239fd locking improvements 9 years ago
arkpar eb2bc3e69f sync status CLI 9 years ago
Paweł Bylica 1db8e5ff71 Increase stack size needed for VM execution in Debug build type. 9 years ago
Paweł Bylica 42d9edc9b0 Fix up rvalue references. Avoid a copy of an EVM code in ExtVM. 9 years ago
arkady.paronyan@gmail.com 8689bc8164 msvc compilation/warnings 9 years ago
arkpar 3751eabfa8 mutiple threads, added m_future limit check 9 years ago
arkpar 440f6e7dc2 import transactions in a separate thread 9 years ago
Gav Wood 69760bc3f6 include deque. 9 years ago
Gav Wood d73209158e test for new transaction queue. 9 years ago
Gav Wood 4346b80f06 Revert "Txqueueasyncverify" 9 years ago
Gav Wood 0c75272b58 Transaction queue does async data imports. 9 years ago
arkpar cd06dfae5d removed dbg limit 9 years ago
arkpar bf5156bcd6 fixed m_known handling 9 years ago
arkpar c7a516714d prioritized transaction queue 9 years ago
Gav Wood ca487600a3 Multiple directories involved now. 9 years ago
Gav Wood 136bd963d4 Slightly more useful errors in the case of upgrade failure. 9 years ago
Gav Wood 064dfa51e2 More leniency over status when upgrading, avoid continual retrying. 9 years ago
Gav Wood 18ad0a4c9a Fix for crap compilers. 9 years ago
Gav Wood 466070b5de transaction queue shouldn't be returning future txs. 9 years ago
Gav Wood f1c91d5c7f Capture this by value not reference. Remove dead code. 9 years ago
Gav Wood 00a6208e79 Don't drop DB when chaning DB format. 9 years ago
arkpar 2a9b906cc3 removed incorrect invariant checks (subject to race contition) 9 years ago
arkpar cf54c31c3c fixed starved download, removed obsolete invariant 9 years ago
chriseth 5a94ff0f97 Use size_t for RLP and decode length more carefully. 9 years ago
arkpar de121cddcf download hashes from multiple peers when starving 9 years ago
Lefteris Karapetsas fdc40a05bf BlockQueue::import() spams only under specific verbosity 9 years ago
arkpar 9cea8c669e keep the chain on syncer aborting during blocks downloading 9 years ago
Gav Wood 56ed8a9207 Extra data. 9 years ago
Gav Wood 9e0cde38d0 Who are they? 9 years ago
arkpar 4983db8e58 removed unneeded invariant checks, fixed disconnect message priority 9 years ago
Gav Wood e83e3b6cb6 Testnet canaries. 9 years ago
Gav Wood 603218dc6e Fix deadlocks. 9 years ago
Gav Wood e6cfbe5824 ethkey can sign & recover transaction information. 9 years ago
arkpar 382c476826 removed incorrect invariants (subject to race condition) 9 years ago
chriseth 75795be231 Fixed typo. 9 years ago
chriseth 485a910523 Documentation and tests for RangeMask. 9 years ago
arkpar f3850a5e8a even more diagnostics 9 years ago
arkpar befae80d10 more diagnostics 9 years ago