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
Age
Commit message (
Expand
)
Author
2018-04-25
[index] Create new TxIndex class.
Jim Posen
2018-04-25
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
[db] Create separate database for txindex.
Jim Posen
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne
2018-04-25
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
James O'Beirne
2018-04-25
[qt] Display more helpful message when adding a send address has failed
James O'Beirne
2018-04-25
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-24
[tests] Make rpcauth.py testable and add unit tests
Qasim Javed
2018-04-24
Merge #13013: bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-24
Merge #13061: Make tests pass after 2020
Wladimir J. van der Laan
2018-04-24
Merge #13032: Output values for "min relay fee not met" error
Wladimir J. van der Laan
2018-04-23
Merge #13055: qt: Don't log to console by default
MarcoFalke
2018-04-23
Make tests pass after 2020
Bernhard M. Wiedemann
2018-04-23
Merge #12885: Reduce implementation code inside CScript
Wladimir J. van der Laan
2018-04-23
Merge #12999: qt: Show the Window when double clicking the taskbar icon
Wladimir J. van der Laan
2018-04-23
Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.
Wladimir J. van der Laan
2018-04-23
Merge #12448: Interrupt block generation on shutdown request
Wladimir J. van der Laan
2018-04-23
Merge #13012: [doc] Add comments for chainparams.h, validation.cpp
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
Merge #13052: trivial: Fix relevent typo
MarcoFalke
2018-04-23
Merge #13020: Consistently log CValidationState on call failure
Wladimir J. van der Laan
2018-04-23
Merge #13039: Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-04-23
Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-04-23
Merge #13016: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_...
Wladimir J. van der Laan
2018-04-23
qt: Don't log to console by default
Wladimir J. van der Laan
2018-04-23
Merge #13017: Add wallets management functions
Wladimir J. van der Laan
2018-04-22
trivial: Fix relevent typo
practicalswift
2018-04-22
Merge #12998: Default to defining endian-conversion DECLs in compat w/o config
Wladimir J. van der Laan
2018-04-19
Merge #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files.
Pieter Wuille
2018-04-20
Output values for "min relay fee not met" error
Kristaps Kaupe
2018-04-19
Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis
MarcoFalke
2018-04-19
Merge #13026: Fix include comment in src/interfaces/wallet.h
MarcoFalke
2018-04-19
[wallet] Fix zapwallettxes/multiwallet interaction.
John Newbery
2018-04-19
trivial: Improve include comment in src/interfaces/wallet.h
João Barbosa
2018-04-19
Merge #12855: net: Minor accumulated cleanups
Wladimir J. van der Laan
2018-04-19
Merge #13025: Dead code removal
MarcoFalke
2018-04-18
node: Removed unused wallet-related methods from the Node interface.
Thomas Snider
2018-04-18
benchmark: Removed bench/perf.cpp
Thomas Snider
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
2018-04-18
wallet: Add HasWallets
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-18
scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks
Ben Woosley
2018-04-18
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-17
bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-17
bench: Move constructors out of mempool_eviction hot loop
MarcoFalke
2018-04-17
[doc] Add comments for chainparams.h, validation.cpp
James O'Beirne
[next]