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
/
rpc
Age
Commit message (
Expand
)
Author
2018-01-24
Merge #11415: [RPC] Disallow using addresses in createmultisig
Wladimir J. van der Laan
2018-01-18
Merge #12206: qa: Sync with validationinterface queue in sync_mempools
Wladimir J. van der Laan
2018-01-17
qa: Sync with validationinterface queue in sync_mempools
MarcoFalke
2018-01-17
rpc: Add deprecation error for `getinfo`
Wladimir J. van der Laan
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Support P2WPKH addresses in create/addmultisig
Pieter Wuille
2018-01-04
Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...
Wladimir J. van der Laan
2018-01-03
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...
Jeff Rade
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-23
Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account
Wladimir J. van der Laan
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-13
Merge #11877: Improve createrawtransaction functional tests
Wladimir J. van der Laan
2017-12-12
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
rpc: Validate replaceable type in createrawtransaction
João Barbosa
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-12-06
qa: Add getrawtransaction in_active_chain=False test
MarcoFalke
2017-12-06
Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...
Wladimir J. van der Laan
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...
Wladimir J. van der Laan
2017-11-30
Loop through the bip9 soft fork deployments instead of hard coding
Andrew Chow
2017-11-30
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-29
[rpc] Fix fVerbose parsing (remove excess if cases).
Karl-Johan Alm
2017-11-22
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
sean
2017-11-20
Fix sendrawtransaction hang when sending a tx already in mempool
Matt Corallo
2017-11-20
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo
Pieter Wuille
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-07
Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...
Pieter Wuille
2017-11-07
Merge #11626: rpc: Make `logging` RPC public
MarcoFalke
2017-11-07
rpc: Make logging RPC public
Wladimir J. van der Laan
2017-11-07
Add missing cs_main locks when calling blockToJSON/blockheaderToJSON
practicalswift
2017-11-06
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-10-26
[trivial] (whitespace only) fix getblockchaininfo alignment
John Newbery
2017-10-26
[rpc] Add initialblockdownload to getblockchaininfo
John Newbery
2017-10-13
Fix wallet RPC race by waiting for callbacks in sendrawtransaction
Matt Corallo
2017-10-13
Merge #11456: Replace relevant services logic with a function suite.
Pieter Wuille
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-13
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
Merge #11277: Fix uninitialized URI in batch RPC requests
Wladimir J. van der Laan
[next]