7402 Commits (59d063d07660d6e8d53ed8aa1eb8b0747ea6767c)

Author SHA1 Message Date
Cory Fields a98cd1fc86 net: manually resolve dns seed sources 8 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 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
MarcoFalke fa10ce6a6d Move ui_interface.cpp to libbitcoin_server_a_SOURCES 8 years ago
Jonas Schnelli 0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification 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
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 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
Chris Moore fc95f6ecb6 fix typo in help text 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 76212bbc6a rpc: make sure `gettxoutsetinfo` hash has txids 8 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 8 years ago
Wladimir J. van der Laan 9ad1a51857 crypto: bytes counts are 64 bit 8 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 8 years ago
João Barbosa f2d0944eb3 Add lockUnspents option to fundrawtransaction 8 years ago
João Barbosa af4fe7fd12 Add change options to fundrawtransaction 8 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 8 years ago
Jonas Schnelli de821d56e1
[ZMQ] refactor message string 8 years ago
Jonas Schnelli 90604f16af
add bip32 pubkey serialization 8 years ago
MarcoFalke fa7abe0a00 [test] bctest.py: Revert faa41ee 8 years ago
Pieter Wuille 38c310299c Change mapRelay to store CTransactions 8 years ago
Alex Morcos c6cb6f7d4c Avoid unnecessary database access for unknown transactions 8 years ago
Rusty Russell 85c807c9ea getblockchaininfo: make bip9_softforks an object, not an array. 8 years ago
Alexander Regueiro 41dbc4849e Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. 8 years ago
Suhas Daftuar 7e91f632c7 Use txid as key in mapAlreadyAskedFor 8 years ago
Gregory Maxwell 66b07247a7 Only send one GetAddr response per connection. 8 years ago
MarcoFalke faa41ee204 [qa] py2: Unfiddle strings into bytes explicitly 8 years ago
Pieter Wuille 5eeb913d6c Clean up lockorder data of destroyed mutexes 8 years ago
MarcoFalke facf5a4947 [amount] tests: Fix off-by-one mistake 8 years ago
Pavel Janík 62a6486058 RPC: do not print ping info in getpeerinfo when no ping received yet, fix help 8 years ago
Wladimir J. van der Laan 4521f005a1 tests: add varints_bitpatterns test 8 years ago
Matthew English 03c77fdc14 Doc: Update isStandardTx comment 8 years ago
MarcoFalke fa2da2cb60 [amount] Add support for negative fee rates 8 years ago
MarcoFalke 11114a69c8 [amount] test negative fee rates and full constructor 8 years ago
Suhas Daftuar e4ba9f6b04 Version 2 transactions remain non-standard until CSV activates 8 years ago