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
2020-07-03
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-07-03
rpc: Add option to hide RPCArg
MarcoFalke
2020-07-03
rpc: Assert that passed arg names are equal to hardcoded ones
MarcoFalke
2020-06-30
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-26
rpc: Check that left section is not multiline
MarcoFalke
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-25
Merge #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions
MarcoFalke
2020-06-25
Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2...
MarcoFalke
2020-06-25
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-25
Merge #19237: wallet: Check size after unserializing a pubkey
MarcoFalke
2020-06-25
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Hennadii Stepanov
2020-06-24
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cpp
MarcoFalke
2020-06-24
qt: Remove needless headers
Hennadii Stepanov
2020-06-24
policy: optional FeeEstimateMode param to CFeeRate::ToString
Karl-Johan Alm
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
MOVEONLY: Make FeeEstimateMode available to CFeeRate
Karl-Johan Alm
2020-06-24
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-22
test: add two edge case tests for CSubNet
Vasil Dimov
2020-06-21
doc: Remove -whitelistforcerelay from comment
MarcoFalke
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-21
clang-format scheduler
MarcoFalke
2020-06-21
Merge #19095: [tools] Update clang-format config for multi-line function decl...
MarcoFalke
2020-06-21
Merge #19200: rpc: remove deprecated getaddressinfo fields
Samuel Dobson
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-21
Merge #17938: Disallow automatic conversion between disparate hash types
Samuel Dobson
2020-06-20
Merge #19018: docs: fixing description of the field sequence in walletcreatef...
MarcoFalke
2020-06-20
rpc/wallet: add conf_target as alias to confTarget in bumpfee
Karl-Johan Alm
2020-06-20
added CURRENCY_ATOM to express minimum indivisible unit
Karl-Johan Alm
2020-06-19
Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds
MarcoFalke
2020-06-19
Disallow automatic conversion between hash types
Ben Woosley
2020-06-19
Remove an apparently unnecessary conversion
Ben Woosley
2020-06-19
Explicitly support conversion between equivalent hash types
Ben Woosley
2020-06-19
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-19
Prefer explicit CScriptID construction
Ben Woosley
2020-06-19
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
Merge #19309: refactor: Fix link error with --enable-debug
MarcoFalke
2020-06-19
net: update misbehavior logging for oversized messages
Jon Atack
2020-06-19
Merge #18863: refactor: Make CScriptVisitor stateless
MarcoFalke
2020-06-19
Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...
MarcoFalke
2020-06-19
[gui] Load PSBT from clipboard
Glenn Willen
2020-06-19
[gui] PSBT Operations Dialog (sign & broadcast)
Glenn Willen
2020-06-19
Merge #19293: net: Avoid redundant and confusing FAILED log
fanquake
2020-06-19
Merge #19322: [net] split PushInventory()
fanquake
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-06-18
Improve TransactionErrorString messages.
Glenn Willen
[next]