aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-19Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesisMarcoFalke
2018-04-19Merge #13026: Fix include comment in src/interfaces/wallet.hMarcoFalke
2018-04-19[wallet] [tests] Test disallowed multiwallet paramsJohn Newbery
2018-04-19[wallet] Fix zapwallettxes/multiwallet interaction.John Newbery
2018-04-19[qa] Attach node index to test_node AssertionError and print messagesJames O'Beirne
2018-04-19trivial: Improve include comment in src/interfaces/wallet.hJoão Barbosa
2018-04-19Merge #12855: net: Minor accumulated cleanupsWladimir J. van der Laan
2018-04-19Merge #13025: Dead code removalMarcoFalke
2018-04-18node: Removed unused wallet-related methods from the Node interface.Thomas Snider
2018-04-18benchmark: Removed bench/perf.cppThomas Snider
2018-04-18Consistently log CValidationState on failureBen Woosley
2018-04-18wallet: Add HasWalletsJoão Barbosa
2018-04-18wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa
2018-04-18MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen
2018-04-18refactor: Drop CWalletRef typedefJoão Barbosa
2018-04-18scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocksBen Woosley
2018-04-18Merge #12985: Windows: Avoid launching as admin when NSIS installer ends.Wladimir J. van der Laan
2018-04-18Merge #13007: test: Fix dangling wallet pointer in vpwalletsWladimir J. van der Laan
2018-04-18Merge #12715: depends: Add 'make clean' ruleWladimir J. van der Laan
2018-04-17bench: Amend mempool_eviction test for witness txsMarcoFalke
2018-04-17bench: Move constructors out of mempool_eviction hot loopMarcoFalke
2018-04-17[doc] Add comments for chainparams.h, validation.cppJames O'Beirne
2018-04-17[docs] Add release notes for deprecated 'account' APIJohn Newbery
2018-04-17[wallet] [tests] Add tests for accounts/labels APIsJohn Newbery
2018-04-17Merge #12791: Expose a transaction's weight via RPCJonas Schnelli
2018-04-17test: Fix dangling wallet pointer in vpwalletsJoão Barbosa
2018-04-17Merge #12949: tests: Avoid copies of CTransactionMarcoFalke
2018-04-17Merge #12982: Fix inconsistent namespace formatting guidelinesMarcoFalke
2018-04-17[wallet] [rpc] Deprecate wallet 'account' APIJohn Newbery
2018-04-17[wallet] [rpc] Deprecate account RPC methodsJohn Newbery
2018-04-17Merge #13004: Print to console by default when not run with -daemonWladimir J. van der Laan
2018-04-17Merge #12988: Hold cs_main while calling UpdatedBlockTip() signalWladimir J. van der Laan
2018-04-17Merge #12977: Refactor g_wallet_init_interface to const referenceWladimir J. van der Laan
2018-04-17Merge #12899: macOS: Prevent Xcode 9.3 build warningsJonas Schnelli
2018-04-17Print to console by default when not run with -daemonEvan Klitzke
2018-04-16Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen
2018-04-16net: Minor accumulated cleanupsThomas Snider
2018-04-16Merge #12972: Add python3 script shebang lintMarcoFalke
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-04-16[tests] Rename rpc_listtransactions.py to wallet_listtransactions.pyJohn Newbery
2018-04-16[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand tableJohn Newbery
2018-04-17qt:Show the entire Window when double clicking on taskbarChun Kuan Lee
2018-04-16Merge #12996: tests: Remove redundant bytes(…) callsMarcoFalke
2018-04-16Merge #12987: tests/tools: Enable additional Python flake8 rules for automati...MarcoFalke
2018-04-16Default to defining endian-conversion DECLs in compat w/o configMatt Corallo
2018-04-16tests: Remove redundant bytes²practicalswift
2018-04-16Enable additional flake8 rulespracticalswift
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-04-16Merge #12993: tests: Remove compatibility code not needed now when we're on P...Wladimir J. van der Laan