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-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactions
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-10
Merge #15749: Fix: importmulti only imports origin info for PKH outputs
MeshCollider
2019-04-10
Merge #15747: wallet: Remove plethora of Get*Balance
MeshCollider
2019-04-08
Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-08
Merge #15711: gui: Generate bech32 addresses by default
MarcoFalke
2019-04-06
doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
Take non-importing keys into account for spendability warning in descriptor i...
Pieter Wuille
2019-04-06
Merge #15508: Refactor analyzepsbt for use outside RPC code
Pieter Wuille
2019-04-05
Remove unused var
Peter Bushnell
2019-04-04
Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-04-04
Import all origin info in importmulti; even for non-importing pubkeys
Pieter Wuille
2019-04-04
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-04-04
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
MarcoFalke
2019-04-03
Merge #15685: doc: rpc-mining: Clarify error messages
MarcoFalke
2019-04-02
Merge #15680: Remove resendwallettransactions RPC method
MarcoFalke
2019-04-01
Merge #15652: wallet: Update transactions with current mempool after load
MarcoFalke
2019-04-01
Merge #15644: Make orphan processing interruptible
MarcoFalke
2019-04-01
[wallet] Remove ResendWalletTransactionsBefore
John Newbery
2019-03-31
gui: Generate bech32 addresses by default
MarcoFalke
2019-03-31
wallet: Update transactions with current mempool after load
João Barbosa
2019-03-31
interfaces: Add Chain::requestMempoolTransactions
João Barbosa
2019-03-29
Merge #15669: rpc: Fix help text for signtransactionwithXXX
MarcoFalke
2019-03-29
[rpc] remove resendwallettransactions RPC
John Newbery
2019-03-29
Merge #15683: Comment for seemingly duplicate LIBBITCOIN_SERVER
MarcoFalke
2019-03-29
Merge #15663: crypto: Remove unused AES-128 code
Jonas Schnelli
2019-03-28
Comment for seemingly duplicate LIBBITCOIN_SERVER
Peter Bushnell
2019-03-28
Merge #15616: rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-28
doc: rpc-mining: Clarify error messages
MarcoFalke
2019-03-28
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-27
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-27
Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee global
MarcoFalke
2019-03-27
Merge #15519: Add Poly1305 implementation
Wladimir J. van der Laan
2019-03-26
Add documentation of struct PSBTAnalysis et al
Glenn Willen
2019-03-26
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-26
Move PSBT decoding functions from core_io to psbt.cpp
Glenn Willen
2019-03-26
Add Poly1305 bench
Jonas Schnelli
2019-03-26
Add Poly1305 implementation
Jonas Schnelli
2019-03-25
Remove unused AES-128 code
practicalswift
2019-03-24
rpc: Rename size to vsize in mempool related calls
Miguel Herranz
2019-03-23
net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-22
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-22
[MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
Pieter Wuille
2019-03-22
Simplify orphan processing in preparation for interruptibility
Pieter Wuille
2019-03-22
[rpc] Remove deprecated functionality message from validateaddress help
John Newbery
2019-03-22
[rpc] Remove signrawtransaction warning
John Newbery
[next]