aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-29Add Clang thread safety annotations for variables guarded by cs_nTimeOffsetpracticalswift
2018-04-29Add Clang thread safety annotations for variables guarded by cs_rpcWarmuppracticalswift
2018-04-27Merge #13077: Add compile time checking for all cs_KeyStore runtime locking a...MarcoFalke
2018-04-27Merge #13090: Remove Safe mode (achow101)Wladimir J. van der Laan
2018-04-27Remove "rpc" category from GetWarningsWladimir J. van der Laan
2018-04-27rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved sectionWladimir J. van der Laan
2018-04-26Merge #13002: Do not treat bare multisig outputs as IsMine unless watchedWladimir J. van der Laan
2018-04-26Merge #13003: qa: Add test for orphan handlingWladimir J. van der Laan
2018-04-26Merge #13031: Fix for utiltime to compile with msvc.Wladimir J. van der Laan
2018-04-26Remove Safe modeAndrew Chow
2018-04-26Merge #12321: p2wsh and p2sh-p2wsh address in decodescriptWladimir J. van der Laan
2018-04-26Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...Wladimir J. van der Laan
2018-04-26Merge #12997: [doc] build-windows: Switch to Artful, since Zesty is EOLWladimir J. van der Laan
2018-04-25Merge #13033: Build txindex in parallel with validationPieter Wuille
2018-04-25Merge #13082: Tests: don't test against min relay fee information in mining_p...MarcoFalke
2018-04-26Don't test against min relay fee information in mining_prioritisetransaction.pyKristaps Kaupe
2018-04-25Add compile time checking for all cs_KeyStore runtime locking assertionspracticalswift
2018-04-25[doc] Include txindex changes in the release notes.Jim Posen
2018-04-25[test] Simple unit test for TxIndex.Jim Posen
2018-04-25[rpc] Public interfaces to GetTransaction block until synced.Jim Posen
2018-04-25[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.Jim Posen
2018-04-25[validation] Replace tx index code in validation code with TxIndex.Jim Posen
2018-04-25[init] Initialize and start TxIndex in init code.Jim Posen
2018-04-25[index] TxIndex method to wait until caught up.Jim Posen
2018-04-25[index] Allow TxIndex sync thread to be interrupted.Jim Posen
2018-04-25[index] TxIndex initial sync thread.Jim Posen
2018-04-25[index] Create new TxIndex class.Jim Posen
2018-04-25[db] Migration for txindex data to new, separate database.Jim Posen
2018-04-25[db] Create separate database for txindex.Jim Posen
2018-04-25Merge #12830: [qt] [tests] Clarify address book error messages, add testsWladimir J. van der Laan
2018-04-25[tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne
2018-04-25[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessageJames O'Beirne
2018-04-25[qt] Display more helpful message when adding a send address has failedJames O'Beirne
2018-04-25Add purpose arg to Wallet::getAddressJames O'Beirne
2018-04-25Merge #13073: test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree ma...MarcoFalke
2018-04-25test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make checkWladimir J. van der Laan
2018-04-25Merge #13056: [tests] Make rpcauth.py testable and add unit testsWladimir J. van der Laan
2018-04-25Merge #13051: qa: Normalize executable locationWladimir J. van der Laan
2018-04-24[tests] Make rpcauth.py testable and add unit testsQasim Javed
2018-04-24qa: Clarify documentation for send_txs_and_testMarcoFalke
2018-04-24Merge #13013: bench: Amend mempool_eviction test for witness txsMarcoFalke
2018-04-24Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan
2018-04-24Merge #12953: Deprecate accountsWladimir J. van der Laan
2018-04-24Merge #13024: test: Add rpcauth pair that generated by rpcauth.pyWladimir J. van der Laan
2018-04-24Merge #13061: Make tests pass after 2020Wladimir J. van der Laan
2018-04-24Merge #12436: [rpc] Adds a functional test to validate the transaction versio...Wladimir J. van der Laan
2018-04-24Merge #13032: Output values for "min relay fee not met" errorWladimir J. van der Laan
2018-04-24Merge #13022: [qa] Attach node index to test_node AssertionError and print me...Wladimir J. van der Laan
2018-04-24Merge #13064: List support for BIP173 in bips.mdWladimir J. van der Laan
2018-04-23List support for BIP173 in bips.mdPieter Wuille