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
2019-07-28
Merge #16468: Exclude depends/Makefile in .gitignore
fanquake
2019-07-27
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-27
Merge #16415: Get rid of PendingWalletTx class
MeshCollider
2019-07-27
Merge #16402: Remove wallet settings from chainparams
MeshCollider
2019-07-27
Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`
MeshCollider
2019-07-26
Merge #16301: Use CWallet::Import* functions in all import* RPCs
MarcoFalke
2019-07-26
Add RPC bumpfee totalFee deprecation test
Jon Atack
2019-07-26
deprecate totalFee argument in bumpfee RPC call
Gregory Sanders
2019-07-26
Exclude depends/Makefile in .gitignore
João Barbosa
2019-07-25
Merge #16386: depends: disable unused Qt features
Wladimir J. van der Laan
2019-07-25
Merge #16459: [qa] Fix race condition in example_test.py
MarcoFalke
2019-07-25
[qa] Fix race condition in example_test.py
Suhas Daftuar
2019-07-25
Merge #16455: doc: Remove downgrading warning in release notes, per 0.18 branch
fanquake
2019-07-25
Merge #15305: [validation] Crash if disconnecting a block fails
fanquake
2019-07-24
doc: Remove downgrading warning in release notes, per 0.18 branch
MarcoFalke
2019-07-24
Merge #16362: Add bilingual_str type
MarcoFalke
2019-07-24
Have importwallet use ImportPrivKeys and ImportScripts
Andrew Chow
2019-07-24
Optionally allow ImportScripts to set script creation timestamp
Andrew Chow
2019-07-24
Have importaddress use ImportScripts and ImportScriptPubKeys
Andrew Chow
2019-07-24
Have importpubkey use CWallet's ImportScriptPubKeys and ImportPubKeys functions
Andrew Chow
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Add bilingual message type
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-24
Merge #16445: test: Skip flaky p2p_invalid_messages test on macOS
MarcoFalke
2019-07-24
depends: disable unused Qt features
fanquake
2019-07-23
Merge #16366: init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-23
test: Skip flaky p2p_invalid_messages test on macOS
Fabian Jahr
2019-07-23
Merge #16408: depends: Prune X packages
fanquake
2019-07-23
Merge #16355: refactor: move CCoinsViewErrorCatcher out of init.cpp
fanquake
2019-07-23
Merge #16430: doc: Update bips 35, 37 and 111 status
fanquake
2019-07-22
Merge #16438: travis: Print memory and number of cpus
MarcoFalke
2019-07-22
travis: Print memory and number of cpus
MarcoFalke
2019-07-22
Remove ReadVersion and WriteVersion
Andrew Chow
2019-07-22
Log the actual wallet file version
Andrew Chow
2019-07-22
Remove nFileVersion from CWalletScanState
Andrew Chow
2019-07-21
move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
James O'Beirne
2019-07-21
doc: Update bips 35, 37 and 111 status
MarcoFalke
2019-07-19
Merge #15681: [mempool] Allow one extra single-ancestor transaction per package
Wladimir J. van der Laan
2019-07-19
Merge #16412: net: Make poll in InterruptibleRecv only filter for POLLIN events.
Wladimir J. van der Laan
2019-07-19
Merge #16422: test: remove redundant setup in addrman_tests
MarcoFalke
2019-07-19
Merge #16152: Disable bloom filtering by default.
fanquake
2019-07-19
Merge #16420: QA: Fix race condition in wallet_encryption test
fanquake
2019-07-18
Have importprivkey use CWallet's ImportPrivKeys, ImportScripts, and ImportScr...
Andrew Chow
2019-07-18
Log when an import is being skipped because we already have it
Andrew Chow
2019-07-18
test: remove redundant setup in addrman_tests
zenosage
2019-07-18
depends: qt: Patch to remove dep on libX11
Carl Dong
2019-07-18
gitignore: Actually pay attention to depends patches
Carl Dong
2019-07-18
Add release notes for DEFAULT_BLOOM change
Matt Corallo
2019-07-18
QA: Fix race condition in wallet_encryption test
Jonas Schnelli
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
[next]