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
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-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
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-03
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-10-02
Merge #11021: [rpc] fix getchaintxstats()
Wladimir J. van der Laan
2017-09-30
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-29
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-29
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-28
Support BIP173 in addwitnessaddress
Pieter Wuille
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
Merge #10858: [RPC] Add "errors" field to getblockchaininfo and unify "errors...
Wladimir J. van der Laan
2017-09-28
Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)
Wladimir J. van der Laan
2017-09-27
rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`
Wladimir J. van der Laan
2017-09-27
Change getmininginfo errors field to warnings
Andrew Chow
[next]