7123 Commits (c8b92486c4eca1287546b0683b6af3551db1fe67)

Author SHA1 Message Date
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
21E14 c7aac2d557 Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 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
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
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
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
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
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 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
João Barbosa af4fe7fd12 Add change options to fundrawtransaction 9 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 9 years ago
Jonas Schnelli de821d56e1
[ZMQ] refactor message string 9 years ago
Jonas Schnelli 90604f16af
add bip32 pubkey serialization 9 years ago
MarcoFalke fa7abe0a00 [test] bctest.py: Revert faa41ee 9 years ago