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-01-24
Merge #12213: Add address type option to addmultisigaddress
Jonas Schnelli
2018-01-24
Merge #12251: initwallet: Do not translate highly technical addresstype help
Wladimir J. van der Laan
2018-01-24
initwallet: Do not translate highly technical addresstype help
MarcoFalke
2018-01-24
[qa] Use address type in addmultisigaddress to avoid addwitnessaddress
João Barbosa
2018-01-24
qt: Update translation source file
Wladimir J. van der Laan
2018-01-24
tx: Update transifex slug for 0.16
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 #12089: qa: Make TestNodeCLI command optional in send_cli
MarcoFalke
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
qa: Make TestNodeCLI command optional in send_cli
MarcoFalke
2018-01-23
qa: Rename cli.args to cli.options
MarcoFalke
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-22
Merge #12187: [Docs] Updating benchmarkmarking.md with an updated sample output
MarcoFalke
2018-01-22
Merge #12227: test_runner: Readable output if create_cache.py fails
MarcoFalke
2018-01-22
Merge #12241: [trivial][docs] Fix incorrect link in /test/ README.md
MarcoFalke
2018-01-22
[trivial][docs] Fix incorrect link in /test/ README.md
fanquake
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-19
test_runner: Readable output if create_cache.py fails
Russell Yanofsky
2018-01-19
Updating benchmarkmarking.md with an updated sample output and help options
Jeff Rade
2018-01-19
Merge #12220: Error if relative -walletdir is specified
Wladimir J. van der Laan
2018-01-18
Merge #12212: Trivial: Fix spelling in zapwallettxes test description
MarcoFalke
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-18
Merge #12166: [docs] Clarify -walletdir usage
Wladimir J. van der Laan
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
Merge #12210: wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
2018-01-18
wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
2018-01-17
Trivial: Fix spelling in zapwallettxes test description
Jeremiah Buddenhagen
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
Merge #11904: Add a lock to the wallet directory
Wladimir J. van der Laan
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
[next]