Commit Graph

17011 Commits (783bb6455e18c91ede19c7fa62566347066c90e2)
 

Author SHA1 Message Date
João Barbosa defffb3587 trivial: Improve include comment in src/interfaces/wallet.h
7 years ago
Wladimir J. van der Laan c199869408
Merge #12855: net: Minor accumulated cleanups
7 years ago
MarcoFalke 39cf27faf3
Merge #13025: Dead code removal
7 years ago
Thomas Snider 1bf3f33b46 node: Removed unused wallet-related methods from the Node interface.
7 years ago
Thomas Snider b38200459f benchmark: Removed bench/perf.cpp
7 years ago
Pieter Wuille fb1dfbbec0 Remove unused IsMine overload
7 years ago
Pieter Wuille 952d8213a6 Make CScript -> CScriptID conversion explicit
7 years ago
Ben Woosley e4d0b44373
Consistently log CValidationState on failure
7 years ago
João Barbosa 3c058fdcc8 wallet: Add HasWallets
7 years ago
João Barbosa 373aee26c3 wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
7 years ago
Jim Posen b77b6e2345 MOVEONLY: Move logging code from util.{h,cpp} to new files.
7 years ago
João Barbosa 6efd9644cf refactor: Drop CWalletRef typedef
7 years ago
Ben Woosley 3cc9094d36
scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks
7 years ago
Wladimir J. van der Laan 615f7c2884
Merge #12985: Windows: Avoid launching as admin when NSIS installer ends.
7 years ago
Wladimir J. van der Laan 0d12570a80
Merge #13007: test: Fix dangling wallet pointer in vpwallets
7 years ago
Wladimir J. van der Laan 8fd62437c6
Merge #12715: depends: Add 'make clean' rule
7 years ago
mryandao 7de1de7da4 Add new fee structure with all sub-fields denominated in BTC
7 years ago
MarcoFalke fa3bb183ad
bench: Amend mempool_eviction test for witness txs
7 years ago
MarcoFalke 962d223e5c bench: Move constructors out of mempool_eviction hot loop
7 years ago
James O'Beirne 18326ae2a7 [doc] Add comments for chainparams.h, validation.cpp
7 years ago
John Newbery cead28bbec [docs] Add release notes for deprecated 'account' API
7 years ago
John Newbery 72c9575f7b [wallet] [tests] Add tests for accounts/labels APIs
7 years ago
Jonas Schnelli 3a8a4dc4a1
Merge #12791: Expose a transaction's weight via RPC
7 years ago
João Barbosa d41a420562 test: Fix dangling wallet pointer in vpwallets
7 years ago
MarcoFalke 6b46288a08
Merge #12949: tests: Avoid copies of CTransaction
7 years ago
MarcoFalke a63b4e3493
Merge #12982: Fix inconsistent namespace formatting guidelines
7 years ago
John Newbery 109e05dcd1 [wallet] [rpc] Deprecate wallet 'account' API
7 years ago
John Newbery 3576ab1261 [wallet] [rpc] Deprecate account RPC methods
7 years ago
Wladimir J. van der Laan 58bbc55212
Merge #13004: Print to console by default when not run with -daemon
7 years ago
Wladimir J. van der Laan 39e0c65b29
Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal
7 years ago
Wladimir J. van der Laan 434150aef7
Merge #12977: Refactor g_wallet_init_interface to const reference
7 years ago
Jonas Schnelli 3076993048
Merge #12899: macOS: Prevent Xcode 9.3 build warnings
7 years ago
Evan Klitzke 6a3b0d3d1a Print to console by default when not run with -daemon
7 years ago
MarcoFalke fadfbd33ab
qa: Add test for orphan handling
7 years ago
Jesse Cohen d86edd3d30 Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
7 years ago
Thomas Snider 2c084a6609 net: Minor accumulated cleanups
7 years ago
MarcoFalke 07825088f9
Merge #12972: Add python3 script shebang lint
7 years ago
Wladimir J. van der Laan 4366f61cc9
Merge #11862: Network specific conf sections
7 years ago
John Newbery 3db1ba01c7 [tests] Set -deprecatedrpc=accounts in tests
7 years ago
John Newbery 4e671f0353 [tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
7 years ago
John Newbery a28b907f8a [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
7 years ago
Chun Kuan Lee 67bf2aa68e
qt:Show the entire Window when double clicking on taskbar
7 years ago
MarcoFalke 6a278e0640
Merge #12996: tests: Remove redundant bytes(…) calls
7 years ago
MarcoFalke fe8fa22d7a
Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis
7 years ago
Matt Corallo 150b2f0265 Default to defining endian-conversion DECLs in compat w/o config
7 years ago
MarcoFalke fad29582c4
[doc] build-windows: Switch to Artful, since Zesty is EOL
7 years ago
practicalswift 9db48c5634 tests: Remove redundant bytes²
7 years ago
practicalswift 643aad17fa Enable additional flake8 rules
7 years ago
practicalswift f020aca297 Minor Python cleanups to make flake8 pass with the new rules enabled
7 years ago
Wladimir J. van der Laan 0d6992168c
Merge #12993: tests: Remove compatibility code not needed now when we're on Python 3
7 years ago