index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
Qt: hide RPCConsole wallet selector when no wallets are present
Jonas Schnelli
2018-03-26
Qt: show wallet name in request dlg in case of multiwallet
Jonas Schnelli
2018-03-26
Qt: show wallet name in send confirmation dlg in case of multiwallet
Jonas Schnelli
2018-03-26
GUI: RPCConsole: Log wallet changes
Luke Dashjr
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...
Luke Dashjr
2018-03-26
Qt: Add wallet selector to debug console
Jonas Schnelli
2018-03-24
Merge #12760: Docs: Improve documentation on standard communication channels
MarcoFalke
2018-03-24
Merge #12772: [CI]: bump travis timeout for make check to 50m
MarcoFalke
2018-03-23
Merge #12709: [wallet] shuffle sendmany recipients ordering
MarcoFalke
2018-03-23
[CI]: bump travis timeout for make check to 50m
Karl-Johan Alm
2018-03-23
add release note for sendmany output shuffling
Gregory Sanders
2018-03-23
shuffle sendmany recipients ordering to shuffle tx outputs
Gregory Sanders
2018-03-22
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-22
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-22
Docs: Improve documentation on standard communication channels
Jim Posen
2018-03-22
Merge #12742: Make FastRandomContext support standard C++11 RNG interface
MarcoFalke
2018-03-22
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-22
Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...
Wladimir J. van der Laan
2018-03-22
Merge #12704: base58: use map instead of strchr() when decode
Wladimir J. van der Laan
2018-03-21
Merge #12750: Replace boost::call_once with std::call_once
Pieter Wuille
2018-03-21
Merge #12747: Fix typos
MarcoFalke
2018-03-21
Replace boost::call_once with std::call_once
donaloconnor
2018-03-21
Merge #12746: tests: Remove unused argument max_invalid from check_estimates(...
MarcoFalke
2018-03-21
Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://
Wladimir J. van der Laan
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-21
Fix typos
practicalswift
2018-03-21
tests: Remove unused argument max_invalid from check_estimates(...)
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Make FastRandomContext support standard C++11 RNG interface
Pieter Wuille
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-03-20
Merge #12737: Remove unnecessary NONNEGATIVE_SIGNED
Pieter Wuille
2018-03-20
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-20
Merge #12728: [tests] rename TestNode to TestP2PConn in tests
MarcoFalke
2018-03-20
Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is no...
Wladimir J. van der Laan
2018-03-20
Merge #12721: Qt: remove "new" button during receive-mode in addressbook
Wladimir J. van der Laan
2018-03-19
tests: Test connecting with non-existing RPC cookie file
practicalswift
2018-03-19
tests: Test connecting to a non-existing server
practicalswift
2018-03-19
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
qa: Allow for partial_match when checking init error
MarcoFalke
2018-03-19
scripted-diff: rename TestNode to TestP2PConn in tests
John Newbery
2018-03-19
Merge #9753: Add static_assert to prevent VARINT(<signed value>)
Wladimir J. van der Laan
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-19
Merge #12700: Document RPC method aliasing
Wladimir J. van der Laan
2018-03-19
Merge #12553: Prefer wait_until over polling with time.sleep
Wladimir J. van der Laan
[next]