7529 Commits (381917f610e3c770acb5e323884e7eef6fd25841)

Author SHA1 Message Date
Wladimir J. van der Laan 9eaa0afa6e tinyformat: force USE_VARIADIC_TEMPLATES 9 years ago
Puru 9a8a7d0115 bitcoin-cli.cpp: Use symbolic constant for exit code 9 years ago
Cory Fields de98290155 build: No need to check for leveldb atomics 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 9 years ago
Gregory Maxwell d90351f050 More comments on the design of AttemptToEvictConnection. 9 years ago
Jonas Schnelli 3b35e4896b
[RPC] add feerate option to fundrawtransaction 9 years ago
Pieter Wuille 1953c40aa9 More efficient bitsliced rolling Bloom filter 9 years ago
Pieter Wuille aa62b68745 Benchmark rolling bloom filter 9 years ago
Wladimir J. van der Laan 07e4edb056 auto_ptr → unique_ptr 9 years ago
Wladimir J. van der Laan 073225cb01 chain: define enum used as bit field as uint32_t 9 years ago
21E14 c7aac2d557 Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 9 years ago
Kaz Wesley f4ac02ee7c fix race that could fail to persist a ban 9 years ago
Pavel Janík b02119e463 Remove useless argument to AlertNotify. 9 years ago
Suhas Daftuar 383fc10ebb Only use AddInventoryKnown for transactions 9 years ago
Jonas Schnelli e59336fbf9
[bitcoin-tx] allow to set nSequence number over the in= command 9 years ago
Jonas Schnelli a946bb6b18
[RPC] createrawtransaction: add option to set the sequence number per input 9 years ago
Andrew f90efbfeef Create signmessagewithprivkey rpc 9 years ago
Wladimir J. van der Laan 6030625631 test: Add more thorough test for dbwrapper iterators 9 years ago
Wladimir J. van der Laan 84c13e759d chain: Add assertion in case of missing records in index db 9 years ago
Pavel Janík 61c01706cd Log invalid block hash to make debugging easier. 9 years ago
Wladimir J. van der Laan f135e3c943 qt: Add transaction hash to details window title 9 years ago
Kaz Wesley 719de56ab2 lock cs_main for chainActive 9 years ago
Kaz Wesley efb54ba065 lock cs_main for State/Misbehaving 9 years ago
Chris Stewart 62a9abd12b Fixing comment in script_test.json test case 9 years ago
Wladimir J. van der Laan 17a6a21786 qt: Make it possible to show details for multiple transactions 9 years ago
Pieter Wuille 1e44169f0e Add tests for CCoins deserialization 9 years ago
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