10736 Commits (37f9a1f627c0995d89b62923e75cd092600894f9)
 

Author SHA1 Message Date
Pieter Wuille 7daa3adb24
Merge #7868: net: Split DNS resolving functionality out of net structures 8 years ago
Gregory Maxwell b559914753 Move bloom and feerate filtering to just prior to tx sending. 8 years ago
Pieter Wuille 4578215e7f Return mempool queries in dependency order 8 years ago
Pieter Wuille ed7068302c Handle mempool requests in send loop, subject to trickle 8 years ago
Pieter Wuille dc13dcd2be Split up and optimize transaction and block inv queues 8 years ago
Suhas Daftuar 3a99fb2cb1 Fix headers announcements edge case 8 years ago
Cory Fields d39f5b425d net: disable resolving from storage structures 8 years ago
Cory Fields 367569926a net: resolve outside of storage structures 8 years ago
Cory Fields a98cd1fc86 net: manually resolve dns seed sources 8 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 8 years ago
Suhas Daftuar 807fa47a1e Tests: Fix deserialization of reject messages 8 years ago
Yuri Zhykin 220f950ab1 Fix for incorrect locking in GetPubKey() (keystore.cpp) 8 years ago
Gregory Maxwell f2d3ba7386 Eliminate TX trickle bypass, sort TX invs for privacy and priority. 8 years ago
Gavin Andresen e2a30bc9a9 Unit test for CScript::FindAndDelete 8 years ago
Patrick Strateman c0f660c3a3 Replace c-style cast with c++ style static_cast. 8 years ago
Patrick Strateman ec9ad5f199 Replace memcmp with std::equal in CScript::FindAndDelete 8 years ago
Cory Fields a4625acbf8 leveldb: integrate leveldb into our buildsystem 8 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 8 years ago
Jorge Timón 764d237772 Globals: Explicitly pass const CChainParams& to UpdateTip() 8 years ago
Wladimir J. van der Laan 04a2937357
Merge #7787: [Moveonly] Create ui_interface.cpp 8 years ago
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 8 years ago
Wladimir J. van der Laan a1eb344ba8
Merge #7762: [ZMQ] append a message sequence number to every ZMQ notification 8 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 8 years ago
Wladimir J. van der Laan 0e6fd5e4af
Merge #7822: Add listunspent() test for spendable/unspendable UTXO 8 years ago
Joao Fonseca 5d217decc1 Add test to check spendable and unspendable UTXO on RPC listunspent 8 years ago
Joao Fonseca fa942c755a Move method to check matches within arrays on util.py 8 years ago
Wladimir J. van der Laan 187186b0fe
Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/test 8 years ago
Wladimir J. van der Laan 4205ad7ca2
Merge #7827: Speed up getchaintips. 8 years ago
Wladimir J. van der Laan fa9d86f8c4
Merge #7851: [qa] pull-tester: Don't mute zmq ImportError 8 years ago
Wladimir J. van der Laan fc9e3346e6
Merge #7904: txdb: Fix assert crash in new UTXO set cursor 8 years ago
mrbandrews 87049e832d Speed up getchaintips. 8 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 8 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 8 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 8 years ago
MarcoFalke fae1f4ebfe [qa] rpc-tests: Fix link in comment and label error msg 8 years ago
Wladimir J. van der Laan d289950180
Merge #7900: fix spelling mistake 8 years ago
Wladimir J. van der Laan 9eb7565cdd
Merge #7897: add missing newline 8 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 8 years ago
Wladimir J. van der Laan 88616d2008
Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects `gettxoutsetinfo` 8 years ago
Wladimir J. van der Laan b1bf511af6
Merge #7833: tests: Check Content-Type header returned from RPC server 8 years ago
Wladimir J. van der Laan ec870e1399
Merge #7888: prevector: fix 2 bugs in currently unreached code paths 8 years ago
Wladimir J. van der Laan a3310b4d48 txdb: Fix assert crash in new UTXO set cursor 8 years ago
Cory Fields e9fc71e5fa net: require lookup functions to specify all arguments 8 years ago
Chris Moore 3107c475a7 fix spelling mistake 8 years ago
Chris Moore dc0693f637 add missing newline 8 years ago
Kaz Wesley a7af72a697 prevector::swap: fix (unreached) data corruption 8 years ago
Kaz Wesley 4ed41a2b61 test prevector::swap 8 years ago
Kaz Wesley 1e2c29f263 prevector: destroy elements only via erase() 8 years ago
Wladimir J. van der Laan 28b400f7d1 doc: update release-notes for `gettxoutsetinfo` change 8 years ago
Wladimir J. van der Laan 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 8 years ago