- 21 Apr, 2016 6 commits
-
-
MarcoFalke authored
807fa47a Tests: Fix deserialization of reject messages (Suhas Daftuar)
-
Wladimir J. van der Laan authored
fa243293 [contrib] verify-commits: Add MarcoFalke fingerprint (MarcoFalke)
-
MarcoFalke authored
-
Wladimir J. van der Laan authored
176869f9 Explicitly pass CChainParams to ConnectBlock (face) d0a6353d Pass CChainParams to DisconnectTip() (face) 764d2377 Globals: Explicitly pass const CChainParams& to UpdateTip() (Jorge Timón)
-
Pieter Wuille authored
220f950a Fix for incorrect locking in GetPubKey() (keystore.cpp) (Yuri Zhykin)
-
Pieter Wuille authored
d39f5b42 net: disable resolving from storage structures (Cory Fields) 36756992 net: resolve outside of storage structures (Cory Fields) a98cd1fc net: manually resolve dns seed sources (Cory Fields) e9fc71e5 net: require lookup functions to specify all arguments (Cory Fields)
-
- 20 Apr, 2016 6 commits
-
-
Cory Fields authored
CNetAddr/CService/CSubnet can no longer resolve DNS.
-
Cory Fields authored
Rather than allowing CNetAddr/CService/CSubNet to launch DNS queries, require that addresses are already resolved. This greatly simplifies async resolve logic, and makes it harder to accidentally leak DNS queries.
-
Cory Fields authored
Note: Some seeds aren't actually returning an IP for their name entries, so they're being added to addrman with a source of [::]. This commit shouldn't change that behavior, for better or worse.
-
face authored
-
Suhas Daftuar authored
Assume that reject messages for blocks or transactions due to reason REJECT_MALFORMED will not include the hash of the block or tx being rejected.
-
Yuri Zhykin authored
-
- 19 Apr, 2016 13 commits
-
-
face authored
-
Jorge Timón authored
-
Wladimir J. van der Laan authored
fa10ce6a Move ui_interface.cpp to libbitcoin_server_a_SOURCES (MarcoFalke) fabbf80f [ui] Move InitError, InitWarning, AmountErrMsg (MarcoFalke)
-
MarcoFalke authored
It is only needed by bitcoind and bitcoin-qt
-
Wladimir J. van der Laan authored
0b25a9fb [ZMQ] append a message sequence number to every ZMQ notification (Jonas Schnelli) de821d56 [ZMQ] refactor message string (Jonas Schnelli)
-
Jonas Schnelli authored
-
Wladimir J. van der Laan authored
5d217dec Add test to check spendable and unspendable UTXO on RPC listunspent (Joao Fonseca) fa942c75 Move method to check matches within arrays on util.py (Joao Fonseca)
-
Joao Fonseca authored
-
Joao Fonseca authored
-
Wladimir J. van der Laan authored
b30fb42e test: Rename wallet.dat to wallet_test.dat (Wladimir J. van der Laan) a25a4f5b wallet_ismine.h → script/ismine.h (Wladimir J. van der Laan) f4eae2d9 test: Create test fixture for wallet (Wladimir J. van der Laan) de39c95c test: move accounting_tests and rpc_wallet_tests to wallet/test (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
87049e83 Speed up getchaintips. (mrbandrews)
-
Wladimir J. van der Laan authored
fae1f4eb [qa] rpc-tests: Fix link in comment and label error msg (MarcoFalke) faa4f223 [qa] pull-tester: Exit early when no tests are run (MarcoFalke) fa05e22e [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke)
-
Wladimir J. van der Laan authored
a3310b4d txdb: Fix assert crash in new UTXO set cursor (Wladimir J. van der Laan)
-
- 18 Apr, 2016 12 commits
-
-
mrbandrews authored
-
Wladimir J. van der Laan authored
Indicate that the file name is not hardcoded, and a little bit of safety so that it never nukes the main wallet. Suggestion by Marco Falke.
-
Wladimir J. van der Laan authored
Removes conditional dependency of `src/test` on wallet. Makes multisig and P2SH tests complete without wallet built-in.
-
Wladimir J. van der Laan authored
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture.
-
MarcoFalke authored
-
Wladimir J. van der Laan authored
3107c475 fix spelling mistake (Chris Moore)
-
Wladimir J. van der Laan authored
dc0693f6 add missing newline (Chris Moore)
-
Wladimir J. van der Laan authored
Move the two other wallet tests to where they belong.
-
Wladimir J. van der Laan authored
28b400f7 doc: update release-notes for `gettxoutsetinfo` change (Wladimir J. van der Laan) 76212bbc rpc: make sure `gettxoutsetinfo` hash has txids (Wladimir J. van der Laan) 9ad1a518 crypto: bytes counts are 64 bit (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
5078ca45 tests: Check Content-Type header returned from RPC server (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
a7af72a6 prevector::swap: fix (unreached) data corruption (Kaz Wesley) 4ed41a2b test prevector::swap (Kaz Wesley) 1e2c29f2 prevector: destroy elements only via erase() (Kaz Wesley)
-
Wladimir J. van der Laan authored
Remove the mistaken assumption that GetKey returning false signifies an internal database issue. It will return false when the key cannot be deserialized into the (char,uint256) stanza, which indicates that the cursor has reached a different kind of key. Fixes bug #7890 introduced in #7756.
-
- 17 Apr, 2016 2 commits
-
-
Cory Fields authored
To make it clear where DNS resolves are happening
-
Chris Moore authored
-
- 16 Apr, 2016 1 commit
-
-
Chris Moore authored
Without the newline I see "bein" where the two lines are concatenated: Note that all inputs selected must be of standard form and P2SH scripts must *bein* the wallet using importaddress or addmultisigaddress (to calculate fees).
-