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-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-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
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
2017-09-27
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-27
Add warnings field to getblockchaininfo
Andrew Chow
2017-09-27
Merge #11031: [rpc] deprecate estimatefee
MarcoFalke
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-09-26
Merge #11288: More user-friendly error message when partially signing
Wladimir J. van der Laan
2017-09-12
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
More user-friendly error message when partially signing
MeshCollider
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
rpc: update cli for estimatefee argument rename
Wladimir J. van der Laan
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-07
Merge #10838: (finally) remove getinfo
Wladimir J. van der Laan
2017-09-06
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-09-06
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
Merge #11117: Prepare for non-Base58 addresses
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Merge #11203: rpc: add wtxid to mempool entry output
Wladimir J. van der Laan
2017-09-06
Add savemempool RPC
Lawrence Nahum
2017-09-05
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
Merge #11179: rpc: Push down safe mode checks
Wladimir J. van der Laan
2017-09-05
Fix currency/fee-rate unit string in the help text
Akio Nakamura
[next]