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-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
Merge #12510: test: Add rpc_bind test to default-run tests
Wladimir J. van der Laan
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
Merge #13017: Add wallets management functions
Wladimir J. van der Laan
2018-04-22
Merge #12998: Default to defining endian-conversion DECLs in compat w/o config
Wladimir J. van der Laan
2018-04-21
Merge #13048: [tests] Fix feature_block flakiness
MarcoFalke
2018-04-21
Merge #13047: [trivial] Tidy blocktools.py
MarcoFalke
2018-04-20
[tests] Fix feature_block flakiness
John Newbery
2018-04-20
[tests] tidy up blocktools.py
John Newbery
2018-04-20
[tests] Fix flake8 warnings in blocktools.py
John Newbery
2018-04-20
[doc][trivial] no retargeting in regtest mode
Jesse Cohen
2018-04-19
Merge #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files.
Pieter Wuille
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
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 #12985: Windows: Avoid launching as admin when NSIS installer ends.
Wladimir J. van der Laan
2018-04-18
Merge #13007: test: Fix dangling wallet pointer in vpwallets
Wladimir J. van der Laan
2018-04-18
Merge #12715: depends: Add 'make clean' rule
Wladimir J. van der Laan
2018-04-17
Merge #12791: Expose a transaction's weight via RPC
Jonas Schnelli
2018-04-17
test: Fix dangling wallet pointer in vpwallets
João Barbosa
2018-04-17
Merge #12949: tests: Avoid copies of CTransaction
MarcoFalke
2018-04-17
Merge #12982: Fix inconsistent namespace formatting guidelines
MarcoFalke
2018-04-17
Merge #13004: Print to console by default when not run with -daemon
Wladimir J. van der Laan
2018-04-17
Merge #12988: Hold cs_main while calling UpdatedBlockTip() signal
Wladimir J. van der Laan
2018-04-17
Merge #12977: Refactor g_wallet_init_interface to const reference
Wladimir J. van der Laan
2018-04-17
Merge #12899: macOS: Prevent Xcode 9.3 build warnings
Jonas Schnelli
2018-04-17
Print to console by default when not run with -daemon
Evan Klitzke
2018-04-16
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
Jesse Cohen
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-04-16
Merge #12972: Add python3 script shebang lint
MarcoFalke
2018-04-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-16
Merge #12996: tests: Remove redundant bytes(…) calls
MarcoFalke
2018-04-16
Merge #12987: tests/tools: Enable additional Python flake8 rules for automati...
MarcoFalke
2018-04-16
Default to defining endian-conversion DECLs in compat w/o config
Matt Corallo
2018-04-16
tests: Remove redundant bytes²
practicalswift
2018-04-16
Enable additional flake8 rules
practicalswift
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
[next]