index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Age
Commit message (
Expand
)
Author
2020-05-04
Merge #18699: wallet: Avoid translating RPC errors
Wladimir J. van der Laan
2020-05-04
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-28
Merge #18769: qt: remove bug fix for Qt < 5.5
fanquake
2020-04-26
qt: remove todo bug fix for old versions of Qt
10xcryptodev
2020-04-23
Return error when no ScriptPubKeyMan is available for specified type
Andrew Chow
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-19
wallet: Refactor WalletRescanReserver to use wallet reference
João Barbosa
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
Merge #18650: qt: Make bitcoin.ico non-executable
MarcoFalke
2020-04-15
qt: Make bitcoin.ico non-executable
practicalswift
2020-04-15
gui: use PACKAGE_NAME in exception message
fanquake
2020-04-14
Merge #17954: wallet: Remove calls to Chain::Lock methods
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-07
qt: Fix Window -> Minimize menu item
Hennadii Stepanov
2020-04-07
Merge #18192: Bugfix: Wallet: Safely deal with change in the address book
MarcoFalke
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
Merge #16923: wallet: Handle duplicate fileid exception
Wladimir J. van der Laan
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-01
qt: Translations update pre-branch
Wladimir J. van der Laan
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in qt wallettests
Russell Yanofsky
2020-03-31
gui: Delete progress dialog instead of hidding it
João Barbosa
2020-03-31
Merge #18338: Fix wallet unload race condition
Wladimir J. van der Laan
2020-03-31
Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
Wladimir J. van der Laan
2020-03-27
gui: Handle WalletModel::unload asynchronous
João Barbosa
2020-03-27
[gui] load PSBT
Sjors Provoost
2020-03-27
[gui] save PSBT to file
Sjors Provoost
2020-03-26
Merge #18312: wallet: remove deprecated fee bumping by totalFee
Wladimir J. van der Laan
2020-03-26
wallet: remove totalfee from createBumpTransaction()
Jon Atack
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-24
[gui] send dialog: split on_sendButton_clicked
Sjors Provoost
2020-03-24
gui: avoid QT Designer/Form Editor re-formatting
Jon Atack
2020-03-24
gui: display Mapped AS in peers info window
Jon Atack
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Rename Node::disconnect methods
Russell Yanofsky
2020-03-19
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
test: add basic tests for ChainstateManager
James O'Beirne
2020-03-16
qt: Periodical translations update
Wladimir J. van der Laan
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
[next]