Commit Graph

16508 Commits (ec7dbaa37c233599e9fc68f8284ee85c1261652b)
 

Author SHA1 Message Date
Wladimir J. van der Laan ec7dbaa37c
Merge #12756: [config] Remove blockmaxsize option
7 years ago
Jonas Schnelli 25cf18f239
Merge #12610: Multiwallet for the GUI
7 years ago
Jonas Schnelli 779c5f9840
Qt: hide RPCConsole wallet selector when no wallets are present
7 years ago
Jonas Schnelli dc6f150f35
Qt: show wallet name in request dlg in case of multiwallet
7 years ago
Jonas Schnelli 4826ca4b84
Qt: show wallet name in send confirmation dlg in case of multiwallet
7 years ago
Luke Dashjr cfa4133ce5
GUI: RPCConsole: Log wallet changes
7 years ago
Luke Dashjr b6d04fc7cc
Qt: Get wallet name from WalletModel rather than passing it around
7 years ago
Jonas Schnelli 12d8d2681e
Qt: When multiple wallets are used, include in notifications the name
7 years ago
Luke Dashjr d1ec34a761
Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all until needed
7 years ago
Jonas Schnelli d49cc70e6d
Qt: Add wallet selector to debug console
7 years ago
MarcoFalke 7466a26cab
Merge #12760: Docs: Improve documentation on standard communication channels
7 years ago
MarcoFalke b43aba89e3
Merge #12772: [CI]: bump travis timeout for make check to 50m
7 years ago
MarcoFalke 02b7e8319a
Merge #12709: [wallet] shuffle sendmany recipients ordering
7 years ago
Karl-Johan Alm bc308ba999 [CI]: bump travis timeout for make check to 50m
7 years ago
Gregory Sanders 6acb02d635 add release note for sendmany output shuffling
7 years ago
Gregory Sanders cf6ef3c139 shuffle sendmany recipients ordering to shuffle tx outputs
7 years ago
Wladimir J. van der Laan cead84b72d
Merge #11536: Rename account to label where appropriate
7 years ago
Wladimir J. van der Laan 9552dfb1f6
Merge #12694: Actually disable BnB when there are preset inputs
7 years ago
Jim Posen 30d1a0ae37 Docs: Improve documentation on standard communication channels
7 years ago
MarcoFalke f686002a8e
Merge #12742: Make FastRandomContext support standard C++11 RNG interface
7 years ago
John Newbery 4757c04cb9 [config] Remove blockmaxsize option
7 years ago
Wladimir J. van der Laan c290508a5e
Merge #12630: Provide useful error message if datadir is not writable.
7 years ago
Wladimir J. van der Laan a6926b065d
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
7 years ago
Wladimir J. van der Laan 6d36f599f8
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
7 years ago
Wladimir J. van der Laan 185d48473e
Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (jnewbery)
7 years ago
Wladimir J. van der Laan ad823178e8
Merge #12704: base58: use map instead of strchr() when decode
7 years ago
Pieter Wuille e0f7515f55
Merge #12750: Replace boost::call_once with std::call_once
7 years ago
MarcoFalke 2b1c50b935
Merge #12747: Fix typos
7 years ago
donaloconnor 57dae3fc4a Replace boost::call_once with std::call_once
7 years ago
MarcoFalke 2405ce1df0
Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...)
7 years ago
Wladimir J. van der Laan 310dc61ea3
Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://
7 years ago
MarcoFalke 4ad3b3c72c
Merge #12716: Fix typos and cleanup in various files
7 years ago
Alexey Ivanov b7fbcc53d0 Qt: Warn users about invalid-BIP21 URI bitcoin://
7 years ago
practicalswift d27327c79a Fix typos
7 years ago
practicalswift a004eb1dae tests: Remove unused argument max_invalid from check_estimates(...)
7 years ago
Dimitris Apostolou 4d9b4256d8 Fix typos
7 years ago
Pieter Wuille 1ec1602a45 Make FastRandomContext support standard C++11 RNG interface
7 years ago
Kevin Pan bcab47bc1b use base58 map instead of strchr()
7 years ago
Pieter Wuille 9b8b1079dd
Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED
7 years ago
Russell Yanofsky 34ca750320 Remove unnecessary NONNEGATIVE_SIGNED
7 years ago
MarcoFalke 4ba3d4f439
Merge #12728: [tests] rename TestNode to TestP2PConn in tests
7 years ago
Wladimir J. van der Laan 55f490a79f
Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is not running
7 years ago
Wladimir J. van der Laan e476826338
Merge #12721: Qt: remove "new" button during receive-mode in addressbook
7 years ago
practicalswift 8b2ef27ff9 tests: Test connecting with non-existing RPC cookie file
7 years ago
practicalswift a2b2476e96 tests: Test connecting to a non-existing server
7 years ago
MarcoFalke 8ee5c7b747
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
7 years ago
MarcoFalke fae137454a
qa: Allow for partial_match when checking init error
7 years ago
John Newbery 728667b771 scripted-diff: rename TestNode to TestP2PConn in tests
7 years ago
Wladimir J. van der Laan ee7b67e278
Merge #9753: Add static_assert to prevent VARINT(<signed value>)
7 years ago
MarcoFalke c8330d4216 qa: Use node.datadir instead of tmpdir in test framework
7 years ago