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
/
test
/
lint
/
lint-circular-dependencies.sh
Age
Commit message (
Expand
)
Author
2021-07-22
refactor: move `GetTransaction(...)` to node/transaction.cpp
Sebastian Falbesoner
2021-06-06
Merge bitcoin-core/gui#29: refactor: Optimize signal-slot connections logic
Hennadii Stepanov
2021-05-29
qt: Drop BitcoinGUI* WalletFrame data member
Hennadii Stepanov
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky
2021-04-19
index: Coinstats index can be activated with command line flag
Fabian Jahr
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-16
Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expec...
Jonas Schnelli
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-03
gui: Drop PeerTableModel dependency to ClientModel
João Barbosa
2020-02-01
Merge #17937: gui: Remove WalletView and BitcoinGUI circular dependency
Jonas Schnelli
2020-01-31
gui: Drop ShutdownWindow dependency to BitcoinGUI
João Barbosa
2020-01-31
gui: Drop BanTableModel dependency to ClientModel
João Barbosa
2020-01-30
gui: Remove WalletView and BitcoinGUI circular dependency
João Barbosa
2020-01-23
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-11-21
Fire TransactionRemovedFromMempool from mempool
251
2019-11-19
refactor: Nuke walletmodel circular dependency
Hennadii Stepanov
2019-11-19
refactor: Nuke walletmodeltransaction circular dep
Hennadii Stepanov
2019-11-19
refactor: Nuke guiutil circular dependency
Hennadii Stepanov
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-07-04
Enable ShellCheck rules
Hennadii Stepanov
2019-06-19
Change ismine to take a CWallet instead of CKeyStore
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-23
Resolve the qt/guiutil <-> qt/optionsmodal CD
251
2019-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-08-27
[rpc] Remove deprecated sigrawtransaction rpc method.
John Newbery
2018-07-18
lint: Add linter for circular dependencies
Ben Woosley