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-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
2017-08-31
RPC: add wtxid to mempool entry output
Suhas Daftuar
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-28
Merge #10859: RPC: gettxout: Slightly improve doc and tests
MarcoFalke
2017-08-29
RPC: gettxout: Slightly improve doc and tests
Jorge Timón
2017-08-25
rpc: Write authcookie atomically
Wladimir J. van der Laan
2017-08-23
Fix potential null dereferences
MeshCollider
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-21
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-18
Merge #11083: Fix combinerawtransaction RPC help result section
Wladimir J. van der Laan
2017-08-17
Fix combinerawtransaction RPC help result section
Jonas Nick
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-11
[RPC] trivial: gettxout no longer shows version of tx
Felix Weis
2017-08-10
Only return hex field once in getrawtransaction
Andrew Chow
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-21
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC
Wladimir J. van der Laan
2017-07-19
Merge #10857: [RPC] Add a deprecation warning to getinfo's output
Wladimir J. van der Laan
2017-07-18
getinfo deprecation warning
Andrew Chow
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Convert named argument from nblocks to conf_target
Alex Morcos
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
[next]