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
/
psbtoperationsdialog.cpp
Age
Commit message (
Expand
)
Author
2022-02-22
qt, refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-12
multiprocess: Add interfaces::Node::broadCastTransaction method
Russell Yanofsky
2021-09-28
GUI: Ask user to unlock wallet before signing psbt
Samuel Dobson
2021-08-11
qt: Add Load PSBT functionaliy with nowallet
Prateek Sancheti
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-03-16
Merge #220: Do not translate file extensions
Wladimir J. van der Laan
2021-03-11
Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode
MarcoFalke
2021-03-06
qt: Do not translate file extensions
Hennadii Stepanov
2021-01-18
GUI: Write PSBTs to file with binary mode
Andrew Chow
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-06-19
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen