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-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Refactor keymetadata writing to a separate method
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-14
Add compile time verification of assumptions we're currently making implicitl...
practicalswift
2019-02-14
fixes m_assumed_blockchain_size variables values:
marcoagner
2019-02-14
Bump minimum Qt version to 5.5.1
Sjors Provoost
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-13
qa: Add test/fuzz/test_runner.py
MarcoFalke
2019-02-13
Merge #15334: wallet: Log absolute paths for the wallets
Wladimir J. van der Laan
2019-02-13
Merge #15390: [wallet-tool] Close bdb when flushing wallet
MarcoFalke
2019-02-13
fuzz: Script validation flags
MarcoFalke
2019-02-13
fuzz: Move deserialize tests to test/fuzz/deserialize.cpp
MarcoFalke
2019-02-13
Merge #15389: Remove unnecessary const_cast
Wladimir J. van der Laan
2019-02-13
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-13
Log full paths for wallets
Hennadii Stepanov
2019-02-12
gui: Add close wallet action
João Barbosa
2019-02-12
gui: Add closeWallet to WalletController
João Barbosa
2019-02-12
interfaces: Add remove to Wallet
João Barbosa
2019-02-12
Remove unnecessary const_cast
Julian Fleischer
2019-02-12
[wallet] Close bdb when flushing wallet.
John Newbery
2019-02-12
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-02-12
Merge #15358: util: Add SetupHelpOptions()
Wladimir J. van der Laan
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
Add pf_invalid arg to std::string DecodeBase{32,64}
Glenn Willen
2019-02-11
GUI: If BIP70 is disabled, give a proper error when trying to open a payment ...
Luke Dashjr
2019-02-11
GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsing
Luke Dashjr
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/util
MarcoFalke
2019-02-11
Merge #15380: trivial: correct parameter name in comments
MarcoFalke
2019-02-11
Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputs
MarcoFalke
2019-02-10
trivial: correct parameter name in comments
andrewtoth
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-08
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-02-08
Merge #15357: rpc: Don't ignore `-maxtxfee` when wallet is disabled
MarcoFalke
2019-02-08
Merge #15365: wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-08
Move maxTxFee initialization to init.cpp
Jordan Baczuk
2019-02-08
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guard...
MarcoFalke
2019-02-08
Merge #14242: Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0...
Wladimir J. van der Laan
2019-02-07
Merge #14897: randomize GETDATA(tx) request order and introduce bias toward o...
Pieter Wuille
2019-02-07
Merge #14491: Allow descriptor imports with importmulti
Wladimir J. van der Laan
2019-02-07
Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an inval...
practicalswift
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
[prev]
[next]