7601 Commits (9bb2a02f0dd8851a6dc413fd86ce0b51878b5007)

Author SHA1 Message Date
Pieter Wuille 5d0434d13d Fix OOM bug: UTXO entries with invalid script length 9 years ago
Patrick Strateman 4bf631e5e4 CDataStream::ignore Throw exception instead of assert on negative nSize. 9 years ago
Pieter Wuille 4f87af6fc7 Treat overly long scriptPubKeys as unspendable 9 years ago
Pieter Wuille f8e6fb1800 Introduce constant for maximum CScript length 9 years ago
Patrick Strateman fb26bf0ea3 CAddrMan::Deserialize handle corrupt serializations better. 9 years ago
Wladimir J. van der Laan 869cf1234a dbwrapper: Move `HandleError` to `dbwrapper_private` 9 years ago
Wladimir J. van der Laan b69836d6ff dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator 9 years ago
Wladimir J. van der Laan 878bf480a3 dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex 9 years ago
Wladimir J. van der Laan 74f7b1273c dbwrapper: Remove throw keywords in function signatures 9 years ago
instagibbs 9c0bcb617b push back getaddednodeinfo dead value 9 years ago
Wladimir J. van der Laan f59dceb44f qt: Fix out-of-tree GUI builds 9 years ago
Kaz Wesley 57704499be CBase58Data::SetString: cleanse the full vector 9 years ago
Patrick Strateman d1d7775587 Improve worst-case behavior of CScript::FindAndDelete 9 years ago
Gregory Maxwell b559914753 Move bloom and feerate filtering to just prior to tx sending. 9 years ago
Pieter Wuille 4578215e7f Return mempool queries in dependency order 9 years ago
Pieter Wuille ed7068302c Handle mempool requests in send loop, subject to trickle 9 years ago
Pieter Wuille dc13dcd2be Split up and optimize transaction and block inv queues 9 years ago
Suhas Daftuar 3a99fb2cb1 Fix headers announcements edge case 9 years ago
Cory Fields d39f5b425d net: disable resolving from storage structures 9 years ago
Cory Fields 367569926a net: resolve outside of storage structures 9 years ago
Cory Fields a98cd1fc86 net: manually resolve dns seed sources 9 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 9 years ago
Yuri Zhykin 220f950ab1 Fix for incorrect locking in GetPubKey() (keystore.cpp) 9 years ago
Gregory Maxwell f2d3ba7386 Eliminate TX trickle bypass, sort TX invs for privacy and priority. 9 years ago
Gavin Andresen e2a30bc9a9 Unit test for CScript::FindAndDelete 9 years ago
Patrick Strateman c0f660c3a3 Replace c-style cast with c++ style static_cast. 9 years ago
Patrick Strateman ec9ad5f199 Replace memcmp with std::equal in CScript::FindAndDelete 9 years ago
Cory Fields a4625acbf8 leveldb: integrate leveldb into our buildsystem 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
Jorge Timón 764d237772 Globals: Explicitly pass const CChainParams& to UpdateTip() 9 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 9 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 9 years ago
mrbandrews 87049e832d Speed up getchaintips. 9 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 9 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 9 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 9 years ago
Wladimir J. van der Laan a3310b4d48 txdb: Fix assert crash in new UTXO set cursor 9 years ago
Cory Fields e9fc71e5fa net: require lookup functions to specify all arguments 9 years ago
Chris Moore 3107c475a7 fix spelling mistake 9 years ago
Chris Moore dc0693f637 add missing newline 9 years ago
Chris Moore fc95f6ecb6 fix typo in help text 9 years ago
Kaz Wesley a7af72a697 prevector::swap: fix (unreached) data corruption 9 years ago
Kaz Wesley 4ed41a2b61 test prevector::swap 9 years ago
Kaz Wesley 1e2c29f263 prevector: destroy elements only via erase() 9 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 9 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 9 years ago
Wladimir J. van der Laan 9ad1a51857 crypto: bytes counts are 64 bit 9 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 9 years ago
João Barbosa f2d0944eb3 Add lockUnspents option to fundrawtransaction 9 years ago