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-01-24
Merge #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GB
MarcoFalke
2018-01-24
Merge #12194: Add change type option to fundrawtransaction
Jonas Schnelli
2018-01-24
Merge #12213: Add address type option to addmultisigaddress
Jonas Schnelli
2018-01-24
initwallet: Do not translate highly technical addresstype help
MarcoFalke
2018-01-24
qt: Bump BLOCK_CHAIN_SIZE to 200GB
Wladimir J. van der Laan
2018-01-24
[rpc] Add change_type option to fundrawtransaction
João Barbosa
2018-01-24
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-24
qt: Update translation source file
Wladimir J. van der Laan
2018-01-24
Merge #12250: Make CKey::Load references const
Wladimir J. van der Laan
2018-01-24
[rpc] Add address type option to addmultisigaddress
João Barbosa
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-24
Merge #11415: [RPC] Disallow using addresses in createmultisig
Wladimir J. van der Laan
2018-01-24
Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...
Wladimir J. van der Laan
2018-01-24
Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTime
Wladimir J. van der Laan
2018-01-23
Mention that other RPC calls report keys as "imported" while txns are still m...
Jonas Schnelli
2018-01-23
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock
Jonas Schnelli
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
Add RAII wallet rescan reserver
Jonas Schnelli
2018-01-23
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
Make CKey::Load references const
Russell Yanofsky
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-19
Update chainparams comment for more info on service bits per dnsseed
Matt Corallo
2018-01-19
Fall back to oneshot for DNS Seeds which don't support filtering.
Matt Corallo
2018-01-19
Use GetDesireableServiceFlags in static seeds, document this.
Matt Corallo
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-18
Merge #12211: Avoid potential null dereference in ReceiveCoinsDialog constructor
Jonas Schnelli
2018-01-18
Merge #12206: qa: Sync with validationinterface queue in sync_mempools
Wladimir J. van der Laan
2018-01-18
wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
2018-01-17
qa: Sync with validationinterface queue in sync_mempools
MarcoFalke
2018-01-17
Avoid potential null dereference in ReceiveCoinsDialog constructor
Russell Yanofsky
2018-01-17
Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...
Wladimir J. van der Laan
2018-01-17
Merge #12198: rpc: Add deprecation error for `getinfo`
Wladimir J. van der Laan
2018-01-17
rpc: Add deprecation error for `getinfo`
Wladimir J. van der Laan
2018-01-16
Merge #11991: [qt] Receive: checkbox for bech32 address
Jonas Schnelli
2018-01-16
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-16
Merge #12177: trivial: fix address_type help text of getnewaddress and getraw...
MarcoFalke
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
Make .walletlock distinct from .lock
MeshCollider
2018-01-16
Generalise walletdir lock error message for correctness
MeshCollider
2018-01-16
Add a lock to the wallet directory
MeshCollider
2018-01-15
Merge #12173: [Qt] Use flexible font size for QRCode image address
Wladimir J. van der Laan
2018-01-15
Use flexible font size for QRCode image address
Jonas Schnelli
2018-01-15
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
Wladimir J. van der Laan
2018-01-15
Merge #12127: Remove unused mempool index
Wladimir J. van der Laan
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-13
trivial: fix address_type help text of getnewaddress and getrawchangeaddress
mruddy
2018-01-12
Add test for new ancestor feerate sort behavior
Suhas Daftuar
2018-01-12
Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)
Jan Sarenik
2018-01-11
Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds
Andrew Chow
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow
[next]