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
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-08-02
Merge #16097: Refactor: Add Flags enum to ArgsManager class
MarcoFalke
2019-08-02
Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...
MarcoFalke
2019-08-02
Merge #15911: Use wallet RBF default for walletcreatefundedpsbt
MarcoFalke
2019-08-01
Tidy up BroadcastTransaction()
John Newbery
2019-08-01
Remove unused submitToMemoryPool and relayTransactions Chain interfaces
Antoine Riard
2019-08-01
Remove duplicate checks in SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Introduce CWalletTx::SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-08-01
Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors
Wladimir J. van der Laan
2019-08-01
Merge #16514: gui: Remove unused RPCConsole::tabFocus
Wladimir J. van der Laan
2019-08-01
Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...
MeshCollider
2019-08-01
Merge #16502: wallet: Drop unused OldKey
fanquake
2019-07-31
gui: Remove unused RPCConsole::tabFocus
João Barbosa
2019-07-31
test: Make tests arg type specific
Hennadii Stepanov
2019-07-31
Revamp option negating policy
Hennadii Stepanov
2019-07-31
wallet: Drop unused OldKey
João Barbosa
2019-07-31
Merge #16452: refactor: use RelayTransaction in BroadcastTransaction utility
MarcoFalke
2019-07-31
Merge #15906: [wallet] Move min_depth and max_depth to coin control
Wladimir J. van der Laan
2019-07-31
Merge #16451: Remove CMerkleTx
Wladimir J. van der Laan
2019-07-30
Merge #16433: txmempool: Remove unused default value MemPoolRemovalReason::UN...
Jonas Schnelli
2019-07-30
[wallet] Remove CMerkleTx serialization logic
John Newbery
2019-07-30
[wallet] Flatten CWalletTx class hierarchy
John Newbery
2019-07-30
[wallet] Move CMerkleTx functions into CWalletTx
John Newbery
2019-07-30
Merge #16434: build: Specify AM_CPPFLAGS for ZMQ
Wladimir J. van der Laan
2019-07-30
Add setting as known type
Peter Bushnell
2019-07-30
Merge #16475: wallet: Enumerate walletdb keys
fanquake
2019-07-29
Merge #16471: [mempool] log correct messages when CPFP fails
Wladimir J. van der Laan
2019-07-29
Allow createwallet to take empty passwords to make unencrypted wallets
Andrew Chow
2019-07-29
Merge #16436: gui: Do not create payment server if -disablewallet option prov...
Wladimir J. van der Laan
2019-07-29
Merge #15993: net: Drop support of the insecure miniUPnPc versions
Wladimir J. van der Laan
2019-07-29
Merge #16399: wallet: Improve wallet creation
MarcoFalke
2019-07-29
Merge #16467: rpc: sendrawtransaction help privacy note
Wladimir J. van der Laan
2019-07-28
Trivial: add missing space
David A. Harding
2019-07-27
wallet: Rename CWalletKey to OldKey
MarcoFalke
2019-07-27
wallet: Enumerate walletdb keys
MarcoFalke
2019-07-27
Replace IsArgKnown() with FlagsOfKnownArg()
Hennadii Stepanov
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
rpc: sendrawtransaction unconditionality/privacy note
Jon Atack
2019-07-27
[doc] rpc: remove "fallback to" from RBF default help
Sjors Provoost
2019-07-27
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-07-27
Remove unused m_debug_only member from Arg struct
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-27
Add Flags enum to ArgsManager
Hennadii Stepanov
2019-07-27
Refactor InterpretNegatedOption() function
Hennadii Stepanov
2019-07-27
refactoring: Check IsArgKnown() early
Hennadii Stepanov
2019-07-27
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
[next]