1649 Commits (f2fdd8fb32276b1c58ab8fe90b8597269cb15e90)

Author SHA1 Message Date
Gav Wood f2fdd8fb32 Nicer import graph. 10 years ago
Gav Wood dbf49bbc49 Better visualisation of sync. 10 years ago
Gav Wood f35358caa0 Undo hard fork. 10 years ago
Gav Wood 54d2906a3b Reorganise logs. 10 years ago
Gav Wood 5124ff752b Switch to YP compliant gas accounting at block 830k 10 years ago
Gav Wood f29cb461c9 Tidy up gaurds. Shorted extraData to max size. 10 years ago
Dimitry Khokhlov ce93507040 Issues: BlockChain::rebuild + byteRef test 10 years ago
Marek Kotewicz 9d0ef73c8e eth_getTransactionReceipt 10 years ago
arkpar cea26e8dab Fixed clang warnings 10 years ago
chriseth ef3ccfcdaa Use rlpList to construct some RLPs. 10 years ago
Marek Kotewicz c89f56309d updated Interface and ClientBase method "sendTransaction" description 10 years ago
Marek Kotewicz 455a1aed74 rpc eth_sendTransaction returns always transaction hash 10 years ago
Gav Wood e1edbcf581 Avoid spurious error messages. 10 years ago
Gav Wood 9be175ddd7 Cleaned up interface to send/submit Transaction. 10 years ago
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 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. 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 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. 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. 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 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. 10 years ago
arkpar 382c476826 removed incorrect invariants (subject to race condition) 10 years ago
chriseth 75795be231 Fixed typo. 10 years ago